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
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.
NullDescriptionTest::testRunUpdates function core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Tests the upgrade path for updating empty description to NULL.
NullHelpAndDescriptionTest::testRunUpdates function core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Tests the upgrade path for updating empty help and description to NULL.
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.
OembedUpdateTest class core/modules/media/tests/src/Functional/FieldFormatter/OembedUpdateTest.php Tests eager-load upgrade path.
OembedUpdateTest.php file core/modules/media/tests/src/Functional/FieldFormatter/OembedUpdateTest.php
OembedUpdateTest::setDatabaseDumpFiles function core/modules/media/tests/src/Functional/FieldFormatter/OembedUpdateTest.php Set database dump files to be used.
OembedUpdateTest::setUp function core/modules/media/tests/src/Functional/FieldFormatter/OembedUpdateTest.php
OembedUpdateTest::testUpdate function core/modules/media/tests/src/Functional/FieldFormatter/OembedUpdateTest.php Test eager-load setting upgrade path.
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::testOliveroPrimaryColorUpdate function core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php Tests update hook setting base primary color.
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.
PackageManagerUpdateProcessor class core/modules/package_manager/src/PackageManagerUpdateProcessor.php Extends the Update module's 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
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
package_manager_update_2147483647 function core/modules/package_manager/tests/fixtures/db_update.php Here is a fake update hook.
PagerManager::getUpdatedParameters function core/lib/Drupal/Core/Pager/PagerManager.php Gets the URL query parameter array of a pager link.
PagerManagerInterface::getUpdatedParameters function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets the URL query parameter array of a pager link.
PagerManagerTest::testGetUpdatedParameters function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @covers ::getUpdatedParameters
PagerPluginBase::updatePageInfo function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Updates the pager information.
PasswordCompatibilityUpdateTest class core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php Tests that users created with Drupal prior to version 10.1.x can still login.
PasswordCompatibilityUpdateTest.php file core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php
PasswordCompatibilityUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php The theme to install as the default for testing.
PasswordCompatibilityUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php Set database dump files to be used.
PasswordCompatibilityUpdateTest::testPasswordCompatibility function core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php Tests that the password compatibility is working properly.
path.post_update.php file core/modules/path/path.post_update.php Post update functions for the path module.
PathAliasRevisionIndexesUpdatePathTest class core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php Tests the update path for the path_alias_revision table indices.

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