You are here

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

Set the service locator.

Parameters

\Drupal\backup_migrate\Core\Service\ServiceManager $services:

Overrides BackupMigrateInterface::setServiceManager

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

File

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

Class

BackupMigrate
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

public function setServiceManager(ServiceManager $services) {
  $this->services = $services;
}