function RulesEventHandlerInterface::getEventInfo
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
Class
- RulesEventHandlerInterface
- Interface for handling rules events.
Code
public function getEventInfo();