You are here

public function RulesEventHandlerInterface::getEventInfo in Rules 7.2

Returns the info array of the event the event handler belongs to.

Return value

string The info array of the event the event handler belongs to.

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

File

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

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function getEventInfo();