function module_handler_test_all2_hook in Coder 8.3
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.2.inc \module_handler_test_all2_hook()
- 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.2.inc \module_handler_test_all2_hook()
@file Test module.
File
- tests/
Drupal/ Commenting/ FunctionCommentUnitTest.2.inc, line 8 - Test module.
Code
function module_handler_test_all2_hook($arg) {
return $arg;
}