Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. system.services.yml

system.sa_fetcher

Class

Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
3 string references to system.sa_fetcher
SystemHooks::cron in core/modules/system/src/Hook/SystemHooks.php
Implements hook_cron().
SystemHooks::pageTop in core/modules/system/src/Hook/SystemHooks.php
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

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'
RSS feed
Powered by Drupal