function url_alter_test_foo
Menu callback.
1 string reference to 'url_alter_test_foo'
- url_alter_test_menu in modules/
simpletest/ tests/ url_alter_test.module - Implements hook_menu().
File
-
modules/
simpletest/ tests/ url_alter_test.module, line 24
Code
function url_alter_test_foo() {
print 'current_path=' . current_path() . ' request_path=' . request_path();
exit;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.