public function ContextInterface::getReaction in Context 8.0
Same name and namespace in other branches
- 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::getReaction()
- 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
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
Namespace
Drupal\contextCode
public function getReaction($reaction_id);