You are here

protected property Context::$reactions in Context 8.0

Same name and namespace in other branches
  1. 8.4 src/Entity/Context.php \Drupal\context\Entity\Context::reactions
  2. 8 src/Entity/Context.php \Drupal\context\Entity\Context::reactions

A list of reactions that should be taken when conditions match.

Type: array

File

src/Entity/Context.php, line 113

Class

Context
Defines the Context entity.

Namespace

Drupal\context\Entity

Code

protected $reactions = [];