You are here

protected property Context::$conditions in Context 8.0

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

A list of conditions this context should react to.

Type: array

File

src/Entity/Context.php, line 106

Class

Context
Defines the Context entity.

Namespace

Drupal\context\Entity

Code

protected $conditions = [];