function FileDownloadController::__construct

Same name in other branches
  1. 8.9.x core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::__construct()
  2. 10 core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::__construct()
  3. 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\system

Code

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.