You are here

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

Set the service locator.

Parameters

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

1 method overrides BackupMigrateInterface::setServiceManager()
BackupMigrate::setServiceManager in src/Core/Main/BackupMigrate.php
Set the service locator.

File

src/Core/Main/BackupMigrateInterface.php, line 84

Class

BackupMigrateInterface
The core Backup and Migrate service.

Namespace

Drupal\backup_migrate\Core\Main

Code

public function setServiceManager(ServiceManager $services);