You are here

path_encoded_test.routing.yml in Drupal 10

core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml

File

core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml
View source
  1. path_encoded_test.colon:
  2. path: '/hi/llamma:party'
  3. defaults:
  4. _title: 'Colon'
  5. _controller: '\Drupal\path_encoded_test\Controller\PathEncodedTestController::simple'
  6. requirements:
  7. _access: 'TRUE'
  8. path_encoded_test.atsign:
  9. path: '/bloggy/@Dries'
  10. defaults:
  11. _title: 'At sign'
  12. _controller: '\Drupal\path_encoded_test\Controller\PathEncodedTestController::simple'
  13. requirements:
  14. _access: 'TRUE'
  15. path_encoded_test.parens:
  16. path: '/cat(box)'
  17. defaults:
  18. _title: 'At sign'
  19. _controller: '\Drupal\path_encoded_test\Controller\PathEncodedTestController::simple'
  20. requirements:
  21. _access: 'TRUE'