ckeditor_test.routing.yml in Drupal 8
Same filename and directory in other branches
core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml
File
core/modules/ckeditor/tests/modules/ckeditor_test.routing.ymlView source
- ckeditor_test.ajax_css:
- path: '/ckeditor_test/ajax_css'
- defaults:
- _title: 'AJAX CSS Test'
- _form: '\Drupal\ckeditor_test\Form\AjaxCssForm'
- requirements:
- _access: 'TRUE'
-
- ckeditor_test.off_canvas:
- path: '/ckeditor_test/off_canvas'
- defaults:
- _controller: '\Drupal\ckeditor_test\CkeditorOffCanvasTestController::testOffCanvas'
- requirements:
- _access: 'TRUE'