function menu_test_argument_load
Dummy argument loader for hook_menu() to point to.
1 string reference to 'menu_test_argument_load'
- MenuRouterTestCase::testMenuLoadArgumentsInheritance in modules/
simpletest/ tests/ menu.test  - Tests inheritance of 'load arguments'.
 
File
- 
              modules/
simpletest/ tests/ menu_test.module, line 350  
Code
function menu_test_argument_load($arg1) {
  return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.