help_test.module

Same filename in other branches
  1. 8.9.x core/modules/help/tests/modules/help_test/help_test.module
  2. 10 core/modules/help/tests/modules/help_test/help_test.module
  3. 11.x core/modules/help/tests/modules/help_test/help_test.module

Test Help module.

File

core/modules/help/tests/modules/help_test/help_test.module

View source
<?php


/**
 * @file
 * Test Help module.
 */
use Drupal\Core\Routing\RouteMatchInterface;

/**
 * Implements hook_help().
 */
function help_test_help($route_name, RouteMatchInterface $route_match) {
    // Do not implement a module overview page to test an empty implementation.
    // @see \Drupal\help\Tests\HelpTest
}

Functions

Title Deprecated Summary
help_test_help Implements hook_help().

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