c0f8a2afcea4b1c9d4660c3928543406b607ae33
[yaffs-website] / module_test / module_test.implementations.inc
1 <?php
2
3 /**
4  * @file
5  * Include file for test module.
6  */
7
8 /**
9  * Implements hook_altered_test_hook().
10  *
11  * @see module_test_module_implements_alter()
12  */
13 function module_test_altered_test_hook() {
14   return __FUNCTION__;
15 }