You are here

public property Condition::$context in Drupal 8

An array of context definitions describing the context used by the plugin.

The array is keyed by context names.

Type: \Drupal\Core\Annotation\ContextDefinition[]

Deprecated

Providing context definitions via the "context" key is deprecated in Drupal 8.7.x and will be removed before Drupal 9.0.0. Use the "context_definitions" key instead.

File

core/lib/Drupal/Core/Condition/Annotation/Condition.php, line 62

Class

Condition
Defines a condition plugin annotation object.

Namespace

Drupal\Core\Condition\Annotation

Code

public $context = [];