function ContextAwarePluginBase::getContextDefinition
Same name in this branch
- 8.9.x core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\ContextAwarePluginBase::getContextDefinition()
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\ContextAwarePluginBase::getContextDefinition()
Return value
\Drupal\Core\Plugin\Context\ContextDefinitionInterface
Overrides ContextAwarePluginBase::getContextDefinition
2 calls to ContextAwarePluginBase::getContextDefinition()
- ContextAwarePluginBase::createContextFromConfiguration in core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginBase.php - ContextAwarePluginBase::getContext in core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginBase.php - This code is identical to the Component in order to pick up a different Context class.
File
-
core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginBase.php, line 114
Class
- ContextAwarePluginBase
- Base class for plugins that are context aware.
Namespace
Drupal\Core\PluginCode
public function getContextDefinition($name) {
return parent::getContextDefinition($name);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.