You are here

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

Retrieve a service from the locator.

Parameters

string $type: The service type identifier.

Return value

mixed

1 method overrides ServiceManagerInterface::get()
ServiceManager::get in src/Core/Service/ServiceManager.php
Retrieve a service from the locator.

File

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

Class

ServiceManagerInterface
Interface ServiceManagerInterface.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function get($type);