You are here

function hook_menu_default_items_alter in Features 6

Same name and namespace in other branches
  1. 7.2 features.api.php \hook_menu_default_items_alter()
  2. 7 features.api.php \hook_menu_default_items_alter()

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

./features.api.php, line 314

Code

function hook_menu_default_items_alter(&$items) {
}