You are here

service system.sa_fetcher in Drupal 9

Class

Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
4 string references to system.sa_fetcher
SecurityAdvisoriesFetcherTest::getAdvisories in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
Gets the advisories from the 'system.sa_fetcher' service.
system_cron in core/modules/system/system.module
Implements hook_cron().
system_page_top in core/modules/system/system.module
Implements hook_page_top().
_system_advisories_requirements in core/modules/system/system.install
Display requirements from security advisories.

File

core/modules/system/system.services.yml
core/modules/system/system.services.yml

View source
  1. class: Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
  2. arguments:
  3. - '@config.factory'
  4. - '@keyvalue.expirable'
  5. - '@http_client'
  6. - '@extension.list.module'
  7. - '@extension.list.theme'
  8. - '@extension.list.profile'
  9. - '@logger.channel.system'
  10. - '@settings'