You are here

ckeditor_test.routing.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml
core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml

File

core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml
View source
  1. ckeditor_test.ajax_css:
  2. path: '/ckeditor_test/ajax_css'
  3. defaults:
  4. _title: 'AJAX CSS Test'
  5. _form: '\Drupal\ckeditor_test\Form\AjaxCssForm'
  6. requirements:
  7. _access: 'TRUE'
  8. ckeditor_test.off_canvas:
  9. path: '/ckeditor_test/off_canvas'
  10. defaults:
  11. _controller: '\Drupal\ckeditor_test\CkeditorOffCanvasTestController::testOffCanvas'
  12. requirements:
  13. _access: 'TRUE'