You are here

public function ContextInterface::getReactions in Context 8.0

Same name and namespace in other branches
  1. 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::getReactions()
  2. 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

ContextInterface

Namespace

Drupal\context

Code

public function getReactions();