You are here

public function ContextInterface::getContextDefinition in Zircon Profile 8

Same name in this branch
  1. 8 core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextDefinition()
  2. 8 core/lib/Drupal/Component/Plugin/Context/ContextInterface.php \Drupal\Component\Plugin\Context\ContextInterface::getContextDefinition()
Same name and namespace in other branches
  1. 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\Context

Code

public function getContextDefinition();