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
node.post_update.php file core/modules/node/node.post_update.php Post update functions for Node.
NodeBulkUpdate class core/modules/node/src/NodeBulkUpdate.php Provides a service to update nodes in bulk.
NodeBulkUpdate.php file core/modules/node/src/NodeBulkUpdate.php
NodeBulkUpdate::batchFinished function core/modules/node/src/NodeBulkUpdate.php Reports the 'finished' status of batch operation the node bulk update.
NodeBulkUpdate::batchProcess function core/modules/node/src/NodeBulkUpdate.php Executes a batch operation for processing a node bulk update.
NodeBulkUpdate::process function core/modules/node/src/NodeBulkUpdate.php Updates all nodes in the passed-in array with the passed-in field values.
NodeBulkUpdate::processNode function core/modules/node/src/NodeBulkUpdate.php Updates individual nodes when fewer than 10 are queued.
NodeBulkUpdate::__construct function core/modules/node/src/NodeBulkUpdate.php
NodeRebuildPermissionUpdateTest class core/modules/node/tests/src/Functional/NodeRebuildPermissionUpdateTest.php Tests node rebuild permission update.
NodeRebuildPermissionUpdateTest.php file core/modules/node/tests/src/Functional/NodeRebuildPermissionUpdateTest.php
NodeRebuildPermissionUpdateTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/NodeRebuildPermissionUpdateTest.php Set database dump files to be used.
NodeRebuildPermissionUpdateTest::testRunUpdates function core/modules/node/tests/src/Functional/NodeRebuildPermissionUpdateTest.php Tests an update path for 'rebuild node access permissions' permission.
NodeSearchHooks::commentUpdate function core/modules/node/src/Hook/NodeSearchHooks.php Implements hook_ENTITY_TYPE_update() for comment entities.
NodeSearchHooks::commentUpdate function core/modules/search/modules/search_node/src/Hook/NodeSearchHooks.php Implements hook_ENTITY_TYPE_update() for comment entities.
NodeSearchHooks::nodeUpdate function core/modules/search/modules/search_node/src/Hook/NodeSearchHooks.php Implements hook_node_update().
NodeSearchHooks::nodeUpdate function core/modules/node/src/Hook/NodeSearchHooks.php Implements hook_node_update().
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'.
NodeUpdate7008::__construct function core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Constructs a \Drupal\Component\Plugin\PluginBase object.
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_mass_update function core/modules/node/node.module 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_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 Tests update.
NoPreExistingSchemaUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php Tries to update a module which has no pre-existing schema.
NoPreExistingSchemaUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
NoPreExistingSchemaUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php The theme to install as the default for testing.
NoPreExistingSchemaUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema function core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php Tests the system module updates with no dependencies installed.
NullIdMap::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves an array of map rows marked as needing update.
NullIdMap::prepareUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Prepares to run a full update.
NullIdMap::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Sets a specified record to be updated, if it exists.
NullIdMap::updateCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns a count of items which are marked as needing update.
olivero.post_update.php file core/themes/olivero/olivero.post_update.php Post update functions for Olivero.
OliveroPostUpdateTest class core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php Tests the update path for Olivero.
OliveroPostUpdateTest.php file core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php
OliveroPostUpdateTest::$defaultTheme property core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php The theme to install as the default for testing.
OliveroPostUpdateTest::setDatabaseDumpFiles function core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php Set database dump files to be used.
OliveroPostUpdateTest::testOliveroThirdPartySettingsWithoutShortcut function core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php Tests update olivero third party settings without shortcut installed.
olivero_post_update_remove_shortcut_settings_if_not_installed function core/themes/olivero/olivero.post_update.php Remove shortcut settings if shortcut module is not installed.
olivero_removed_post_updates function core/themes/olivero/olivero.post_update.php Implements hook_removed_post_updates().
OptionsFieldTest::testUpdateAllowedValues function core/modules/options/tests/src/Kernel/OptionsFieldTest.php Tests that allowed values can be updated.
OptionsHooks::fieldStorageConfigUpdate function core/modules/options/src/Hook/OptionsHooks.php Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
OptionsHooks::fieldStorageConfigUpdateForbid function core/modules/options/src/Hook/OptionsHooks.php Implements hook_field_storage_config_update_forbid().
OverriddenConfigImportTest::testConfigImportUpdates function core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Tests importing overridden config alongside config in the default language.
PackageManagerBypassTestTrait::assertUpdateStagedTimes function core/modules/package_manager/tests/src/Traits/PackageManagerBypassTestTrait.php Asserts the number of times an update was staged.
PackageManagerKernelTestBase::registerPostUpdateFunctions function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Marks all pending post-update functions as completed.
PackageManagerRequirementsHooks::update function core/modules/package_manager/src/Hook/PackageManagerRequirementsHooks.php Implements hook_update_requirements().

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