menu_tab_root_path

6 menu.inc menu_tab_root_path()
7 menu.inc menu_tab_root_path()
8 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()

File

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

Code

function menu_tab_root_path() {
  return menu_local_tasks(0, TRUE);
}
Login or register to post comments