function RulesEventHandlerEntityBundle::getEventNameSuffix
Implements RulesEventHandlerInterface::getConfiguredEventName().
Return value
string The suffix string. Return an empty string for not appending a suffix.
Overrides RulesEventHandlerInterface::getEventNameSuffix
File
-
includes/
rules.event.inc, line 392
Class
- RulesEventHandlerEntityBundle
- Exposes the bundle of an entity as event setting.
Code
public function getEventNameSuffix() {
return $this->settings['bundle'];
}