You are here

public function RulesEventHandlerInterface::getEventNameSuffix in Rules 7.2

Returns the suffix to be added to the base event named based upon settings.

If event settings are used, the event name Rules uses for the configured event is {EVENT_NAME}--{SUFFIX}.

Return value

string The suffix string. Return an empty string for not appending a suffix.

2 methods override RulesEventHandlerInterface::getEventNameSuffix()
RulesEventDefaultHandler::getEventNameSuffix in includes/rules.event.inc
Implements RulesEventHandlerInterface::getConfiguredEventName().
RulesEventHandlerEntityBundle::getEventNameSuffix in includes/rules.event.inc
Implements RulesEventHandlerInterface::getConfiguredEventName().

File

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

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function getEventNameSuffix();