1.20.x menu.inc | menu_get_active_menu_names() |
Gets the active menu for the current page.
Related topics
File
- includes/
menu.inc, line 2494 - API for the Backdrop menu system.
Code
function menu_get_active_menu_names() {
return menu_set_active_menu_names();
}