function FileDownloadController::__construct
Same name in other branches
- 8.9.x core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::__construct()
- 10 core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::__construct()
- 11.x core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::__construct()
FileDownloadController constructor.
Parameters
\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface $streamWrapperManager: The stream wrapper manager.
1 call to FileDownloadController::__construct()
- ImageStyleDownloadController::__construct in core/
modules/ image/ src/ Controller/ ImageStyleDownloadController.php - Constructs an ImageStyleDownloadController object.
1 method overrides FileDownloadController::__construct()
- ImageStyleDownloadController::__construct in core/
modules/ image/ src/ Controller/ ImageStyleDownloadController.php - Constructs an ImageStyleDownloadController object.
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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.