file.routing.yml

Same filename in other branches
  1. 8.9.x core/modules/file/file.routing.yml
  2. 10 core/modules/file/file.routing.yml
  3. 11.x core/modules/file/file.routing.yml
core/modules/file/file.routing.yml
1 string reference to YAML keys in file.routing.yml
ManagedFile::processManagedFile in core/modules/file/src/Element/ManagedFile.php
Render API callback: Expands the managed_file element type.

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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.