You are here

protected property Context::$contextDefinition in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Component/Plugin/Context/Context.php \Drupal\Component\Plugin\Context\Context::contextDefinition

The definition to which a context must conform.

Type: \Drupal\Component\Plugin\Context\ContextDefinitionInterface

File

lib/Drupal/Component/Plugin/Context/Context.php, line 31
Contains \Drupal\Component\Plugin\Context\Context.

Class

Context
A generic context class for wrapping data a plugin needs to operate.

Namespace

Drupal\Component\Plugin\Context

Code

protected $contextDefinition;