You are here

50 string references to stream_wrapper_manager in Drupal 10

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.
DrupalKernel::preHandle in core/lib/Drupal/Core/DrupalKernel.php
Helper method that does request related initialization.
DrupalKernel::shutdown in core/lib/Drupal/Core/DrupalKernel.php
Shuts down the kernel.
editor_image_upload_settings_form in core/modules/editor/editor.admin.inc
Subform constructor to configure the text editor's image upload settings.
FileAccessControlHandler::checkAccess in core/modules/file/src/FileAccessControlHandler.php
Performs access checks.
FileCopy::create in core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
Creates an instance of the plugin.
FileCopyTest::setUp in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
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.
FileItem::storageSettingsForm in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Returns a form for the storage-level settings.
FileItemTest::testFileItem in core/modules/file/tests/src/Kernel/FileItemTest.php
Tests using entity fields of the file field type.
FileRepositoryTest::testEntityStorageException in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests for entity storage exception.
FileRepositoryTest::testExistingRename in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests writeData() when renaming around an existing file.
FileRepositoryTest::testExistingReplace in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests writeData() when replacing an existing file.
FileRepositoryTest::testWithFilename in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests the writeData() method.
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
FileUrlGeneratorTest::testGenerateURIWithSchema in core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
@covers ::generate
FileUrlGeneratorTest::testPublicManagedFileURL in core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
Tests the rewriting of public managed file URLs by hook_file_url_alter().
FileUrlGeneratorTest::testRelativeFileURL in core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
Tests generate absolute string with relative URL.
file_cron in core/modules/file/file.module
Implements hook_cron().
file_test_file_url_alter in core/modules/file/tests/file_test/file_test.module
Implements hook_file_url_alter().
FunctionalTestSetupTrait::prepareEnvironment in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Prepares the current environment for running the test.
FunctionalTestSetupTrait::rebuildAll in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Resets and rebuilds the environment after setup.
GDToolkit::create in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
hook_file_url_alter in core/lib/Drupal/Core/File/file.api.php
Alter the URL to a file.
ImageItem::storageSettingsForm in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Returns a form for the storage-level settings.
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
ImageStyleRoutes::create in core/modules/image/src/Routing/ImageStyleRoutes.php
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
ModuleHandlerTest::testModuleStreamWrappers in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests whether module-provided stream wrappers are registered properly.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
MoveTest::testEntityStorageException in core/modules/file/tests/src/Kernel/MoveTest.php
Tests for entity storage exception.
OEmbed::validateConfigurationForm in core/modules/media/src/Plugin/media/Source/OEmbed.php
Form validation handler.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
Tests read-only specific behavior.
RegisterStreamWrappersPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
StreamWrapperManagerTest::setUp in core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
StreamWrapperTest::testGetClassName in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Tests the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Tests the getViaScheme() method.
StreamWrapperTest::testGetValidStreamScheme in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Tests the scheme functions.
StreamWrapperTest::testUriFunctions in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Tests the getViaUri() and getViaScheme() methods and target functions.
system_retrieve_file in core/modules/system/system.module
Attempts to get a file using Guzzle HTTP client and to store it locally.
TestRunnerKernel::boot in core/lib/Drupal/Core/Test/TestRunnerKernel.php
Updater::getBackupDir in core/lib/Drupal/Core/Updater/Updater.php
Returns the full path to a directory where backups should be written.