menu_get_active_item

5 menu.inc menu_get_active_item()

Returns the ID of the active menu item.

Related topics

4 calls to menu_get_active_item()

File

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

Code

function menu_get_active_item() {
  return menu_set_active_item();
}
Login or register to post comments