public function ServiceManager::keys in Backup and Migrate 5.0.x
Get an array of keys for all available services.
Return value
array
Overrides ServiceManagerInterface::keys
1 call to ServiceManager::keys()
- ServiceManager::addClient in src/Core/ Service/ ServiceManager.php 
- Inject all available services into the give plugin.
File
- src/Core/ Service/ ServiceManager.php, line 73 
Class
- ServiceManager
- A very simple service locator.
Namespace
Drupal\backup_migrate\Core\ServiceCode
public function keys() {
  return array_keys($this->services);
}