You are here

public function RulesEventHandlerInterface::getEventName in Rules 7.2

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
Contains event handler interface and base classes.

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function getEventName();