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 main 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/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
NodeSearchHooks::commentUpdate function core/modules/node/src/Hook/NodeSearchHooks.php Implements hook_ENTITY_TYPE_update() for comment entities.
NodeSearchHooks::nodeUpdate function core/modules/node/src/Hook/NodeSearchHooks.php Implements hook_node_update().
NodeSearchHooks::nodeUpdate function core/modules/search/modules/search_node/src/Hook/NodeSearchHooks.php Implements hook_node_update().
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'.
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_post_update_add_rebuild_permission_to_roles function core/modules/node/node.post_update.php Grants a new permission for rebuilding node access permissions.
node_post_update_create_promote_base_field_overrides function core/modules/node/node.post_update.php Creates base field override config for the promote base field on node types.
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().
PackageManagerUpdateProcessor class core/modules/package_manager/src/PackageManagerUpdateProcessor.php Extends the Update Status update processor allow fetching any project.
PackageManagerUpdateProcessor.php file core/modules/package_manager/src/PackageManagerUpdateProcessor.php
PackageManagerUpdateProcessor::getProjectData function core/modules/package_manager/src/PackageManagerUpdateProcessor.php Gets the project data by name.
PackageManagerUpdateProcessor::processFetchTask function core/modules/package_manager/src/PackageManagerUpdateProcessor.php Processes a task to fetch available update data for a single project.
PackageManagerUpdateProcessor::__construct function core/modules/package_manager/src/PackageManagerUpdateProcessor.php Constructs an UpdateProcessor.
PackageUpdateTest class core/modules/package_manager/tests/src/Build/PackageUpdateTest.php Tests updating packages in a stage directory.
PackageUpdateTest.php file core/modules/package_manager/tests/src/Build/PackageUpdateTest.php
PackageUpdateTest::testPackageUpdate function core/modules/package_manager/tests/src/Build/PackageUpdateTest.php Tests updating packages in a stage directory.
package_manager_post_update_test function core/modules/package_manager/tests/fixtures/post_update.php Here is a fake post-update hook.
package_manager_test_update.info.yml file core/modules/package_manager/tests/modules/package_manager_test_update/package_manager_test_update.info.yml core/modules/package_manager/tests/modules/package_manager_test_update/package_manager_test_update.info.yml

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