function UploadedFilesExtractor::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/File/UploadedFilesExtractor.php \Drupal\Core\File\UploadedFilesExtractor::__construct()

File

core/lib/Drupal/Core/File/UploadedFilesExtractor.php, line 14

Class

UploadedFilesExtractor
Helper class for getting the uploaded files for a given form element name.

Namespace

Drupal\Core\File

Code

public function __construct(protected readonly RequestStack $requestStack) {
}

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