You are here

public function RulesEventHandlerBase::getEventName in Rules 7.2

Implements RulesEventHandlerInterface::getEventName().

Overrides RulesEventHandlerInterface::getEventName

File

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

Class

RulesEventHandlerBase
Base class for event handler.

Code

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