You are here

public function ConfigurableEventHandlerBase::defaultConfiguration in Rules 8.3

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

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\EventHandler

Code

public function defaultConfiguration() {
  return [];
}