file.routing.yml in Drupal 8
Same filename and directory in other branches
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.ymlView source
- file.ajax_progress:
- path: '/file/progress/{key}'
- defaults:
- _controller: '\Drupal\file\Controller\FileWidgetAjaxController::progress'
- requirements:
- _permission: 'access content'