You are here

protected property ServiceManager::$services in Backup and Migrate 8.4

Type: array

File

lib/backup_migrate_core/src/Service/ServiceManager.php, line 18

Class

ServiceManager
A very simple service locator. Does not handle dependency injection but could be replaced by a more complex application specific version which does.

Namespace

BackupMigrate\Core\Service

Code

protected $services;