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
UpdateStorageTest::$modules property core/modules/update/tests/src/Kernel/UpdateStorageTest.php Modules to enable.
UpdateStorageTest::testUpdateStorage function core/modules/update/tests/src/Kernel/UpdateStorageTest.php Tests the Update module storage is cleared correctly.
UpdatesWith7xTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php Tests the minimum schema version when only 7.x update hooks are retained.
UpdatesWith7xTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php The theme to install as the default for testing.
UpdatesWith7xTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php Modules to enable.
UpdatesWith7xTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php The URL for the update page.
UpdatesWith7xTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php An administrative user.
UpdatesWith7xTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::testWith7x function core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdateTest class core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests the update query builder.
UpdateTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php
UpdateTest::testExpressionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests updating with expressions.
UpdateTest::testMultiGTUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records with a non-equality condition.
UpdateTest::testMultiUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records successfully.
UpdateTest::testSimpleNullUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms updating to NULL.
UpdateTest::testSimpleUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update a single record successfully.
UpdateTest::testSpecialColumnUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirm that we can update values in a column with special name.
UpdateTest::testUpdateAffectedRows function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests return value on update.
UpdateTest::testUpdateNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Updating a not existing table throws a DatabaseExceptionWrapper.
UpdateTest::testUpdateValueInSerial function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Updating a serial field throws a IntegrityConstraintViolationException.
UpdateTest::testWhereAndConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can stack condition and where calls.
UpdateTest::testWhereUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records with a where call.
UpdateTestArchiver class core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Defines a test archiver implementation.
UpdateTestArchiver.php file core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php
UpdateTestArchiver::add function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Adds the specified file or directory to the archive.
UpdateTestArchiver::extract function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Extracts multiple files in the archive to the specified path.
UpdateTestArchiver::listContents function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Lists all files in the archive.
UpdateTestArchiver::remove function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Removes the specified file from the archive.
UpdateTestBase class core/modules/update/tests/src/Functional/UpdateTestBase.php Defines some shared functions used by all update tests.
UpdateTestBase.php file core/modules/update/tests/src/Functional/UpdateTestBase.php
UpdateTestBase::$updateProject property core/modules/update/tests/src/Functional/UpdateTestBase.php The project that is being tested.
UpdateTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateTestBase.php The CSS locator for the update table run asserts on.
UpdateTestBase::assertSecurityUpdates function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts the expected security updates are displayed correctly on the page.
UpdateTestBase::assertUpdateTableElementContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table element HTML contains the specified text.
UpdateTestBase::assertUpdateTableElementNotContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table element HTML contains the specified text.
UpdateTestBase::assertUpdateTableTextContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table text contains the specified text.
UpdateTestBase::assertUpdateTableTextNotContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table text does not contain the specified text.
UpdateTestBase::assertVersionUpdateLinks function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that an update version has the correct links.
UpdateTestBase::confirmRevokedStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Confirms messages are correct when a release has been unpublished/revoked.
UpdateTestBase::confirmUnsupportedStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Confirms messages are correct when a release has been marked unsupported.
UpdateTestBase::findUpdateElementByLabel function core/modules/update/tests/src/Functional/UpdateTestBase.php Finds an update page element by label.
UpdateTestBase::refreshUpdateStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Refreshes the update status based on the desired available update scenario.
UpdateTestBase::SECURITY_UPDATE_REQUIRED constant core/modules/update/tests/src/Functional/UpdateTestBase.php Denotes a security update will be required in the test case.
UpdateTestBase::standardTests function core/modules/update/tests/src/Functional/UpdateTestBase.php Runs a series of assertions that are applicable to all update statuses.
UpdateTestBase::UPDATE_AVAILABLE constant core/modules/update/tests/src/Functional/UpdateTestBase.php Denotes an update will be available in the test case.
UpdateTestBase::UPDATE_NONE constant core/modules/update/tests/src/Functional/UpdateTestBase.php Denotes no update will be available in the test case.
UpdateTestController class core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php Provides different routes of the update_test module.
UpdateTestController.php file core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php
UpdateTestController::updateError function core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php Displays an Error 503 (Service unavailable) page.

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