You are here

protected property Context::$requireAllConditions in Context 8.0

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

If all conditions must validate for this context.

Type: bool

File

src/Entity/Context.php, line 85

Class

Context
Defines the Context entity.

Namespace

Drupal\context\Entity

Code

protected $requireAllConditions = FALSE;