public function ContextInterface::requiresAllConditions in Context 8.4
Same name and namespace in other branches
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::requiresAllConditions()
- 8.0 src/ContextInterface.php \Drupal\context\ContextInterface::requiresAllConditions()
If the context requires all conditions to validate.
Return value
bool TRUE if all conditions are required, FALSE if not.
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 127
Class
- ContextInterface
- Provides an interface for Context.
Namespace
Drupal\contextCode
public function requiresAllConditions();