public function WrapperPluginBase::getConfiguration in Backup and Migrate 5.0.x
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurableInterface::getConfiguration
1 call to WrapperPluginBase::getConfiguration()
- WrapperPluginBase::getConfig in src/
Drupal/ EntityPlugins/ WrapperPluginBase.php - Return a Backup and Migrate Config object with the plugin configuration.
File
- src/
Drupal/ EntityPlugins/ WrapperPluginBase.php, line 45
Class
- WrapperPluginBase
- A base class for a Drupal source or destination wrapper plugin.
Namespace
Drupal\backup_migrate\Drupal\EntityPluginsCode
public function getConfiguration() {
return $this->configuration;
}