function ContextInterface::getContextDefinition
Same name in this branch
- 11.x core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextDefinition()
Same name in other branches
- 9 core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextDefinition()
- 9 core/lib/Drupal/Component/Plugin/Context/ContextInterface.php \Drupal\Component\Plugin\Context\ContextInterface::getContextDefinition()
- 8.9.x core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextDefinition()
- 8.9.x core/lib/Drupal/Component/Plugin/Context/ContextInterface.php \Drupal\Component\Plugin\Context\ContextInterface::getContextDefinition()
- 10 core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextDefinition()
- 10 core/lib/Drupal/Component/Plugin/Context/ContextInterface.php \Drupal\Component\Plugin\Context\ContextInterface::getContextDefinition()
Gets the provided definition that the context must conform to.
Return value
\Drupal\Component\Plugin\Context\ContextDefinitionInterface The defining characteristic representation of the context.
2 methods override ContextInterface::getContextDefinition()
- Context::getContextDefinition in core/
lib/ Drupal/ Component/ Plugin/ Context/ Context.php - ContextInterface::getContextDefinition in core/
lib/ Drupal/ Core/ Plugin/ Context/ ContextInterface.php
File
-
core/
lib/ Drupal/ Component/ Plugin/ Context/ ContextInterface.php, line 39
Class
- ContextInterface
- Provides data and definitions for plugins during runtime and administration.
Namespace
Drupal\Component\Plugin\ContextCode
public function getContextDefinition();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.