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. autowire: true
  7. update.manager:
  8. class: Drupal\update\UpdateManager
  9. Drupal\update\UpdateManagerInterface: '@update.manager'
  10. update.processor:
  11. class: Drupal\update\UpdateProcessor
  12. Drupal\update\UpdateProcessorInterface: '@update.processor'
  13. update.fetcher:
  14. class: Drupal\update\UpdateFetcher
  15. Drupal\update\UpdateFetcherInterface: '@update.fetcher'
  16. logger.channel.update:
  17. parent: logger.channel_base
  18. arguments: [ 'update' ]
  19. Drupal\update\MailHandler: ~

Services

Title Deprecated Summary
Drupal\update\MailHandler
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.