You are here

module_handler_test_added.hook.inc in Zircon Profile 8

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc
View source
<?php

function module_handler_test_added_hook($arg) {
  return $arg;
}

Functions