tabledrag_example.routing.yml
Same filename in other branches
8 string references to YAML keys in tabledrag_example.routing.yml
- TableDragExampleNestedForm::cancel in modules/
tabledrag_example/ src/ Form/ TableDragExampleNestedForm.php - Form submission handler for the 'Return to' action.
- TableDragExampleResetForm::getCancelUrl in modules/
tabledrag_example/ src/ Form/ TableDragExampleResetForm.php - Returns the route to go to if the user cancels the action.
- TableDragExampleResetForm::submitForm in modules/
tabledrag_example/ src/ Form/ TableDragExampleResetForm.php - Form submission handler.
- TableDragExampleRootLeafForm::cancel in modules/
tabledrag_example/ src/ Form/ TableDragExampleRootLeafForm.php - Form submission handler for the 'Return to' action.
- TableDragExampleSimpleForm::cancel in modules/
tabledrag_example/ src/ Form/ TableDragExampleSimpleForm.php - Form submission handler for the 'Return to' action.
File
-
modules/
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.root_leaf_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'