function ContextAwarePluginBase::getContextDefinitions
Same name in this branch
- 8.9.x core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\ContextAwarePluginBase::getContextDefinitions()
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\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\PluginCode
public function getContextDefinitions() {
return parent::getContextDefinitions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.