function ConfigurableEventHandlerBase::defaultConfiguration
Overrides ConfigurableInterface::defaultConfiguration
2 calls to ConfigurableEventHandlerBase::defaultConfiguration()
- ConfigurableEventHandlerBase::extractConfigurationFormValues in src/
EventHandler/ ConfigurableEventHandlerBase.php - Extract the form values and update the event configuration.
- ConfigurableEventHandlerBase::setConfiguration in src/
EventHandler/ ConfigurableEventHandlerBase.php - Sets the configuration for this plugin instance.
File
-
src/
EventHandler/ ConfigurableEventHandlerBase.php, line 48
Class
- ConfigurableEventHandlerBase
- Base class for event handler.
Namespace
Drupal\rules\EventHandlerCode
public function defaultConfiguration() {
return [];
}