update.settings.yml

drupal/core/modules/update/config/update.settings.yml
7 string references to 'update.settings'
UpdateContribTest::testUpdateShowDisabledThemes in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
update_cron in drupal/core/modules/update/update.module
Implements hook_cron().
update_settings in drupal/core/modules/update/update.settings.inc
Form constructor for the update settings form.
update_settings_submit in drupal/core/modules/update/update.settings.inc
Form submission handler for update_settings().
update_update_8000 in drupal/core/modules/update/update.install
Moves update settings from variables to config.

... See full list

File

drupal/core/modules/update/config/update.settings.yml
View source
  1. check:
  2. disabled_extensions: '0'
  3. interval_days: '1'
  4. fetch:
  5. url: ''
  6. max_attempts: '2'
  7. timeout: '5'
  8. notification:
  9. emails: []
  10. threshold: '0'