function menu_get_active_menu_names

7.x menu.inc 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 drupal-7.x/modules/book/book.module
Implements hook_page_alter().
menu_link_get_preferred in drupal-7.x/includes/menu.inc
Looks up the preferred menu link for a given system path.

File

drupal-7.x/includes/menu.inc, line 2326
API for the Drupal menu system.

Code

function menu_get_active_menu_names() {
  return menu_set_active_menu_names();
}