You are here

language_selection_page.routing.yml in Language Selection Page 8.2

File

language_selection_page.routing.yml
View source
  1. language_selection_page.negotiation_selection_page:
  2. path: '/admin/config/regional/language/detection/language_selection_page'
  3. defaults:
  4. _form: 'Drupal\language_selection_page\Form\NegotiationLanguageSelectionPageForm'
  5. _title: 'Language Selection Page detection configuration'
  6. requirements:
  7. _permission: 'administer languages'
  8. language_selection_page.negotiation_language_selection_page_legacy_d7_redirect:
  9. path: '/admin/config/regional/language/configure/selection_page'
  10. defaults:
  11. _controller: 'Drupal\language_selection_page\Controller\LegacyDrupal7Redirect::doRedirect'
  12. requirements:
  13. _permission: 'administer languages'
  14. route_callbacks:
  15. - '\Drupal\language_selection_page\Routing\LanguageSelectionPageRouteController::routes'