You are here

function help_test_help in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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
Test Help module.

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
}