function menu_test_callback
Dummy callback for hook_menu() to point to.
Return value
A random string.
1 string reference to 'menu_test_callback'
- menu_test_menu in modules/
simpletest/ tests/ menu_test.module - Implements hook_menu().
File
-
modules/
simpletest/ tests/ menu_test.module, line 367
Code
function menu_test_callback() {
return 'This is menu_test_callback().';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.