You are here

public function RulesEventHandlerInterface::__construct in Rules 7.2

Constructs the event handler.

Parameters

string $event_name: The base event string.

array $info: The event info of the given event.

1 method overrides RulesEventHandlerInterface::__construct()
RulesEventHandlerBase::__construct in includes/rules.event.inc
Implements RulesEventHandlerInterface::__construct().

File

includes/rules.event.inc, line 48
Contains event handler interface and base classes.

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function __construct($event_name, $info);