function module_handler_test_all2_hook in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/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
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.2.inc, line 8 - Test module.
Code
function module_handler_test_all2_hook($arg) {
return $arg;
}