You are here

webform_attachment.routing.yml in Webform 8.5

Same filename and directory in other branches
  1. 6.x modules/webform_attachment/webform_attachment.routing.yml
modules/webform_attachment/webform_attachment.routing.yml

File

modules/webform_attachment/webform_attachment.routing.yml
View source
  1. entity.webform.user.submission.attachment:
  2. path: '/webform/{webform}/submissions/{webform_submission}/attachment/{element}/{filename}'
  3. defaults:
  4. _controller: '\Drupal\webform_attachment\Controller\WebformAttachmentController::download'
  5. requirements:
  6. _entity_access: 'webform_submission.view'