You are here

public function WrapperPluginBase::getConfiguration in Backup and Migrate 8.4

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurablePluginInterface::getConfiguration

1 call to WrapperPluginBase::getConfiguration()
WrapperPluginBase::getConfig in src/EntityPlugins/WrapperPluginBase.php
Return a Backup and Migrate Config object with the plugin configuration.

File

src/EntityPlugins/WrapperPluginBase.php, line 47

Class

WrapperPluginBase
Class WrapperPluginBase.

Namespace

BackupMigrate\Drupal\EntityPlugins

Code

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