tabledrag_test.routing.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml
  2. 10 core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml
  3. 11.x core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml
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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.