You are here

public function PluginManagerInterface::setConfig in Backup and Migrate 5.0.x

Set the configuration for all plugins.

Parameters

\Drupal\backup_migrate\Core\Config\ConfigInterface $config: A configuration object containing only configuration for all plugins.

File

src/Core/Plugin/PluginManagerInterface.php, line 47

Class

PluginManagerInterface
Manage all of the available Plugins.

Namespace

Drupal\backup_migrate\Core\Plugin

Code

public function setConfig(ConfigInterface $config);