You are here

public function RulesEventHandlerEntityBundle::getEventNameSuffix in Rules 7.2

Implements RulesEventHandlerInterface::getConfiguredEventName().

Overrides RulesEventHandlerInterface::getEventNameSuffix

File

includes/rules.event.inc, line 392
Contains event handler interface and base classes.

Class

RulesEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Code

public function getEventNameSuffix() {
  return $this->settings['bundle'];
}