ddd_hook_order_test.module

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module

File

core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module

View source
<?php


/**
 * @file
 * Contains procedural hook implementations.
 */

declare (strict_types=1);

/**
 * Implements hook_test_hook().
 *
 * This implementation has no ordering modifications.
 */
function ddd_hook_order_test_test_hook() : string {
  return __FUNCTION__;
}

Functions

Title Deprecated Summary
ddd_hook_order_test_test_hook Implements hook_test_hook().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.