You are here

public function BackupMigrate::services in Backup and Migrate 8.4

Get the service locator.

Return value

ServiceManager

Overrides BackupMigrateInterface::services

1 call to BackupMigrate::services()
BackupMigrate::__construct in lib/backup_migrate_core/src/Main/BackupMigrate.php

File

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

Class

BackupMigrate
The core Backup and Migrate service.

Namespace

BackupMigrate\Core\Main

Code

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