| 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. |
| 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_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_set_node_type_description_and_help_to_null |
function |
core/modules/node/node.post_update.php |
Converts empty `description` and `help` in content types to NULL. |
| 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_type_update_nodes |
function |
core/modules/node/node.module |
Updates all nodes of one type to be of another type. |
| 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[[api-linebreak]] |
| 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. |
| NullDefaultFormTest::testRunUpdates |
function |
core/modules/contact/tests/src/Functional/Update/NullDefaultFormTest.php |
Tests the upgrade path for updating empty 'default_form' to NULL. |
| 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_post_update_add_olivero_primary_color |
function |
core/themes/olivero/olivero.post_update.php |
Sets the default `base_primary_color` value of Olivero's theme settings. |
| OptionsFieldTest::testUpdateAllowedValues |
function |
core/modules/options/tests/src/Kernel/OptionsFieldTest.php |
Tests 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. |
| 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[[api-linebreak]] |
| 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. |