function RulesConfigurableEventHandlerInterface::getEventNameSuffix
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 100
Class
- RulesConfigurableEventHandlerInterface
- Interface for handling configurable rules events.
Namespace
Drupal\rules\CoreCode
public function getEventNameSuffix();