You are here

function module_handler_test_added_hook in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc \module_handler_test_added_hook()

Test function.

1 string reference to 'module_handler_test_added_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_added/module_handler_test_added.hook.inc, line 11
Include file for test module.

Code

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