help_test.module in Drupal 9
Same filename and directory in other branches
Test Help module.
File
core/modules/help/tests/modules/help_test/help_test.moduleView 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
Name | Description |
---|---|
help_test_help | Implements hook_help(). |