You are here

public function ServiceManagerInterface::addClient in Backup and Migrate 5.0.x

Inject the services in this locator into the given plugin.

Parameters

object $plugin:

Return value

mixed

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

File

src/Core/Service/ServiceManagerInterface.php, line 36

Class

ServiceManagerInterface
Interface ServiceManagerInterface.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function addClient($plugin);