menu_tab_root_path

Versions
6 – 7
menu_tab_root_path()

Returns the router path, or the path of the parent tab of a default local task.

Related topics

Code

includes/menu.inc, line 1446

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.