tablesort_example.routing.yml in Examples for Developers 3.x
modules/tablesort_example/tablesort_example.routing.yml
2 string references to YAML keys in tablesort_example.routing.yml
- TableSortExampleTest::testTableSortExampleLink in modules/
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
modules/tablesort_example/tablesort_example.routing.ymlView source
- tablesort_example.description:
- path: '/examples/tablesort-example'
- defaults:
- _controller: '\Drupal\tablesort_example\Controller\TableSortExampleController::description'
- requirements:
- _permission: 'access content'
- options:
- no_cache: 'TRUE'