module_handler_test_all1.module
Same filename in other branches
- 9 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module
- 8.9.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module
- 11.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module
File
-
core/
tests/ Drupal/ Tests/ Core/ Extension/ modules/ module_handler_test_all1/ module_handler_test_all1.module
View source
<?php
/**
* @file
* Test module.
*/
declare (strict_types=1);
/**
* Returns an array to test nested merge in invoke all.
*/
function module_handler_test_all1_hook($arg) {
return [
$arg,
];
}
Functions
Title | Deprecated | Summary |
---|---|---|
module_handler_test_all1_hook | Returns an array to test nested merge in invoke all. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.