public function ContextAwarePluginDefinitionInterface::getContextDefinitions in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinitions()
- 9 core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinitions()
Returns all context definitions for this plugin.
Return value
\Drupal\Component\Plugin\Context\ContextDefinitionInterface[] The context definitions.
File
- core/
lib/ Drupal/ Component/ Plugin/ Definition/ ContextAwarePluginDefinitionInterface.php, line 31
Class
- ContextAwarePluginDefinitionInterface
- Provides an interface for plugin definitions which use contexts.
Namespace
Drupal\Component\Plugin\DefinitionCode
public function getContextDefinitions();