hook_menu_default_items_alter
Drupal 7 hook_menu_default_items_alter(&$items)
Alter the default menu items right before they are cached into the database.
Parameters
&$items: By reference. The menu items that have been declared by another feature.
Related topics
File
- sites/
all/ modules/ features/ features.api.php, line 345
Code
function hook_menu_default_items_alter(&$items) { }

