You are here

public function RulesEventHandlerBase::getEventInfo in Rules 7.2

Implements RulesEventHandlerInterface::getEventInfo().

Overrides RulesEventHandlerInterface::getEventInfo

File

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

Class

RulesEventHandlerBase
Base class for event handler.

Code

public function getEventInfo() {
  return $this->eventInfo;
}