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