public function ContextInterface::getConditions in Context 8.0
Same name and namespace in other branches
- 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::getConditions()
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::getConditions()
Get a list of all conditions.
Return value
ConditionInterface[]|ConditionPluginCollection
1 method overrides ContextInterface::getConditions()
- Context::getConditions in src/
Entity/ Context.php - Get a list of all conditions.
File
- src/
ContextInterface.php, line 128
Class
Namespace
Drupal\contextCode
public function getConditions();