function menu_test_argument_load

Dummy argument loader for hook_menu() to point to.

1 string reference to 'menu_test_argument_load'
RouterTest::testMenuLoadArgumentsInheritance in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests inheritance of 'load arguments'.

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;
}