You are here

function module_handler_test_all1_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_all1/module_handler_test_all1.module \module_handler_test_all1_hook()
1 string reference to 'module_handler_test_all1_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_all1/module_handler_test_all1.module, line 4

Code

function module_handler_test_all1_hook($arg) {
  return array(
    $arg,
  );
}