tabledrag_test.routing.yml in Drupal 9
Same filename and directory in other branches
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml
File
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.ymlView source
- tabledrag_test.test_form:
- path: '/tabledrag_test'
- defaults:
- _form: '\Drupal\tabledrag_test\Form\TableDragTestForm'
- _title: 'Draggable table test'
- requirements:
- _access: 'TRUE'
-
- tabledrag_test.nested_tabledrag_test_form:
- path: '/tabledrag_test_nested'
- defaults:
- _form: '\Drupal\tabledrag_test\Form\NestedTableDragTestForm'
- _title: 'Nested draggable table test'
- requirements:
- _access: 'TRUE'