Same name and namespace in other branches
  1. 8.9.x core/modules/update/update.services.yml \update.processor
  2. 9 core/modules/update/update.services.yml \update.processor

Class

Drupal\update\UpdateProcessor
3 string references to update.processor
update_create_fetch_task in core/modules/update/update.module
Adds a task to the queue for fetching release history data for a project.
update_fetch_data in core/modules/update/update.module
Attempts to fetch update data after loading the necessary include file.
update_get_available in core/modules/update/update.module
Tries to get update information and refreshes it when necessary.

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'
  10. - '@datetime.time'