function menu_tab_root_path
Returns the router path, or the path for a default local task's parent.
Related topics
1 call to menu_tab_root_path()
- menu_get_active_help in includes/
menu.inc - Returns the help associated with the active menu item.
File
-
includes/
menu.inc, line 2277
Code
function menu_tab_root_path() {
$links = menu_local_tasks();
return $links['root_path'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.