You are here

public function PluginManagerInterface::setConfig in Backup and Migrate 8.4

Set the configuration for all plugins.

Parameters

ConfigInterface $config: A configuration object containing only configuration for all plugins

File

lib/backup_migrate_core/src/Plugin/PluginManagerInterface.php, line 101

Class

PluginManagerInterface
Manage all of the available Plugins.

Namespace

BackupMigrate\Core\Plugin

Code

public function setConfig(ConfigInterface $config);