function menu_get_active_menu_names
Gets the active menu for the current page.
Related topics
2 calls to menu_get_active_menu_names()
- book_page_alter in modules/
book/ book.module - Implements hook_page_alter().
- menu_link_get_preferred in includes/
menu.inc - Looks up the preferred menu link for a given system path.
File
-
includes/
menu.inc, line 2350
Code
function menu_get_active_menu_names() {
return menu_set_active_menu_names();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.