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