You are here

protected property ContextAwarePluginDefinitionTrait::$contextDefinitions in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionTrait::contextDefinitions

The context definitions for this plugin definition.

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

File

core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php, line 18

Class

ContextAwarePluginDefinitionTrait
Provides a trait for context-aware object-based plugin definitions.

Namespace

Drupal\Component\Plugin\Definition

Code

protected $contextDefinitions = [];