path_encoded_test.routing.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml
  2. 10 core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml
  3. 11.x core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml
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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.