You are here

file_download.routing.yml in File Download 8

File

file_download.routing.yml
View source
  1. file_download.link:
  2. path: '/file-download/download/{scheme}/{fid}'
  3. defaults:
  4. _controller: '\Drupal\file_download\Controller\FileDownloadDownloadController::deliver'
  5. # File access is controlled via a hook
  6. requirements:
  7. _access: 'TRUE'