Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\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
NodeUpdateTest::testStatusCheckbox function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity form has the status checkbox.
node_comment_update function core/modules/node/node.module Implements hook_ENTITY_TYPE_update() for comment entities.
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_configure_status_field_widget function core/modules/node/node.post_update.php Load all form displays for nodes, add status with these settings, save.
node_post_update_glossary_view_published function core/modules/node/node.post_update.php Add a published filter to the glossary View.
node_post_update_node_revision_views_data function core/modules/node/node.post_update.php Clear caches due to updated views data.
node_test_node_update function core/modules/node/tests/modules/node_test/node_test.module Implements hook_ENTITY_TYPE_update() for node entities.
node_type_update_nodes function core/modules/node/node.module Updates all nodes of one type to be of another type.
node_update_8001 function core/modules/node/node.install Add 'revision_translation_affected' field to 'node' entities.
node_update_8002 function core/modules/node/node.install Remove obsolete indexes from the node schema.
node_update_8003 function core/modules/node/node.install Promote 'status' and 'uid' fields to entity keys.
node_update_8300 function core/modules/node/node.install Change {node_access}.fallback from an int to a tinyint as it is a boolean.
node_update_8301 function core/modules/node/node.install Set the 'published' entity key.
node_update_8400 function core/modules/node/node.install Fix realm column description on the node_access table.
node_update_8401 function core/modules/node/node.install Run a node access rebuild, if required.
node_update_8700 function core/modules/node/node.install Set the 'owner' entity key and update the field.
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::setUp function core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema function core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php Test 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.
OptionsFieldTest::testUpdateAllowedValues function core/modules/options/tests/src/Kernel/OptionsFieldTest.php Test that allowed values can be updated.
options_field_storage_config_update function core/modules/options/options.module Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
options_field_storage_config_update_forbid function core/modules/options/options.module 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.
PagerManager::getUpdatedParameters function core/lib/Drupal/Core/Pager/PagerManager.php Gets the URL query parameter array of a pager link.
PagerManager::updateGlobals function core/lib/Drupal/Core/Pager/PagerManager.php Updates global variables with a pager data for backwards compatibility.
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 If there are pagers that need global values set, this method can
be used to set them. It will be called after the query is run.
PageTitleConvertedIntoBlockUpdateTest class core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Tests the upgrade path for page title being converted into a block.
PageTitleConvertedIntoBlockUpdateTest.php file core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php
PageTitleConvertedIntoBlockUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php The theme to install as the default for testing.
PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Set database dump files to be used.
PageTitleConvertedIntoBlockUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Overrides WebTestBase::setUp() for update testing.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Tests that page title is being converted into a block.
PasswordHashingTest::testPasswordNeedsUpdate function core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php Test a password needs update.
path.post_update.php file core/modules/path/path.post_update.php Post update functions for the path module.
PathAliasToEntityUpdateTest class core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php Tests the conversion of path aliases to entities.
PathAliasToEntityUpdateTest.php file core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php
PathAliasToEntityUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php The theme to install as the default for testing.
PathAliasToEntityUpdateTest::providerConversionToEntities function core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php Data provider for ::testConversionToEntities.
PathAliasToEntityUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php Set database dump files to be used.
PathAliasToEntityUpdateTest::testConversionToEntities function core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php Tests the conversion of path aliases to entities.
path_deprecated_test_path_update function core/modules/system/tests/modules/path_deprecated_test/path_deprecated_test.module Implements hook_path_update().
path_post_update_create_language_content_settings function core/modules/path/path.post_update.php Create the language content settings configuration object for path aliases.
path_update_8200 function core/modules/path/path.install Change the path field to computed for node and taxonomy_term.

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