system.services.yml

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

File

drupal/core/modules/system/system.services.yml
View source
  1. services:
  2. access_check.cron:
  3. class: Drupal\system\Access\CronAccessCheck
  4. tags:
  5. - { name: access_check }
  6. plugin.manager.system.plugin_ui:
  7. class: Drupal\system\Plugin\Type\PluginUIManager
  8. arguments: ['@container.namespaces']
  9. system.manager:
  10. class: Drupal\system\SystemManager
  11. arguments: ['@module_handler', '@database']

Services