function menu_tail_to_arg
Returns a string containing the path relative to the current index.
Related topics
File
-
includes/
menu.inc, line 838
Code
function menu_tail_to_arg($arg, $map, $index) {
return implode('/', array_slice($map, $index));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.