function RulesEventHandlerInterface::getEventName

Returns the base name of the event the event handler belongs to.

Return value

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

1 method overrides RulesEventHandlerInterface::getEventName()
RulesEventHandlerBase::getEventName in includes/rules.event.inc
Implements RulesEventHandlerInterface::getEventName().

File

includes/rules.event.inc, line 140

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function getEventName();