You are here

protected property FileDownloadController::$streamWrapperManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/FileDownloadController.php \Drupal\system\FileDownloadController::streamWrapperManager

The stream wrapper manager.

Type: \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface

File

core/modules/system/src/FileDownloadController.php, line 23

Class

FileDownloadController
System file controller.

Namespace

Drupal\system

Code

protected $streamWrapperManager;