You are here

function hook_menu_default_menu_links_alter in Features 7

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

Alter the default menu links right before they are cached into the database.

Parameters

&$links: By reference. The menu links that have been declared by another feature.

Related topics

File

./features.api.php, line 338

Code

function hook_menu_default_menu_links_alter(&$links) {
}