public function ConfigurableEventHandlerEntityBundle::getEventNameSuffix in Rules 8.3
Provides the event name suffix based upon the plugin configuration.
If the event is configured and a suffix is provided, the event name Rules uses for the configured event is {EVENT_NAME}--{SUFFIX}.
Return value
string|false The suffix string, for FALSE if no suffix should be appended.
Overrides RulesConfigurableEventHandlerInterface::getEventNameSuffix
File
- src/
EventHandler/ ConfigurableEventHandlerEntityBundle.php, line 49
Class
- ConfigurableEventHandlerEntityBundle
- Exposes the bundle of an entity as event setting.
Namespace
Drupal\rules\EventHandlerCode
public function getEventNameSuffix() {
// Nothing to do by default.
}