public function ContextInterface::getContextDefinition in Zircon Profile 8
Same name in this branch
- 8 core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextDefinition()
- 8 core/lib/Drupal/Component/Plugin/Context/ContextInterface.php \Drupal\Component\Plugin\Context\ContextInterface::getContextDefinition()
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextDefinition()
Return value
\Drupal\Core\Plugin\Context\ContextDefinitionInterface
Overrides ContextInterface::getContextDefinition
File
- core/
lib/ Drupal/ Core/ Plugin/ Context/ ContextInterface.php, line 23 - Contains \Drupal\Core\Plugin\Context\ContextInterface.
Class
- ContextInterface
- Interface for context.
Namespace
Drupal\Core\Plugin\ContextCode
public function getContextDefinition();