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. 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/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
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_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::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
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.
Mysql8RequirePrimaryKeyUpdateTest::runDbTasks function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Runs the install database tasks for the driver used by the test runner.
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Set database dump files to be used.
Mysql8RequirePrimaryKeyUpdateTest::testDatabaseLoaded function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests updates.
navigation.post_update.php file core/modules/navigation/navigation.post_update.php Post update functions for the Navigation module.
navigation_post_update_set_logo_dimensions_default function core/modules/navigation/navigation.post_update.php Defines the values for the default logo dimensions.
navigation_post_update_update_permissions function core/modules/navigation/navigation.post_update.php Grants navigation specific permission to roles with access to any layout.
navigation_update_11001 function core/modules/navigation/navigation.install Reorganizes the values for the logo settings.
navigation_update_11002 function core/modules/navigation/navigation.install Update for navigation logo to store the file path instead of ID.
new_dependency_test_update_8001 function core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install Enable the new_dependency_test_with_service module.
node.post_update.php file core/modules/node/node.post_update.php Post update functions for Node.
NodeDeprecationTest::testNodeTypeUpdateNodesDeprecation function core/modules/node/tests/src/Kernel/NodeDeprecationTest.php Tests the deprecation of node_type_update_nodes.
NodeHooks1::commentUpdate function core/modules/node/src/Hook/NodeHooks1.php Implements hook_ENTITY_TYPE_update() for comment entities.
NodeSearch::updateIndex function core/modules/node/src/Plugin/Search/NodeSearch.php Updates the search index for this plugin.
NodeStorage::updateType function core/modules/node/src/NodeStorage.php Updates all nodes of one type to be of another type.
NodeStorageInterface::updateType function core/modules/node/src/NodeStorageInterface.php Updates all nodes of one type to be of another type.
NodeTestHooks::nodeUpdate function core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php Implements hook_ENTITY_TYPE_update() for node entities.
NodeUpdate7008 class core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Split the 'administer nodes' permission from 'access content overview'.
NodeUpdate7008.php file core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php
NodeUpdate7008::transform function core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Split the 'administer nodes' permission from 'access content overview'.
node_mass_update function core/modules/node/node.admin.inc Updates all nodes in the passed-in array with the passed-in field values.
node_removed_post_updates function core/modules/node/node.post_update.php Implements hook_removed_post_updates().
node_test_node_update function core/modules/node/tests/modules/node_test/node_test.module Implements hook_ENTITY_TYPE_update() for node entities.
node_update_last_removed function core/modules/node/node.install Implements hook_update_last_removed().
NonPublicSchemaTest::testUpdate function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::update
NoPreExistingSchemaUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php Tries to update a module which has no pre-existing schema.

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