You are here

function module_handler_test_all2_hook in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.2.inc \module_handler_test_all2_hook()
  2. 8.2 coder_sniffer/Drupal/Test/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;
}