You are here

public function RulesEventHandlerInterface::getContextDefinitions in Rules 8.3

Gets the context definitions of the event.

Return value

\Drupal\rules\Context\ContextDefinitionInterface[] The array of context definitions, keyed by context name.

1 method overrides RulesEventHandlerInterface::getContextDefinitions()
RulesDefaultEventHandler::getContextDefinitions in src/Core/RulesDefaultEventHandler.php
Gets the context definitions of the event.

File

src/Core/RulesEventHandlerInterface.php, line 23

Class

RulesEventHandlerInterface
Interface for Rules event handlers.

Namespace

Drupal\rules\Core

Code

public function getContextDefinitions();