public function RulesEventDefaultHandler::getEventNameSuffix in Rules 7.2
Implements RulesEventHandlerInterface::getConfiguredEventName().
Overrides RulesEventHandlerInterface::getEventNameSuffix
File
- includes/
rules.event.inc, line 281 - Contains event handler interface and base classes.
Class
- RulesEventDefaultHandler
- A handler for events having no settings. This is the default handler.
Code
public function getEventNameSuffix() {
return '';
}