You are here

tablesort_example.routing.yml in Examples for Developers 3.x

modules/tablesort_example/tablesort_example.routing.yml

File

modules/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'