hook_include.inc
Same filename in other branches
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() {
}
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.