function navigation_removed_post_updates
Implements hook_removed_post_updates().
File
-
core/
modules/ navigation/ navigation.post_update.php, line 11
Code
function navigation_removed_post_updates() : array {
return [
'navigation_post_update_update_permissions' => '12.0.0',
'navigation_post_update_set_logo_dimensions_default' => '12.0.0',
'navigation_post_update_navigation_user_links_menu' => '12.0.0',
'navigation_post_update_uninstall_navigation_top_bar' => '12.0.0',
'navigation_post_update_refresh_tempstore_repository' => '12.0.0',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.