class HelpTestHooks

Hook implementations for help_test.

Hierarchy

Expanded class hierarchy of HelpTestHooks

File

core/modules/help/tests/modules/help_test/src/Hook/HelpTestHooks.php, line 13

Namespace

Drupal\help_test\Hook
View source
class HelpTestHooks {
    
    /**
     * Implements hook_help().
     */
    public function help($route_name, RouteMatchInterface $route_match) : null {
        // Do not implement a module overview page to test an empty implementation.
        // @see \Drupal\help\Tests\HelpTest
        return NULL;
    }

}

Members

Title Sort descending Modifiers Object type Summary
HelpTestHooks::help public function Implements hook_help().

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