hook_include.inc
Same filename and directory in other branches
- 11.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc
- 10 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc
- 9 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc
- 8.9.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc
File
-
core/
tests/ Drupal/ Tests/ Core/ Extension/ modules/ module_handler_test/ hook_include.inc
View source
<?php
/**
* @file
* Include file for test module.
*/
declare (strict_types=1);
/**
* Test hook.
*/
function module_handler_test_hook_include() : void {
}
Functions
| Title | Deprecated | Summary |
|---|---|---|
| module_handler_test_hook_include | Test hook. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.