user_help($route_name, RouteMatchInterface $route_match)
Implements hook_help().
File
core/modules/user/user.module, line 53 Enables the user registration and login system.
Code
function user_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.user':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The User module allows users to register, log in, and log out. It also allows users w