
| Current Path : /var/www/html/musik/web/core/modules/layout_builder/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/musik/web/core/modules/layout_builder/layout_builder.post_update.php |
<?php
/**
* @file
* Post update functions for Layout Builder.
*/
/**
* Implements hook_removed_post_updates().
*/
function layout_builder_removed_post_updates() {
return [
'layout_builder_post_update_rebuild_plugin_dependencies' => '9.0.0',
'layout_builder_post_update_add_extra_fields' => '9.0.0',
'layout_builder_post_update_section_storage_context_definitions' => '9.0.0',
'layout_builder_post_update_overrides_view_mode_annotation' => '9.0.0',
'layout_builder_post_update_cancel_link_to_discard_changes_form' => '9.0.0',
'layout_builder_post_update_remove_layout_is_rebuilding' => '9.0.0',
'layout_builder_post_update_routing_entity_form' => '9.0.0',
'layout_builder_post_update_discover_blank_layout_plugin' => '9.0.0',
'layout_builder_post_update_routing_defaults' => '9.0.0',
'layout_builder_post_update_discover_new_contextual_links' => '9.0.0',
'layout_builder_post_update_fix_tempstore_keys' => '9.0.0',
'layout_builder_post_update_section_third_party_settings_schema' => '9.0.0',
'layout_builder_post_update_layout_builder_dependency_change' => '9.0.0',
'layout_builder_post_update_update_permissions' => '9.0.0',
'layout_builder_post_update_make_layout_untranslatable' => '9.0.0',
];
}
/**
* Clear caches due to addition of service decorator for entity form controller.
*/
function layout_builder_post_update_override_entity_form_controller() {
// Empty post-update hook.
}