public function FileDownloadController::__construct in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::__construct()
- 9 core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::__construct()
FileDownloadController constructor.
Parameters
\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface $streamWrapperManager: The stream wrapper manager.
File
- core/
modules/ system/ src/ FileDownloadController.php, line 31
Class
- FileDownloadController
- System file controller.
Namespace
Drupal\systemCode
public function __construct(StreamWrapperManagerInterface $streamWrapperManager) {
$this->streamWrapperManager = $streamWrapperManager;
}