You are here

public function WrapperPluginBase::setConfiguration in Backup and Migrate 8.4

Sets the configuration for this plugin instance.

Parameters

array $configuration: An associative array containing the plugin's configuration.

Overrides ConfigurablePluginInterface::setConfiguration

1 call to WrapperPluginBase::setConfiguration()
WrapperPluginBase::__construct in src/EntityPlugins/WrapperPluginBase.php
Constructs a \Drupal\Component\Plugin\PluginBase object.

File

src/EntityPlugins/WrapperPluginBase.php, line 54

Class

WrapperPluginBase
Class WrapperPluginBase.

Namespace

BackupMigrate\Drupal\EntityPlugins

Code

public function setConfiguration(array $configuration) {
  $this->configuration = $configuration;
}