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
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 enable.
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::assertErrorOnUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts an error is shown on the update and status report pages.
UpdateScriptTest::assertInstalledExtensionConfig function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts that an installed extension's config setting is correct.
UpdateScriptTest::assertUpdateWithNoError function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts a particular error is not shown on update and status report pages.
UpdateScriptTest::enableExtension function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Enables an extension using 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 Date 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.
UpdateScriptTest::testOrphanedSchemaEntries function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that orphan schemas are handled properly.
UpdateScriptTest::testRequirements function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests performing updates with update.php in a multilingual environment.
UpdateScriptTest::testSuccessfulUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests update.php after performing a successful update.
UpdateScriptTest::testThemeSystem function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests the effect of using the update script on the theme system.
UpdateScriptTest::testUpdateAccess function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests access to the update script.
UpdateScriptTestController class core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php Controller routines for update_script_test routes.
UpdateScriptTestController.php file core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php
UpdateScriptTestController::databaseUpdatesMenuItem function core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php Outputs a link to the database updates URL.
UpdateSelectionCommand class core/modules/media_library/src/Ajax/UpdateSelectionCommand.php AJAX command for adding media items to the media library selection.
UpdateSelectionCommand.php file core/modules/media_library/src/Ajax/UpdateSelectionCommand.php
UpdateSelectionCommand::$mediaIds property core/modules/media_library/src/Ajax/UpdateSelectionCommand.php An array of media IDs to add to the current selection.
UpdateSelectionCommand::render function core/modules/media_library/src/Ajax/UpdateSelectionCommand.php Return an array to be run through json_encode and sent to the client.
UpdateSelectionCommand::__construct function core/modules/media_library/src/Ajax/UpdateSelectionCommand.php Constructs an UpdateSelectionCommand object.
UpdateSemverContribTest class core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Tests the Update Manager module with a contrib module with semver versions.
UpdateSemverContribTest.php file core/modules/update/tests/src/Functional/UpdateSemverContribTest.php
UpdateSemverContribTest::$modules property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Modules to enable.
UpdateSemverContribTest::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The title of the project being tested.
UpdateSemverContribTest::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The project that is being tested.
UpdateSemverContribTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The CSS locator for the update table run asserts on.
UpdateSemverContribTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Sets the project installed version.
UpdateSemverCoreTest class core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the semantic version handling in the Update Manager.
UpdateSemverCoreTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
UpdateSemverCoreTest::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The title of the project being tested.

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