function menu_test_argument_load

Dummy argument loader for hook_menu() to point to.

1 string reference to 'menu_test_argument_load'

File

drupal/core/modules/system/tests/modules/menu_test/menu_test.module, line 372
Dummy module implementing hook menu.

Code

function menu_test_argument_load($arg1) {
  return FALSE;
}