statistics_help

function statistics_help

statistics_help($route_name, RouteMatchInterface $route_match)

Implements hook_help().

File

core/modules/statistics/statistics.module, line 17
Logs and displays content statistics for a site.

Code

function statistics_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.statistics':
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('The Statistics module shows you how often content is viewed. This is useful in determining which pages of your site are most popular.