You are here

off_canvas_test.routing.yml in Drupal 9

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

File

core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml
View source
  1. off_canvas_test.links:
  2. path: '/off-canvas-test-links'
  3. defaults:
  4. _controller: '\Drupal\off_canvas_test\Controller\TestController::linksDisplay'
  5. _title: 'Links'
  6. requirements:
  7. _access: 'TRUE'
  8. off_canvas_test.thing1:
  9. path: '/off-canvas-thing1'
  10. defaults:
  11. _controller: '\Drupal\off_canvas_test\Controller\TestController::thing1'
  12. _title: 'Thing 1'
  13. requirements:
  14. _access: 'TRUE'
  15. off_canvas_test.thing2:
  16. path: '/off-canvas-thing2'
  17. defaults:
  18. _controller: '\Drupal\off_canvas_test\Controller\TestController::thing2'
  19. requirements:
  20. _access: 'TRUE'
  21. off_canvas_test.dialog_links:
  22. path: '/off-canvas-dialog-links'
  23. defaults:
  24. _controller: '\Drupal\off_canvas_test\Controller\TestController::otherDialogLinks'
  25. requirements:
  26. _access: 'TRUE'