You are here

26 string references to 'update.settings' in Drupal 10

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.
SiteConfigureForm::submitForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form submission handler.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that disabled 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.
UpdateLocalTasksTest::testUpdateReportLocalTasks in core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
Checks update report tasks.
UpdateManager::projectStorage in core/modules/update/src/UpdateManager.php
UpdateManager::__construct in core/modules/update/src/UpdateManager.php
Constructs an UpdateManager.
UpdateProcessor::__construct in core/modules/update/src/UpdateProcessor.php
Constructs an UpdateProcessor.
UpdateSemverCoreTest::testBrokenThenFixedUpdates in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testLanguageModuleUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks language module in core package at admin/reports/updates.
UpdateSemverCoreTest::testModulePageRegularUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateSemverCoreTest::testModulePageRunCron in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that running cron updates the list of available updates.
UpdateSemverCoreTest::testModulePageSecurityUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateSemverCoreTest::testModulePageUpToDate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateSettingsForm::buildForm in core/modules/update/src/UpdateSettingsForm.php
Form constructor.
UpdateSettingsForm::getEditableConfigNames in core/modules/update/src/UpdateSettingsForm.php
Gets the configuration names that will be editable.
UpdateSettingsForm::submitForm in core/modules/update/src/UpdateSettingsForm.php
Form submission handler.
UpdateTestBase::refreshUpdateStatus in core/modules/update/tests/src/Functional/UpdateTestBase.php
Refreshes the update status based on the desired available update scenario.
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Checks the messages on update manager pages when missing a security update.
update_cron in core/modules/update/update.module
Implements hook_cron().
update_help in core/modules/update/update.module
Implements hook_help().
update_mail in core/modules/update/update.module
Implements hook_mail().
update_page_top in core/modules/update/update.module
Implements hook_page_top().
_update_cron_notify in core/modules/update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.