function menu_tree_get_path
Gets the path for determining the active trail of the specified menu tree.
Parameters
$menu_name: The menu name of the requested tree.
Return value
A string containing the path. If no path has been specified with menu_tree_set_path(), NULL is returned.
Related topics
1 call to menu_tree_get_path()
- menu_tree_page_data in includes/
menu.inc - Gets the data structure for a named menu tree, based on the current page.
File
-
includes/
menu.inc, line 1199
Code
function menu_tree_get_path($menu_name) {
return menu_tree_set_path($menu_name);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.