function menu_get_active_menu_names in Drupal 7
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  - API for the Drupal menu system.
 
Code
function menu_get_active_menu_names() {
  return menu_set_active_menu_names();
}