service update.processor in Drupal 10
Same name and namespace in other branches
- 8 core/modules/update/update.services.yml \update.processor
- 9 core/modules/update/update.services.yml \update.processor
Class
Drupal\update\UpdateProcessor3 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
- class: Drupal\update\UpdateProcessor
- arguments:
- - '@config.factory'
- - '@queue'
- - '@update.fetcher'
- - '@state'
- - '@private_key'
- - '@keyvalue'
- - '@keyvalue.expirable'