b40e0f345379bbe591671e923adf1ff66c3b8ef6
[yaffs-website] / module_test / module_test.file.inc
1 <?php
2
3 /**
4  * @file
5  * A file to test \Drupal::moduleHandler()->getImplementations() loading includes.
6  */
7
8 /**
9  * Implements hook_test_hook().
10  */
11 function module_test_test_hook() {
12   return ['module_test' => 'success!'];
13 }