public function WrapperPluginBase::setConfiguration in Backup and Migrate 5.0.x
Sets the configuration for this plugin instance.
Parameters
array $configuration: An associative array containing the plugin's configuration.
Overrides ConfigurableInterface::setConfiguration
1 call to WrapperPluginBase::setConfiguration()
- WrapperPluginBase::__construct in src/
Drupal/ EntityPlugins/ WrapperPluginBase.php - Constructs a \Drupal\Component\Plugin\PluginBase object.
File
- src/
Drupal/ EntityPlugins/ WrapperPluginBase.php, line 52
Class
- WrapperPluginBase
- A base class for a Drupal source or destination wrapper plugin.
Namespace
Drupal\backup_migrate\Drupal\EntityPluginsCode
public function setConfiguration(array $configuration) {
$this->configuration = $configuration;
}