file.upload_handler

Same name in other branches
  1. 9 core/modules/file/file.services.yml \file.upload_handler
  2. 11.x core/modules/file/file.services.yml \file.upload_handler

Class

Drupal\file\Upload\FileUploadHandler
7 string references to file.upload_handler
CKEditor5ImageController::create in core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php
Instantiates a new instance of the implementing class using autowiring.
CKEditor5ImageController::__construct in core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php
Constructs a new CKEditor5ImageController.
FileUploadHandlerTest::setUp in core/modules/file/tests/src/Kernel/FileUploadHandlerTest.php
FileUploadResource::create in core/modules/file/src/Plugin/rest/resource/FileUploadResource.php
Creates an instance of the plugin.
FileUploadResource::__construct in core/modules/file/src/Plugin/rest/resource/FileUploadResource.php
Constructs a Drupal\rest\Plugin\ResourceBase object.

... See full list

File

core/modules/file/file.services.yml

View source
  1. class: Drupal\file\Upload\FileUploadHandler
  2. arguments:
  3. - '@file_system'
  4. - '@entity_type.manager'
  5. - '@stream_wrapper_manager'
  6. - '@event_dispatcher'
  7. - '@file.mime_type.guesser'
  8. - '@current_user'
  9. - '@request_stack'
  10. - '@file.repository'
  11. - '@file.validator'
  12. - '@lock'
  13. - '@validation.basic_recursive_validator_factory'

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