You are here

public function ContextInterface::removeReaction in Context 8.0

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

1 method overrides ContextInterface::removeReaction()
Context::removeReaction in src/Entity/Context.php
Remove the specified reaction.

File

src/ContextInterface.php, line 204

Class

ContextInterface

Namespace

Drupal\context

Code

public function removeReaction($reaction_id);