public function ServiceManagerInterface::get in Backup and Migrate 8.4
Retrieve a service from the locator.
Parameters
string $type: The service type identifier
Return value
mixed
1 method overrides ServiceManagerInterface::get()
- ServiceManager::get in lib/
backup_migrate_core/ src/ Service/ ServiceManager.php - Retrieve a service from the locator.
File
- lib/
backup_migrate_core/ src/ Service/ ServiceManagerInterface.php, line 20
Class
- ServiceManagerInterface
- Interface ServiceManagerInterface.
Namespace
BackupMigrate\Core\ServiceCode
public function get($type);