protected property ContextManager::$contextConditionsEvaluated in Context 8.0
Same name and namespace in other branches
- 8.4 src/ContextManager.php \Drupal\context\ContextManager::contextConditionsEvaluated
- 8 src/ContextManager.php \Drupal\context\ContextManager::contextConditionsEvaluated
If the context conditions has been evaluated then this is set to TRUE otherwise FALSE.
Type: bool
File
- src/
ContextManager.php, line 52
Class
- ContextManager
- This is the manager service for the context module and should not be confused with the built in contexts in Drupal.
Namespace
Drupal\contextCode
protected $contextConditionsEvaluated = FALSE;