public function ContextInterface::removeReaction in Context 8.4
Same name and namespace in other branches
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::removeReaction()
- 8.0 src/ContextInterface.php \Drupal\context\ContextInterface::removeReaction()
Remove the specified reaction.
Parameters
string $reaction_id: The id of the reaction to remove.
Return value
$this This context object.
1 method overrides ContextInterface::removeReaction()
- Context::removeReaction in src/
Entity/ Context.php - Remove the specified reaction.
File
- src/
ContextInterface.php, line 231
Class
- ContextInterface
- Provides an interface for Context.
Namespace
Drupal\contextCode
public function removeReaction($reaction_id);