You are here

service update.fetcher in Drupal 9

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

Class

Drupal\update\UpdateFetcher

File

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

View source
  1. class: Drupal\update\UpdateFetcher
  2. arguments:
  3. - '@config.factory'
  4. - '@http_client'
  5. - '@settings'