Search for update

  1. Search 7.x for update
  2. Search 8.9.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/sqlite/src/Driver/Database/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/mysql/src/Driver/Database/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Update.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
UpdateSemverCoreTest::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The project that is being tested.
UpdateSemverCoreTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The CSS locator for the update table run asserts on.
UpdateSemverCoreTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Data provider for testSecurityCoverageMessage().
UpdateSemverCoreTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Sets the version to x.x.x when no project-specific mapping is defined.
UpdateSemverCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testClearDiskCache function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that clearing the disk cache works.
UpdateSemverCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Ensures proper results where there are date mismatches among modules.
UpdateSemverCoreTest::testFetchTasks function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests that exactly one fetch task per project is created and not more.
UpdateSemverCoreTest::testLanguageModuleUpdate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks language module in core package at admin/reports/updates.
UpdateSemverCoreTest::testLocalActions function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Ensures that the local actions appear.
UpdateSemverCoreTest::testModulePageRegularUpdate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks the messages at admin/modules when an update is missing.
UpdateSemverCoreTest::testModulePageRunCron function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that running cron updates the list of available updates.
UpdateSemverCoreTest::testModulePageSecurityUpdate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks the messages at admin/modules when a security update is missing.
UpdateSemverCoreTest::testModulePageUpToDate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks the messages at admin/modules when the site is up to date.
UpdateSemverCoreTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreTest::testServiceUnavailable function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the Update Manager module when the update server returns 503 errors.
UpdateSemverTestBase class core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Common test methods for projects that use semver version releases.
UpdateSemverTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBase::$defaultTheme property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php The theme to install as the default for testing.
UpdateSemverTestBase::$modules property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Modules to enable.
UpdateSemverTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php The title of the project being tested.
UpdateSemverTestBase::refreshUpdateStatus function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Refreshes the update status based on the desired available update scenario.
UpdateSemverTestBase::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Data provider method for testSecurityUpdateAvailability().
UpdateSemverTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Sets the project installed version.
UpdateSemverTestBase::setUp function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBase::testMajorUpdateAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Tests the Update Manager module when a major update is available.
UpdateSemverTestBase::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Tests the Update Manager module when one normal update is available.
UpdateSemverTestBase::testNoUpdatesAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Tests the Update Manager module when no updates are available.
UpdateSemverTestBase::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Tests messages when a project release is unpublished.
UpdateSemverTestBase::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Tests the Update Manager module when a security update is available.
UpdateSemverTestBase::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Tests messages when a project release is marked unsupported.
UpdateServiceProvider class core/lib/Drupal/Core/Update/UpdateServiceProvider.php Customizes the container for running updates.
UpdateServiceProvider.php file core/lib/Drupal/Core/Update/UpdateServiceProvider.php
UpdateServiceProvider::alter function core/lib/Drupal/Core/Update/UpdateServiceProvider.php Modifies existing service definitions.
UpdateServiceProvider::register function core/lib/Drupal/Core/Update/UpdateServiceProvider.php Registers services to the container.
UpdateSettings class core/modules/update/src/Plugin/migrate/source/UpdateSettings.php Drupal 6/7 Update settings source from database.
UpdateSettings.php file core/modules/update/src/Plugin/migrate/source/UpdateSettings.php
UpdateSettings::values function core/modules/update/src/Plugin/migrate/source/UpdateSettings.php Return the values of the variables specified in the plugin configuration.
UpdateSettingsForm class core/modules/update/src/UpdateSettingsForm.php Configure update settings for this site.
UpdateSettingsForm.php file core/modules/update/src/UpdateSettingsForm.php
UpdateSettingsForm::$emailValidator property core/modules/update/src/UpdateSettingsForm.php The email validator.
UpdateSettingsForm::buildForm function core/modules/update/src/UpdateSettingsForm.php Form constructor.
UpdateSettingsForm::create function core/modules/update/src/UpdateSettingsForm.php Instantiates a new instance of this class.
UpdateSettingsForm::getEditableConfigNames function core/modules/update/src/UpdateSettingsForm.php Gets the configuration names that will be editable.
UpdateSettingsForm::getFormId function core/modules/update/src/UpdateSettingsForm.php Returns a unique string identifying the form.
UpdateSettingsForm::submitForm function core/modules/update/src/UpdateSettingsForm.php Form submission handler.
UpdateSettingsForm::validateForm function core/modules/update/src/UpdateSettingsForm.php Form validation handler.
UpdateSettingsForm::__construct function core/modules/update/src/UpdateSettingsForm.php Constructs an UpdateSettingsForm object.
UpdateStorageTest class core/modules/update/tests/src/Kernel/UpdateStorageTest.php Tests the Update module storage is cleared correctly.
UpdateStorageTest.php file core/modules/update/tests/src/Kernel/UpdateStorageTest.php

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