abstract protected function ContextAwarePluginTrait::getPluginDefinition in Drupal 9
Same name and namespace in other branches
- 10 core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php \Drupal\Core\Plugin\ContextAwarePluginTrait::getPluginDefinition()
7 calls to ContextAwarePluginTrait::getPluginDefinition()
- ContextAwarePluginTrait::getContextDefinition in core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginTrait.php - ContextAwarePluginTrait::getContextDefinitions in core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginTrait.php - DefaultsSectionStorage::buildRoutes in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Provides the routes needed for Layout Builder UI.
- ExecutablePluginBase::getConfigDefinition in core/
lib/ Drupal/ Core/ Executable/ ExecutablePluginBase.php - Gets the definition of a configuration option.
- ExecutablePluginBase::getConfigDefinitions in core/
lib/ Drupal/ Core/ Executable/ ExecutablePluginBase.php - Gets an array of definitions of available configuration options.
1 method overrides ContextAwarePluginTrait::getPluginDefinition()
- LayoutDefault::getPluginDefinition in core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php
File
- core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginTrait.php, line 153
Class
- ContextAwarePluginTrait
- Provides a trait to add context-aware functionality to plugins.
Namespace
Drupal\Core\PluginCode
protected abstract function getPluginDefinition();