You are here

31 string references to stream_wrapper_manager in Drupal 8

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.
FileSystemForm::create in core/modules/system/src/Form/FileSystemForm.php
Instantiates a new instance of this class.
FileSystemTempDirectoryTest::setUp in core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php
file_build_uri in core/includes/file.inc
Constructs a URI to Drupal's default files location given a relative path.
file_copy in core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_cron in core/modules/file/file.module
Implements hook_cron().
file_move in core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_save_data in core/modules/file/file.module
Saves a file to the specified destination and creates a database entry.
file_test_file_url_alter in core/modules/file/tests/file_test/file_test.module
Implements hook_file_url_alter().
GDToolkit::create in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
Creates an instance of the plugin.
hook_file_url_alter in core/lib/Drupal/Core/File/file.api.php
Alter the URL to a file.
ImageStyle::buildUrl in core/modules/image/src/Entity/ImageStyle.php
Returns the URL of this image derivative for an original image path or URI.
ImageStyle::getStreamWrapperManager in core/modules/image/src/Entity/ImageStyle.php
Gets the stream wrapper manager service.
ImageStyleDownloadController::create in core/modules/image/src/Controller/ImageStyleDownloadController.php
Instantiates a new instance of this class.
ImageStyleRoutes::create in core/modules/image/src/Routing/ImageStyleRoutes.php
Instantiates a new instance of this class.
LibraryDiscoveryParser::__construct in core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php
Constructs a new LibraryDiscoveryParser instance.
OEmbed::validateConfigurationForm in core/modules/media/src/Plugin/media/Source/OEmbed.php
Form validation handler.
RegisterStreamWrappersPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
You can modify the container here before it is dumped to PHP code.
SaveDataTest::testExistingRename in core/modules/file/tests/src/Kernel/SaveDataTest.php
Test file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace in core/modules/file/tests/src/Kernel/SaveDataTest.php
Test file_save_data() when replacing an existing file.
SaveDataTest::testWithFilename in core/modules/file/tests/src/Kernel/SaveDataTest.php
Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename in core/modules/file/tests/src/Kernel/SaveDataTest.php
Test the file_save_data() function when no filename is provided.
StreamWrapperManagerTest::setUp in core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
StreamWrapperTest::testGetValidStreamScheme in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Test the scheme functions.
StreamWrapperTest::testPharStreamWrapperRegistration in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Tests that phar stream wrapper is registered as expected.
StreamWrapperTest::testUriFunctions in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Test the getViaUri() and getViaScheme() methods and target functions.
_file_save_upload_single in core/modules/file/file.module
Saves a file upload to a new location.