tablesort_example.routing.yml

Same filename in other branches
  1. 3.x modules/tablesort_example/tablesort_example.routing.yml
  2. 4.0.x modules/tablesort_example/tablesort_example.routing.yml
tablesort_example/tablesort_example.routing.yml
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
  1. tablesort_example.description:
  2. path: '/examples/tablesort-example'
  3. defaults:
  4. _controller: '\Drupal\tablesort_example\Controller\TableSortExampleController::description'
  5. requirements:
  6. _permission: 'access content'
  7. options:
  8. no_cache: 'TRUE'