You are here

public function ContextInterface::getReactions in Context 8.4

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

Code

public function getReactions();