You are here

public function RulesConfigurableEventHandlerInterface::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.

1 method overrides RulesConfigurableEventHandlerInterface::getEventNameSuffix()
ConfigurableEventHandlerEntityBundle::getEventNameSuffix in src/EventHandler/ConfigurableEventHandlerEntityBundle.php
Provides the event name suffix based upon the plugin configuration.

File

src/Core/RulesConfigurableEventHandlerInterface.php, line 96

Class

RulesConfigurableEventHandlerInterface
Interface for handling configurable rules events.

Namespace

Drupal\rules\Core

Code

public function getEventNameSuffix();