You are here

public function ConfigurableEventHandlerBase::getConfiguration in Rules 8.3

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/EventHandler/ConfigurableEventHandlerBase.php, line 33

Class

ConfigurableEventHandlerBase
Base class for event handler.

Namespace

Drupal\rules\EventHandler

Code

public function getConfiguration() {
  return $this->configuration;
}