You are here

public function BackupMigrateInterface::setSourceManager in Backup and Migrate 8.4

Set the sources plugin manager.

Parameters

PluginManagerInterface $sources:

1 method overrides BackupMigrateInterface::setSourceManager()
BackupMigrate::setSourceManager in lib/backup_migrate_core/src/Main/BackupMigrate.php
Set the sources plugin manager.

File

lib/backup_migrate_core/src/Main/BackupMigrateInterface.php, line 65

Class

BackupMigrateInterface
The core Backup and Migrate service.

Namespace

BackupMigrate\Core\Main

Code

public function setSourceManager(PluginManagerInterface $sources);