' . t('About') . ''; $output .= '

' . t('The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module.', [':url' => 'https://www.drupal.org/documentation/modules/ban']) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Banning IP addresses') . '
'; $output .= '
' . t('Administrators can enter IP addresses to ban on the IP address bans page.', [':bans' => \Drupal::url('ban.admin_page')]) . '
'; $output .= '
'; return $output; case 'ban.admin_page': return '

' . t('IP addresses listed here are banned from your site. Banned addresses are completely forbidden from accessing the site and instead see a brief message explaining the situation.') . '

'; } }