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_modify_base_field_author_override |
function |
core/modules/node/node.post_update.php |
Updates stale references to Drupal\node\Entity\Node::getCurrentUserId. |
node_post_update_rebuild_node_revision_routes |
function |
core/modules/node/node.post_update.php |
Rebuild the node revision routes. |
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(). |
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. |
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 |
PagerPluginBase::updatePageInfo |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Updates the pager information. |
PasswordHashingTest::testPasswordNeedsUpdate |
function |
core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php |
Tests a password needs update. |
path.post_update.php |
file |
core/modules/path/path.post_update.php |
Post update functions for the path module. |
path_removed_post_updates |
function |
core/modules/path/path.post_update.php |
Implements hook_removed_post_updates(). |
path_update_last_removed |
function |
core/modules/path/path.install |
Implements hook_update_last_removed(). |
PermissionsHashGeneratorTest::$account2Updated |
property |
core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php |
An "updated" mocked account. |
PgsqlDriverLegacyTest::testDeprecationUpdate |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\pgsql\Update |
post_update_test_failing.info.yml |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
post_update_test_failing.post_update.php |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
Post update functions for test module. |
post_update_test_failing_post_update_exception |
function |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
Post update that throws an exception. |
ProjectCoreCompatibility::$possibleCoreUpdateVersions |
property |
core/modules/update/src/ProjectCoreCompatibility.php |
Cache of core versions that are available for updates. |
ProjectCoreCompatibility::getPossibleCoreUpdateVersions |
function |
core/modules/update/src/ProjectCoreCompatibility.php |
Gets the core versions that should be considered for compatibility ranges. |
PromoteNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/PromoteNode.php |
Gets an array of values to be set. |
QueryFactory::updateConfigKeyStore |
function |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Updates or adds lookup data. |
RemovedPostUpdateNameException |
class |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
An exception thrown for removed post-update functions. |
RemovedPostUpdateNameException.php |
file |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
|
RemoveRevisionMetadataBcLayerUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php |
Tests the upgrade path for removing the revision metadata BC layer. |
RemoveRevisionMetadataBcLayerUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php |
|
RemoveRevisionMetadataBcLayerUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php |
Set database dump files to be used. |
RemoveRevisionMetadataBcLayerUpdateTest::testRevisionMetadataBcLayerRemoval |
function |
core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php |
|
RenderContext::update |
function |
core/lib/Drupal/Core/Render/RenderContext.php |
Updates the current frame of the stack. |
RequirementsPageTrait::updateRequirementsProblem |
function |
core/tests/Drupal/Tests/RequirementsPageTrait.php |
Handles the update requirements page. |
responsive_image.post_update.php |
file |
core/modules/responsive_image/responsive_image.post_update.php |
Post update functions for Responsive Image. |
responsive_image_removed_post_updates |
function |
core/modules/responsive_image/responsive_image.post_update.php |
Implements hook_removed_post_updates(). |
rest.post_update.php |
file |
core/modules/rest/rest.post_update.php |
Post update functions for Rest. |
RestSettingsDeletionUpdateTest |
class |
core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php |
Ensures that update hook is run properly for deleting obsolete REST settings. |
RestSettingsDeletionUpdateTest.php |
file |
core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php |
|