You are here

public function WrapperPluginBase::getConfig in Backup and Migrate 8.4

Return a Backup and Migrate Config object with the plugin configuration.

Return value

\BackupMigrate\Core\Config\Config

3 calls to WrapperPluginBase::getConfig()
DefaultDBSourcePlugin::getObject in src/Plugin/BackupMigrateSource/DefaultDBSourcePlugin.php
Get the Backup and Migrate plugin object.
EntireSiteSourcePlugin::getObject in src/Plugin/BackupMigrateSource/EntireSiteSourcePlugin.php
Get the Backup and Migrate plugin object.
WrapperPluginBase::getObject in src/EntityPlugins/WrapperPluginBase.php
Get the Backup and Migrate plugin object.

File

src/EntityPlugins/WrapperPluginBase.php, line 77

Class

WrapperPluginBase
Class WrapperPluginBase.

Namespace

BackupMigrate\Drupal\EntityPlugins

Code

public function getConfig() {
  return new Config($this
    ->getConfiguration());
}