You are here

service stream_wrapper_manager in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \stream_wrapper_manager

Class

Drupal\Core\StreamWrapper\StreamWrapperManager
31 string references to stream_wrapper_manager
FileCopy::create in core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
Creates an instance of the plugin.
FileCopyTest::testDownloadRemoteUri in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests that remote URIs are delegated to the download plugin.
FileDownloadController::create in core/modules/system/src/FileDownloadController.php
Instantiates a new instance of this class.
FileDownloadController::__construct in core/modules/system/src/FileDownloadController.php
FileDownloadController constructor.
FileItemTest::testFileItem in core/modules/file/tests/src/Kernel/FileItemTest.php
Tests using entity fields of the file field type.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\StreamWrapper\StreamWrapperManager
  2. calls:
  3. - [setContainer, ['@service_container']]