public function ContextInterface::requiresAllConditions in Context 8.0
Same name and namespace in other branches
- 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::requiresAllConditions()
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::requiresAllConditions()
If the context requires all conditions to validate.
Return value
boolean
1 method overrides ContextInterface::requiresAllConditions()
- Context::requiresAllConditions in src/
Entity/ Context.php - If the context requires all conditions to validate.
File
- src/
ContextInterface.php, line 111
Class
Namespace
Drupal\contextCode
public function requiresAllConditions();