tabledrag_example.routing.yml
Same filename in other branches
8 string references to YAML keys in tabledrag_example.routing.yml
- TableDragExampleNestedForm::cancel in tabledrag_example/
src/ Form/ TableDragExampleNestedForm.php - Form submission handler for the 'Return to' action.
- TableDragExampleResetForm::getCancelUrl in tabledrag_example/
src/ Form/ TableDragExampleResetForm.php - TableDragExampleResetForm::submitForm in tabledrag_example/
src/ Form/ TableDragExampleResetForm.php - TableDragExampleRootLeafForm::cancel in tabledrag_example/
src/ Form/ TableDragExampleRootLeafForm.php - Form submission handler for the 'Return to' action.
- TableDragExampleSimpleForm::cancel in tabledrag_example/
src/ Form/ TableDragExampleSimpleForm.php - Form submission handler for the 'Return to' action.
File
-
tabledrag_example/
tabledrag_example.routing.yml
View source
- tabledrag_example.description:
- path: '/examples/tabledrag-example'
- defaults:
- _controller: '\Drupal\tabledrag_example\Controller\TableDragExampleController::description'
- _title: 'Tabledrag overview'
- requirements:
- _permission: 'access content'
-
- tabledrag_example.simple_form:
- path: '/examples/tabledrag-example/row'
- defaults:
- _form: '\Drupal\tabledrag_example\Form\TableDragExampleSimpleForm'
- _title: 'Simple rows tabledrag'
- requirements:
- _permission: 'access content'
-
- tabledrag_example.parent_form:
- path: '/examples/tabledrag-example/nested'
- defaults:
- _form: '\Drupal\tabledrag_example\Form\TableDragExampleNestedForm'
- _title: 'Nested tabledrag'
- requirements:
- _permission: 'access content'
-
- tabledrag_example.rootleaf_form:
- path: '/examples/tabledrag-example/roots-and-leaves'
- defaults:
- _form: '\Drupal\tabledrag_example\Form\TableDragExampleRootLeafForm'
- _title: 'Roots and leaves tabledrag'
- requirements:
- _permission: 'access content'
-
- tabledrag_example.reset_form:
- path: '/examples/tabledrag-example/reset'
- defaults:
- _form: '\Drupal\tabledrag_example\Form\TableDragExampleResetForm'
- _title: 'Tabledrag data reset'
- requirements:
- _permission: 'access content'