function RulesEventHandlerInterface::getEventNameSuffix
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
Class
- RulesEventHandlerInterface
- Interface for handling rules events.
Code
public function getEventNameSuffix();