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 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/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/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
Merge::$needsUpdate property core/lib/Drupal/Core/Database/Query/Merge.php Flag indicating whether an UPDATE is necessary.
Merge::$updateFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields that will be updated.
Merge::STATUS_UPDATE constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an UPDATE query has been executed.
Merge::updateFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be updated.
MergeTest::testMergeInsertWithoutUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Tests that we can merge-insert without any update fields.
MergeTest::testMergeUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExcept function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExplicit function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record, with alternate replacement.
MergeTest::testMergeUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully, with expressions.
MergeTest::testMergeUpdateWithoutUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update without any update fields.
MetapackageUpdateTest class core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php Test to see if the metapackages are up-to-date with the root composer.lock.
MetapackageUpdateTest.php file core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php
MetapackageUpdateTest::testUpdated function core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php Tests to see if the generated metapackages are in sync with composer.lock.
MetapackageUpdateTest::updatedTestData function core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php Provides test data for testUpdated.
migrate.post_update.php file core/modules/migrate/migrate.post_update.php Post update functions for migrate.
MigrateIdMapInterface::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves an array of map rows marked as needing update.
MigrateIdMapInterface::prepareUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Prepares to run a full update.
MigrateIdMapInterface::setUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Sets a specified record to be updated, if it exists.
MigrateIdMapInterface::STATUS_NEEDS_UPDATE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the row needs to be updated.
MigrateIdMapInterface::updateCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns a count of items which are marked as needing update.
MigrateSourceTest::testNextNeedsUpdate function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that $row->needsUpdate() works as expected.
MigrateSqlIdMapTest::testGetRowsNeedingUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowsNeedingUpdate method for rows that need an update.
MigrateSqlIdMapTest::testPrepareUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests prepareUpdate().
MigrateSqlIdMapTest::testSetUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests setting a row source_row_status to STATUS_NEEDS_UPDATE.
MigrateSqlIdMapTest::testUpdateCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs the update count test with a given number of update rows.
MigrateSqlIdMapTest::updateCountDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testUpdateCount().
MigrateUpdateConfigsTest class core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php Upgrade variables to update.settings.yml.
MigrateUpdateConfigsTest.php file core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
MigrateUpdateConfigsTest::$modules property core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php Modules to install.
MigrateUpdateConfigsTest::setUp function core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
MigrateUpdateConfigsTest::testUpdateSettings function core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php Tests migration of update variables to update.settings.yml.
migrate_drupal.post_update.php file core/modules/migrate_drupal/migrate_drupal.post_update.php Post update functions for Migrate Drupal.
migrate_drupal_removed_post_updates function core/modules/migrate_drupal/migrate_drupal.post_update.php Implements hook_removed_post_updates().
migrate_drupal_update_last_removed function core/modules/migrate_drupal/migrate_drupal.install Implements hook_update_last_removed().
migrate_removed_post_updates function core/modules/migrate/migrate.post_update.php Implements hook_removed_post_updates().
migrate_update_10100 function core/modules/migrate/migrate.install Remove the year 2038 date limitation.
migrate_update_last_removed function core/modules/migrate/migrate.install Implements hook_update_last_removed().
ModerationStateFieldItemList::updateModeratedEntity function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Updates the default revision flag and the publishing status of the entity.
Module::canUpdate function core/lib/Drupal/Core/Updater/Module.php Determines whether this class can update the specified project.
Module::canUpdateDirectory function core/lib/Drupal/Core/Updater/Module.php Determines if the Updater can handle the project provided in $directory.
Module::getSchemaUpdates function core/lib/Drupal/Core/Updater/Module.php Returns available database schema updates once a new version is installed.
Module::postUpdateTasks function core/lib/Drupal/Core/Updater/Module.php Returns an array of links to pages that should be visited post operation.
ModuleInstaller::$updateRegistry property core/lib/Drupal/Core/Extension/ModuleInstaller.php The update registry service.
ModuleInstaller::updateKernel function core/lib/Drupal/Core/Extension/ModuleInstaller.php Updates the kernel module list.
ModulesUninstallForm::$updateRegistry property core/modules/system/src/Form/ModulesUninstallForm.php The update registry service.
module_test.post_update.php file core/modules/system/tests/modules/module_test/module_test.post_update.php Post update functions for test module.
module_test_post_update_test function core/modules/system/tests/modules/module_test/module_test.post_update.php Test post update function.
Mysql8RequirePrimaryKeyUpdateTest class core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests updates MySQL 8 when sql_require_primary_key is on.
Mysql8RequirePrimaryKeyUpdateTest.php file core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php
Mysql8RequirePrimaryKeyUpdateTest::prepareSettings function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Add settings that are missed since the installer isn't run.

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