update.services.yml

Same filename and directory in other branches
  1. 11.x core/modules/update/update.services.yml
  2. 10 core/modules/update/update.services.yml
  3. 9 core/modules/update/update.services.yml
  4. 8.9.x core/modules/update/update.services.yml
core/modules/update/update.services.yml

File

core/modules/update/update.services.yml

View source
  1. parameters:
  2. update.skip_procedural_hook_scan: true
  3. services:
  4. _defaults:
  5. autoconfigure: true
  6. update.manager:
  7. class: Drupal\update\UpdateManager
  8. arguments: ['@config.factory', '@module_handler', '@update.processor', '@string_translation', '@keyvalue.expirable', '@theme_handler', '@extension.list.module', '@extension.list.theme']
  9. Drupal\update\UpdateManagerInterface: '@update.manager'
  10. update.processor:
  11. class: Drupal\update\UpdateProcessor
  12. arguments: ['@config.factory', '@queue', '@update.fetcher', '@state', '@private_key', '@keyvalue', '@keyvalue.expirable', '@datetime.time']
  13. Drupal\update\UpdateProcessorInterface: '@update.processor'
  14. update.fetcher:
  15. class: Drupal\update\UpdateFetcher
  16. arguments: ['@config.factory', '@http_client', '@settings', '@logger.channel.update']
  17. Drupal\update\UpdateFetcherInterface: '@update.fetcher'
  18. logger.channel.update:
  19. parent: logger.channel_base
  20. arguments: [ 'update' ]

Services

Title Deprecated Summary
logger.channel.update
update.fetcher Drupal\update\UpdateFetcher
update.manager Drupal\update\UpdateManager
update.processor Drupal\update\UpdateProcessor
_defaults

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.