You are here

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

Set the destinations plugin manager.

Parameters

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

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

File

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

Class

BackupMigrateInterface
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

public function setDestinationManager(PluginManagerInterface $destinations);