You are here

file.routing.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/file/file.routing.yml
core/modules/file/file.routing.yml

File

core/modules/file/file.routing.yml
View source
  1. file.ajax_progress:
  2. path: '/file/progress/{key}'
  3. defaults:
  4. _controller: '\Drupal\file\Controller\FileWidgetAjaxController::progress'
  5. requirements:
  6. _permission: 'access content'