function help_test_help
Same name in other branches
- 9 core/modules/help/tests/modules/help_test/help_test.module \help_test_help()
- 10 core/modules/help/tests/modules/help_test/help_test.module \help_test_help()
- 11.x core/modules/help/tests/modules/help_test/help_test.module \help_test_help()
Implements hook_help().
File
-
core/
modules/ help/ tests/ modules/ help_test/ help_test.module, line 13
Code
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
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.