You are here

protected property ContextManager::$contextConditionsEvaluated in Context 8.4

Same name and namespace in other branches
  1. 8 src/ContextManager.php \Drupal\context\ContextManager::contextConditionsEvaluated
  2. 8.0 src/ContextManager.php \Drupal\context\ContextManager::contextConditionsEvaluated

The context conditions evaluate.

If the context conditions has been evaluated then this is set to TRUE otherwise FALSE.

Type: bool

File

src/ContextManager.php, line 58

Class

ContextManager
This is the manager service for the context module.

Namespace

Drupal\context

Code

protected $contextConditionsEvaluated = FALSE;