You are here

public function ContextInterface::removeReaction in Context 8.4

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

Code

public function removeReaction($reaction_id);