You are here

function module_handler_test_all2_hook in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module \module_handler_test_all2_hook()
1 string reference to 'module_handler_test_all2_hook'
ModuleHandlerTest::testLoadAllModules in core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
Test loading all modules.

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module, line 3

Code

function module_handler_test_all2_hook($arg) {
  return $arg;
}