You are here

public function ContextReactionInterface::getId in Context 8.4

Same name and namespace in other branches
  1. 8 src/ContextReactionInterface.php \Drupal\context\ContextReactionInterface::getId()
  2. 8.0 src/ContextReactionInterface.php \Drupal\context\ContextReactionInterface::getId()

Get the unique ID of this context reaction.

Return value

string|null The Reaction id or null if reaction was not found.

1 method overrides ContextReactionInterface::getId()
ContextReactionPluginBase::getId in src/ContextReactionPluginBase.php
Get the unique ID of this context reaction.

File

src/ContextReactionInterface.php, line 21

Class

ContextReactionInterface
Provides an interface for ContextReaction.

Namespace

Drupal\context

Code

public function getId();