You are here

public function BackupMigrateInterface::setDestinationManager in Backup and Migrate 8.4

Set the destinations plugin manager.

Parameters

PluginManagerInterface $destinations:

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

File

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

Class

BackupMigrateInterface
The core Backup and Migrate service.

Namespace

BackupMigrate\Core\Main

Code

public function setDestinationManager(PluginManagerInterface $destinations);