function ContextAwarePluginBase::getContextDefinitions

Return value

\Drupal\Core\Plugin\Context\ContextDefinitionInterface[]

Overrides ContextAwarePluginBase::getContextDefinitions

File

core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php, line 105

Class

ContextAwarePluginBase
Base class for plugins that are context aware.

Namespace

Drupal\Core\Plugin

Code

public function getContextDefinitions() {
  return parent::getContextDefinitions();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.