hook_include.inc

Same filename and directory in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc
  2. 10 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc
  3. 11.x core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc

Include file for test module.

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc

View source
<?php


/**
 * @file
 * Include file for test module.
 */

/**
 * Test hook.
 */
function module_handler_test_hook_include() {
}

Functions

Title Deprecated Summary
module_handler_test_hook_include Test hook.

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