function FormFileUploader::__construct

File

core/modules/file/src/Upload/FormFileUploader.php, line 35

Class

FormFileUploader
Helper class for multiple form file uploads.

Namespace

Drupal\file\Upload

Code

public function __construct(protected readonly UploadedFilesExtractor $uploadedFilesExtractor, protected readonly FileUploadHandlerInterface $fileUploadedHandler, #[Autowire(service: 'cache.memory')] protected readonly MemoryCacheInterface $memoryCache, #[AutowireServiceClosure('logger.channel.file')] protected readonly \Closure $logger) {
}

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