function hansel_switch_request_uri_info in Hansel breadcrumbs 7
Same name and namespace in other branches
- 8 hansel.switches.inc \hansel_switch_request_uri_info()
Callback for "request uri" switch to generate the information line.
Parameters
array $arguments:
Return value
string
1 string reference to 'hansel_switch_request_uri_info'
- hansel_hansel_switch_types in ./
hansel.module - Implements hook_hansel_switch_types().
File
- ./
hansel.switches.inc, line 241 - Hansel switches
Code
function hansel_switch_request_uri_info($arguments) {
return hansel_switch_path_alias_info($arguments);
}