function hook_menu_default_menu_custom_alter in Features 7
Same name and namespace in other branches
- 6 features.api.php \hook_menu_default_menu_custom_alter()
- 7.2 features.api.php \hook_menu_default_menu_custom_alter()
Alter the default menus right before they are cached into the database.
Parameters
&$menus: By reference. The menus that have been declared by another feature.
Related topics
File
- ./
features.api.php, line 329
Code
function hook_menu_default_menu_custom_alter(&$menus) {
}