1 menu.inc menu_get_active_menu_names()

Gets the active menu for the current page.

Related topics

File

core/includes/menu.inc, line 2496
API for the Backdrop menu system.

Code

function menu_get_active_menu_names() {
  return menu_set_active_menu_names();
}