function RulesEventHandlerEntityBundle::getEventNameSuffix

Implements RulesEventHandlerInterface::getConfiguredEventName().

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'];
}