public function ContextAwarePluginBase::getContextDefinitions in Zircon Profile 8
Same name in this branch
- 8 core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php \Drupal\Core\Plugin\ContextAwarePluginBase::getContextDefinitions()
- 8 core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\ContextAwarePluginBase::getContextDefinitions()
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php \Drupal\Core\Plugin\ContextAwarePluginBase::getContextDefinitions()
Return value
\Drupal\Core\Plugin\Context\ContextDefinitionInterface[]
Overrides ContextAwarePluginBase::getContextDefinitions
File
- core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginBase.php, line 110 - Contains \Drupal\Core\Plugin\ContextAwarePluginBase.
Class
- ContextAwarePluginBase
- Base class for plugins that are context aware.
Namespace
Drupal\Core\PluginCode
public function getContextDefinitions() {
return parent::getContextDefinitions();
}