function RulesEventHandlerBase::getEventName

Implements RulesEventHandlerInterface::getEventName().

Return value

string The name of the event the event handler belongs to.

Overrides RulesEventHandlerInterface::getEventName

File

includes/rules.event.inc, line 253

Class

RulesEventHandlerBase
Base class for event handler.

Code

public function getEventName() {
  return $this->eventName;
}