views_post_update_make_placeholders_translatable |
function |
core/modules/views/views.post_update.php |
Rebuild cache to allow placeholder texts to be translatable. |
views_post_update_remove_core_key |
function |
core/modules/views/views.post_update.php |
Remove core key from views configuration. |
views_post_update_revision_metadata_fields |
function |
core/modules/views/views.post_update.php |
Fix table names for revision metadata fields. |
views_post_update_serializer_dependencies |
function |
core/modules/views/views.post_update.php |
Fix views with serializer dependencies. |
views_post_update_table_display_cache_max_age |
function |
core/modules/views/views.post_update.php |
Fix cache max age for table displays. |
views_post_update_taxonomy_index_tid |
function |
core/modules/views/views.post_update.php |
Fix views with dependencies on taxonomy terms that don't exist. |
views_post_update_update_cacheability_metadata |
function |
core/modules/views/views.post_update.php |
Update the cacheability metadata for all views. |
views_post_update_views_data_table_dependencies |
function |
core/modules/views/views.post_update.php |
Include views data table provider in views dependencies. |
views_test_data_view_update |
function |
core/modules/views/tests/modules/views_test_data/views_test_data.module |
Implements hook_ENTITY_TYPE_update() for the 'view' entity type. |
views_ui_ajax_update_form |
function |
core/modules/views_ui/admin.inc |
Updates a part of the add view form via AJAX. |
views_update_8001 |
function |
core/modules/views/views.install |
Update views field plugins. |
views_update_8002 |
function |
core/modules/views/views.install |
Updates %1 and !1 tokens to argument tokens. |
views_update_8003 |
function |
core/modules/views/views.install |
Clear caches to fix entity operations field. |
views_update_8004 |
function |
core/modules/views/views.install |
Clear caches due to updated entity views data. |
views_update_8005 |
function |
core/modules/views/views.install |
Clear views data cache. |
views_update_8100 |
function |
core/modules/views/views.install |
Clear caches due to updated entity views data. |
views_update_8101 |
function |
core/modules/views/views.install |
Set default values for enabled/expanded flag on page displays. |
views_update_8200 |
function |
core/modules/views/views.install |
Rebuild the container to add a new container parameter. |
views_update_8201 |
function |
core/modules/views/views.install |
Rebuild cache to refresh the views config schema. |
views_update_8500 |
function |
core/modules/views/views.install |
Update field names for multi-value base fields. |
WarmCacheUpdateFrom8dot6Test |
class |
core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php |
Updates from 8.6.0 with warm caches. |
WarmCacheUpdateFrom8dot6Test.php |
file |
core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php |
|
WarmCacheUpdateFrom8dot6Test::initConfig |
function |
core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php |
Initialize various configurations post-installation. |
WarmCacheUpdateFrom8dot6Test::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php |
Set database dump files to be used. |
WarmCacheUpdateFrom8dot6Test::testUpdatedSite |
function |
core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php |
Tests \Drupal\Core\Update\UpdateKernel::fixSerializedExtensionObjects(). |
WarmCacheUpdateFrom8dot6Test::testWithMissingProfile |
function |
core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php |
Tests system_update_8601(). |
WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests UPDATE operations for unsupported entity types. |
workspaces.post_update.php |
file |
core/modules/workspaces/workspaces.post_update.php |
Post update functions for the Workspaces module. |
WorkspacesUpdateTest |
class |
core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php |
Tests the upgrade path for the Workspaces module. |
WorkspacesUpdateTest.php |
file |
core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php |
|
WorkspacesUpdateTest::$modules |
property |
core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php |
Modules to enable after the database is loaded. |
WorkspacesUpdateTest::replaceUser1 |
function |
core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php |
Replace User 1 with the user created here. |
WorkspacesUpdateTest::setDatabaseDumpFiles |
function |
core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php |
Set database dump files to be used. |
WorkspacesUpdateTest::testWorkspaceAssociationRemoval |
function |
core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php |
Tests the move of workspace association data to a custom table. |
WorkspacesUpdateTest::testWorkspaceParentField |
function |
core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php |
Tests the addition of the workspace 'parent' field. |
workspaces_entity_update |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_update(). |
workspaces_post_update_access_clear_caches |
function |
core/modules/workspaces/workspaces.post_update.php |
Clear caches due to access changes. |
workspaces_post_update_move_association_data |
function |
core/modules/workspaces/workspaces.post_update.php |
Move the workspace association data to an entity field and a custom table. |
workspaces_post_update_remove_association_schema_data |
function |
core/modules/workspaces/workspaces.post_update.php |
Removes the workspace association entity and field schema data. |
workspaces_post_update_remove_default_workspace |
function |
core/modules/workspaces/workspaces.post_update.php |
Remove the default workspace. |
workspaces_post_update_update_deploy_form_display |
function |
core/modules/workspaces/workspaces.post_update.php |
Add the workspace 'parent' field to the 'deploy' form display. |
workspaces_update_8801 |
function |
core/modules/workspaces/workspaces.install |
Add the 'workspace' revision metadata field on all supported entity types. |
workspaces_update_8802 |
function |
core/modules/workspaces/workspaces.install |
Add the 'parent' field to the 'workspace' entity type. |
workspaces_update_8803 |
function |
core/modules/workspaces/workspaces.install |
Remove the Workspace Association entity storage if necessary. |
workspace_update_test.info.yml |
file |
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml |
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml |
workspace_update_test.negotiator.test |
service |
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml |
Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator |
workspace_update_test.post_update.php |
file |
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php |
Post update functions for the Workspace Update Test module. |
workspace_update_test.services.yml |
file |
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml |
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml |
workspace_update_test_post_update_check_active_workspace |
function |
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php |
Checks the active workspace during database updates. |
_batch_needs_update |
function |
core/includes/batch.inc |
Checks whether the batch information needs to be updated in the storage. |