aggregator_help

function aggregator_help

aggregator_help($route_name, RouteMatchInterface $route_match)

Implements hook_help().

File

core/modules/aggregator/aggregator.module, line 19
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

function aggregator_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.aggregator':
      $path_validator = \Drupal::pathValidator();
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('The Aggregator module is an on-site syndicator and news reader that gathe