You are here

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

Get the list of sources.

Return value

\Drupal\backup_migrate\Core\Plugin\PluginManagerInterface

Overrides BackupMigrateInterface::sources

File

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

Class

BackupMigrate
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

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