You are here

public function ContextInterface::getReaction in Context 8.0

Same name and namespace in other branches
  1. 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::getReaction()
  2. 8 src/ContextInterface.php \Drupal\context\ContextInterface::getReaction()

Get a reaction with the specified ID.

Parameters

string $reaction_id: The ID of the reaction to get.

Return value

ContextReactionInterface

1 method overrides ContextInterface::getReaction()
Context::getReaction in src/Entity/Context.php
Get a reaction with the specified ID.

File

src/ContextInterface.php, line 185

Class

ContextInterface

Namespace

Drupal\context

Code

public function getReaction($reaction_id);