You are here

download_file.routing.yml in DownloadFile 8

File

download_file.routing.yml
View source
  1. download_file.download_file_path:
  2. path: '/download/file/{file_id}'
  3. defaults:
  4. _controller: '\Drupal\download_file\Controller\DownloadFileController::download_file_direct_download'
  5. _title: 'Direct File Download'
  6. requirements:
  7. _permission: 'access content'