You are here

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

Set the sources plugin manager.

Parameters

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

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

File

src/Core/Main/BackupMigrateInterface.php, line 70

Class

BackupMigrateInterface
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

public function setSourceManager(PluginManagerInterface $sources);