function RulesEventHandlerBase::getEventInfo
Implements RulesEventHandlerInterface::getEventInfo().
Overrides RulesEventHandlerInterface::getEventInfo
File
-
includes/
rules.event.inc, line 260
Class
- RulesEventHandlerBase
- Base class for event handler.
Code
public function getEventInfo() {
return $this->eventInfo;
}