You are here

public function BackupMigrate::setSourceManager in Backup and Migrate 5.0.x

Set the sources plugin manager.

Parameters

\Drupal\backup_migrate\Core\Plugin\PluginManagerInterface $sources:

Overrides BackupMigrateInterface::setSourceManager

File

src/Core/Main/BackupMigrate.php, line 217

Class

BackupMigrate
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

public function setSourceManager(PluginManagerInterface $sources) {
  $this->sources = $sources;
}