function RulesEventHandlerBase::getEventInfo

Implements RulesEventHandlerInterface::getEventInfo().

Return value

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

Overrides RulesEventHandlerInterface::getEventInfo

File

includes/rules.event.inc, line 260

Class

RulesEventHandlerBase
Base class for event handler.

Code

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