module_handler_test_all2.module
Same filename in other branches
- 9 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module
- 8.9.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module
- 10 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module
File
-
core/
tests/ Drupal/ Tests/ Core/ Extension/ modules/ module_handler_test_all2/ module_handler_test_all2.module
View source
<?php
/**
* @file
* Test module.
*/
declare (strict_types=1);
/**
* Test function.
*/
function module_handler_test_all2_hook($arg) {
return $arg;
}
/**
* Hook implementation, without hook implements doxygen to avoid conversion.
*/
function module_handler_test_all2_order1() : void {
}
/**
* Hook implementation, without hook implements doxygen to avoid conversion.
*/
function module_handler_test_all2_order2() : void {
}
Functions
Title | Deprecated | Summary |
---|---|---|
module_handler_test_all2_hook | Test function. | |
module_handler_test_all2_order1 | Hook implementation, without hook implements doxygen to avoid conversion. | |
module_handler_test_all2_order2 | Hook implementation, without hook implements doxygen to avoid conversion. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.