You are here

service stream_wrapper_manager in Drupal 10

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

Class

Drupal\Core\StreamWrapper\StreamWrapperManager
50 string references to stream_wrapper_manager
BrowserTestBase::installDrupal in core/tests/Drupal/Tests/BrowserTestBase.php
Installs Drupal into the test site.
CopyTest::testEntityStorageException in core/modules/file/tests/src/Kernel/CopyTest.php
Tests for entity storage exception.
DownloadTest::setUp in core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
DownloadTest::testFileCreateUrl in core/modules/file/tests/src/Functional/DownloadTest.php
Test FileUrlGeneratorInterface::generateString()
DownloadTest::testPublicFileTransfer in core/modules/file/tests/src/Functional/DownloadTest.php
Tests the public file transfer system.

... 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']]