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

File

drupal/includes/menu.inc, line 2337
API for the Drupal menu system.

Code

function menu_get_active_menu_names() {
  return menu_set_active_menu_names();
}