You are here

public function BackupMigrate::sources in Backup and Migrate 8.4

Get the list of sources.

Return value

PluginManagerInterface

Overrides BackupMigrateInterface::sources

File

lib/backup_migrate_core/src/Main/BackupMigrate.php, line 201

Class

BackupMigrate
The core Backup and Migrate service.

Namespace

BackupMigrate\Core\Main

Code

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