You are here

module_handler_test_all1.module in Zircon Profile 8

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module
View source
<?php

// return an array to test nested merge in invoke all.
function module_handler_test_all1_hook($arg) {
  return array(
    $arg,
  );
}

Functions