You are here

service update.processor in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/update/update.services.yml \update.processor

Class

Drupal\update\UpdateProcessor

File

core/modules/update/update.services.yml
core/modules/update/update.services.yml

View source
  1. class: Drupal\update\UpdateProcessor
  2. arguments:
  3. - '@config.factory'
  4. - '@queue'
  5. - '@update.fetcher'
  6. - '@state'
  7. - '@private_key'
  8. - '@keyvalue'
  9. - '@keyvalue.expirable'