tablesort_example.routing.yml
Same filename in other branches
2 string references to YAML keys in tablesort_example.routing.yml
- TableSortExampleTest::testTableSortExampleLink in tablesort_example/
tests/ src/ Functional/ TableSortExampleTest.php - Verify and validate that default menu links were loaded for this module.
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links to provide.
File
-
tablesort_example/
tablesort_example.routing.yml
View source
- tablesort_example.description:
- path: '/examples/tablesort-example'
- defaults:
- _controller: '\Drupal\tablesort_example\Controller\TableSortExampleController::description'
- requirements:
- _permission: 'access content'
- options:
- no_cache: 'TRUE'