You are here

public function ServiceManagerInterface::addClient in Backup and Migrate 8.4

Inject the services in this locator into the given plugin.

Parameters

object $plugin:

Return value

mixed

1 method overrides ServiceManagerInterface::addClient()
ServiceManager::addClient in lib/backup_migrate_core/src/Service/ServiceManager.php
Inject all available services into the give plugin.

File

lib/backup_migrate_core/src/Service/ServiceManagerInterface.php, line 36

Class

ServiceManagerInterface
Interface ServiceManagerInterface.

Namespace

BackupMigrate\Core\Service

Code

public function addClient($plugin);