function module_test_hook_dynamic_loading_invoke_all_during_load

Page callback for 'hook dynamic loading' test.

If the hook is dynamically loaded correctly, the menu callback should return 'success!'.

1 string reference to 'module_test_hook_dynamic_loading_invoke_all_during_load'
module_test_menu in drupal/core/modules/system/tests/modules/module_test/module_test.module
Implements hook_menu().

File

drupal/core/modules/system/tests/modules/module_test/module_test.module, line 123

Code

function module_test_hook_dynamic_loading_invoke_all_during_load($param) {
  return $param;
}