You are here

service system.manager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/system.services.yml \system.manager

Class

Drupal\system\SystemManager
2 string references to system.manager
SystemController::create in core/modules/system/src/Controller/SystemController.php
Instantiates a new instance of this class.
SystemInfoController::create in core/modules/system/src/Controller/SystemInfoController.php
Instantiates a new instance of this class.

File

core/modules/system/system.services.yml
core/modules/system/system.services.yml

View source
  1. class: Drupal\system\SystemManager
  2. arguments:
  3. - '@module_handler'
  4. - null
  5. - '@request_stack'
  6. - '@menu.link_tree'
  7. - '@menu.active_trail'