function module_handler_test_all2_hook
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module \module_handler_test_all2_hook()
- 8.9.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module \module_handler_test_all2_hook()
- 10 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module \module_handler_test_all2_hook()
Test function.
1 string reference to 'module_handler_test_all2_hook'
- ModuleHandlerTest::testLoadAllModules in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Tests loading all modules.
File
-
core/
tests/ Drupal/ Tests/ Core/ Extension/ modules/ module_handler_test_all2/ module_handler_test_all2.module, line 13
Code
function module_handler_test_all2_hook($arg) {
return $arg;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.