function ConfigurableEventHandlerBase::getConfiguration
Overrides ConfigurableInterface::getConfiguration
File
-
src/
EventHandler/ ConfigurableEventHandlerBase.php, line 33
Class
- ConfigurableEventHandlerBase
- Base class for event handler.
Namespace
Drupal\rules\EventHandlerCode
public function getConfiguration() {
return $this->configuration;
}