Dummy argument loader for hook_menu() to point to.

1 string reference to 'menu_test_other_argument_load'
MenuRouterTestCase::testMenuLoadArgumentsInheritance in modules/simpletest/tests/menu.test
Tests inheritance of 'load arguments'.

File

modules/simpletest/tests/menu_test.module, line 357
Dummy module implementing hook menu.

Code

function menu_test_other_argument_load($arg1) {
  return FALSE;
}