You are here

ckeditor5_test.routing.yml in Drupal 10

core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.routing.yml

File

core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.routing.yml
View source
  1. ckeditor5_test.off_canvas:
  2. path: '/ckeditor5_test/off_canvas'
  3. defaults:
  4. _controller: '\Drupal\ckeditor5_test\Controller\CKEditor5OffCanvasTestController::testOffCanvas'
  5. requirements:
  6. _access: 'TRUE'
  7. ckeditor5_test.dialog:
  8. path: '/ckeditor5_test/dialog'
  9. defaults:
  10. _controller: '\Drupal\ckeditor5_test\Controller\CKEditor5DialogTestController::testDialog'
  11. requirements:
  12. _access: 'TRUE'