You are here

protected property ContextDefinition::$definition in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Annotation/ContextDefinition.php \Drupal\Core\Annotation\ContextDefinition::definition

The ContextDefinitionInterface object.

Type: \Drupal\Core\Plugin\Context\ContextDefinitionInterface

Overrides Plugin::$definition

File

core/lib/Drupal/Core/Annotation/ContextDefinition.php, line 78

Class

ContextDefinition
Defines a context definition annotation object.

Namespace

Drupal\Core\Annotation

Code

protected $definition;