You are here

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

Get the list of available destinations.

Return value

\Drupal\backup_migrate\Core\Plugin\PluginManagerInterface

Overrides BackupMigrateInterface::destinations

File

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

Class

BackupMigrate
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

public function destinations() {
  return $this->destinations;
}