public function ContextInterface::getContextDefinition

Gets the provided definition that the context must conform to.

Return value

array The defining characteristic representation of the context.

1 method overrides ContextInterface::getContextDefinition()

File

drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php, line 50
Contains \Drupal\Component\Plugin\Context\ContextInterface.

Class

ContextInterface
A generic context interface for wrapping data a plugin needs to operate.

Namespace

Drupal\Component\Plugin\Context

Code

public function getContextDefinition();