function menu_tab_root_path
Same name and namespace in other branches
- 7.x drupal-7.x/includes/menu.inc \menu_tab_root_path()
Returns the router path, or the path of the parent tab of a default local task.
Related topics
1 call to menu_tab_root_path()
- menu_get_active_help in drupal-6.x/
includes/ menu.inc - Returns the help associated with the active menu item.
Archivo
- drupal-6.x/
includes/ menu.inc, line 1450 - API for the Drupal menu system.
Código
function menu_tab_root_path() {
return menu_local_tasks(0, TRUE);
}