9f67eccc65afe3edc0f92fb673eb32e8bfa14eef
[yaffs-website] / web / core / modules / help / tests / modules / help_test / help_test.module
1 <?php
2
3 /**
4  * @file
5  * Test Help module.
6  */
7
8 use Drupal\Core\Routing\RouteMatchInterface;
9
10 /**
11  * Implements hook_help().
12  */
13 function help_test_help($route_name, RouteMatchInterface $route_match) {
14   // Do not implement a module overview page to test an empty implementation.
15   // @see \Drupal\help\Tests\HelpTest
16 }