You are here

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

Get the service locator.

Return value

\Drupal\backup_migrate\Core\Service\ServiceManager

Overrides BackupMigrateInterface::services

1 call to BackupMigrate::services()
BackupMigrate::__construct in src/Core/Main/BackupMigrate.php
Backup and Migrate constructor.

File

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

Class

BackupMigrate
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

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