update.settings.yml

Same filename and directory in other branches
  1. 9 core/modules/update/config/install/update.settings.yml
  2. 8.9.x core/modules/update/config/install/update.settings.yml
  3. 10 core/modules/update/config/install/update.settings.yml
core/modules/update/config/install/update.settings.yml
17 string references to 'update.settings'
MigrateUpdateConfigsTest::testUpdateSettings in core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
Tests migration of update variables to update.settings.yml.
SiteConfigureForm::getEditableConfigNames in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Gets the configuration names that will be editable.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that uninstalled themes are only shown when desired.
UpdateFetcher::__construct in core/modules/update/src/UpdateFetcher.php
Constructs an UpdateFetcher.
UpdateLocalTasksTest::getUpdateReportRoutes in core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
Provides a list of report routes to test.

... See full list

File

core/modules/update/config/install/update.settings.yml

View source
  1. check:
  2. disabled_extensions: false
  3. interval_days: 1
  4. fetch:
  5. url: ~
  6. max_attempts: 2
  7. timeout: 30
  8. notification:
  9. emails: { }
  10. threshold: all

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.