tabledrag_test.routing.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ tabledrag_test/ tabledrag_test.routing.yml
View 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'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.