29d8de5e1195f1ec9433da7f40edea7a23f2d44f
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Extension / modules / module_handler_test_all1 / module_handler_test_all1.module
1 <?php
2
3 /**
4  * @file
5  * Test module.
6  */
7
8 /**
9  * Returns an array to test nested merge in invoke all.
10  */
11 function module_handler_test_all1_hook($arg) {
12   return [$arg];
13 }