navigation.post_update.php
Same filename and directory in other branches
Post update functions for the Navigation module.
File
-
core/
modules/ navigation/ navigation.post_update.php
View source
<?php
/**
* @file
* Post update functions for the Navigation module.
*/
/**
* Implements hook_removed_post_updates().
*/
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',
];
}
Functions
| Title | Deprecated | Summary |
|---|---|---|
| navigation_removed_post_updates | Implements hook_removed_post_updates(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.