function module_handler_test_hook

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module \module_handler_test_hook()
  2. 10 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module \module_handler_test_hook()
  3. 11.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module \module_handler_test_hook()
1 string reference to 'module_handler_test_hook'
ModuleHandlerTest::testLoadModule in core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
Test loading a module.

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module, line 17

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.