You are here

tabledrag_test.routing.yml in Drupal 9

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

File

core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml
View source
  1. tabledrag_test.test_form:
  2. path: '/tabledrag_test'
  3. defaults:
  4. _form: '\Drupal\tabledrag_test\Form\TableDragTestForm'
  5. _title: 'Draggable table test'
  6. requirements:
  7. _access: 'TRUE'
  8. tabledrag_test.nested_tabledrag_test_form:
  9. path: '/tabledrag_test_nested'
  10. defaults:
  11. _form: '\Drupal\tabledrag_test\Form\NestedTableDragTestForm'
  12. _title: 'Nested draggable table test'
  13. requirements:
  14. _access: 'TRUE'