Search for update

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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Update.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\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
UpdateReportTest class core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests update report functionality.
UpdateReportTest.php file core/modules/update/tests/src/Kernel/UpdateReportTest.php
UpdateReportTest::$modules property core/modules/update/tests/src/Kernel/UpdateReportTest.php Modules to install.
UpdateReportTest::providerTemplatePreprocessUpdateReport function core/modules/update/tests/src/Kernel/UpdateReportTest.php Provides data for testTemplatePreprocessUpdateReport().
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data without dblog installed.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data with dblog installed.
UpdateReportTest::testTemplatePreprocessUpdateReport function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests template preprocess update report.
UpdateRequirements class core/modules/update/src/Hook/UpdateRequirements.php Requirements for the update module.
UpdateRequirements.php file core/modules/update/src/Hook/UpdateRequirements.php
UpdateRequirements::requirementCheck function core/modules/update/src/Hook/UpdateRequirements.php Fills in the requirements array.
UpdateRequirements::runtime function core/modules/update/src/Hook/UpdateRequirements.php Implements hook_runtime_requirements().
UpdateRequirements::__construct function core/modules/update/src/Hook/UpdateRequirements.php
UpdateRequirementsTest class core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php Tests hook_update_requirements() and hook_update_requirements_alter().
UpdateRequirementsTest.php file core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php
UpdateRequirementsTest::testUpdateRequirements function core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php Tests hook_update_requirements().
UpdateSchemaTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php Tests that update hooks are properly run.
UpdateSchemaTest class core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php Tests for schema and update includes.
UpdateSchemaTest.php file core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php
UpdateSchemaTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
UpdateSchemaTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php The theme to install as the default for testing.
UpdateSchemaTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php Modules to install.
UpdateSchemaTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php Modules to install.
UpdateSchemaTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php The update URL.
UpdateSchemaTest::$user property core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
UpdateSchemaTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
UpdateSchemaTest::testDrupalGetSchemaVersionsInt function core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php Tests the function parses schema updates as integer numbers.
UpdateSchemaTest::testUpdateHooks function core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php Tests that update hooks are properly run.
UpdateScriptTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests the update script access and functionality.
UpdateScriptTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
UpdateScriptTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php The theme to install as the default for testing.
UpdateScriptTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Modules to install.
UpdateScriptTest::$statusReportUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php The URL to the status report page.
UpdateScriptTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php URL to the update.php script.
UpdateScriptTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php A user with the necessary permissions to administer software updates.
UpdateScriptTest::assertErrorOnUpdates function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts errors are shown on the update and status report pages.
UpdateScriptTest::assertInstalledExtensionsConfig function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts that an installed extension's config setting is correct.
UpdateScriptTest::assertUpdateWithNoErrors function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts particular errors are not shown on update and status report pages.
UpdateScriptTest::enableExtensions function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Enables an extension using the UI.
UpdateScriptTest::enableMissingExtensions function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Enables extensions the UI.
UpdateScriptTest::getSystemSchema function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Returns the Drupal 7 system table schema.
UpdateScriptTest::HANDBOOK_MESSAGE constant core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
UpdateScriptTest::providerExtensionCompatibilityChange function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Data provider for testExtensionCompatibilityChange().
UpdateScriptTest::providerMissingExtension function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Data provider for ::testMissingExtension().
UpdateScriptTest::runUpdates function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Helper function to run updates via the browser.
UpdateScriptTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
UpdateScriptTest::testExtensionCompatibilityChange function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that extension compatibility changes are handled correctly.
UpdateScriptTest::testMaintenanceModeLink function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests maintenance mode link on update.php.
UpdateScriptTest::testMaintenanceModeUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests update.php while in maintenance mode.
UpdateScriptTest::testMissingExtension function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that a missing extension prevents updates.
UpdateScriptTest::testNoUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests update.php when there are no updates to apply.

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