function RulesEventHandlerInterface::__construct
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
Class
- RulesEventHandlerInterface
- Interface for handling rules events.
Code
public function __construct($event_name, $info);