function 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.