You are here

record_shorten.routing.yml in Shorten URLs 8

Same filename and directory in other branches
  1. 8.2 modules/record_shorten/record_shorten.routing.yml
modules/record_shorten/record_shorten.routing.yml

File

modules/record_shorten/record_shorten.routing.yml
View source
  1. record_shorten.theme_record_shorten_records:
  2. path: /admin/reports/shorten
  3. defaults:
  4. _title: 'Shortened URLs'
  5. _controller: '\Drupal\record_shorten\Controller\DefaultController::page'
  6. requirements:
  7. _permission: 'administer site configuration'