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