function RulesEventHandlerBase::getEventName

Implements RulesEventHandlerInterface::getEventName().

Overrides RulesEventHandlerInterface::getEventName

File

includes/rules.event.inc, line 253

Class

RulesEventHandlerBase
Base class for event handler.

Code

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