You are here

system_status.routing.yml in System Status 8

Same filename and directory in other branches
  1. 8.2 system_status.routing.yml

File

system_status.routing.yml
View source
  1. system_status.status_page:
  2. path: '/admin/reports/system_status/{system_status_token}'
  3. defaults:
  4. _controller: '\Drupal\system_status\Controller\SystemStatusController::load'
  5. requirements:
  6. _access_system_status_page: 'TRUE'
  7. system_status.admin_settings:
  8. path: '/admin/config/system/system_status'
  9. defaults:
  10. _form: '\Drupal\system_status\Form\SystemStatusSettingsForm'
  11. requirements:
  12. _permission: 'administer site configuration'