27 calls to StreamWrapperManager::getScheme()
- config_file_download in core/
modules/ config/ config.module - Implements hook_file_download().
- CssOptimizer::loadFile in core/
lib/ Drupal/ Core/ Asset/ CssOptimizer.php - Loads the stylesheet and resolves all @import commands.
- FileCopy::isLocalUri in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ FileCopy.php - Determines if the given URI or path is considered local.
- FileSystem::dirname in core/
lib/ Drupal/ Core/ File/ FileSystem.php - Gets the name of the directory from a given path.
- FileSystem::mkdir in core/
lib/ Drupal/ Core/ File/ FileSystem.php - Creates a directory, optionally creating missing components in the path to the directory.
- FileSystem::tempnam in core/
lib/ Drupal/ Core/ File/ FileSystem.php - Creates a file with a unique filename in the specified directory.
- FileSystem::uriScheme in core/
lib/ Drupal/ Core/ File/ FileSystem.php - Returns the scheme of a URI (e.g. a stream).
- file_create_url in core/
includes/ file.inc - Creates a web-accessible URL for a stream to an external or local file.
- file_uri_scheme in core/
includes/ file.inc - Returns the scheme of a URI (e.g. a stream).
- GDToolkit::save in core/
modules/ system/ src/ Plugin/ ImageToolkit/ GDToolkit.php - Writes an image resource to a destination file.
- hook_file_download in core/
lib/ Drupal/ Core/ File/ file.api.php - Control access to private file downloads and specify HTTP headers.
- HtaccessWriter::write in core/
lib/ Drupal/ Core/ File/ HtaccessWriter.php - Creates a .htaccess file in the given directory.
- ImageFieldDisplayTest::testImageFieldDefaultImage in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDisplayTest.php - Test use of a default image with an image field.
- ImageStyle::buildUri in core/
modules/ image/ src/ Entity/ ImageStyle.php - Returns the URI of this image when using this style.
- ImageStyle::fileUriScheme in core/
modules/ image/ src/ Entity/ ImageStyle.php - Provides a wrapper for file_uri_scheme() to allow unit testing.
- ImageStyleCustomStreamWrappersTest::testCustomStreamWrappers in core/
modules/ image/ tests/ src/ Kernel/ ImageStyleCustomStreamWrappersTest.php - Tests derivative creation with several source on a local writable stream.
- image_field_config_update in core/
modules/ image/ image.module - Implements hook_ENTITY_TYPE_update() for 'field_config'.
- image_field_storage_config_update in core/
modules/ image/ image.module - Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
- image_file_download in core/
modules/ image/ image.module - Implements hook_file_download().
- StreamWrapperManager::getViaUri in core/
lib/ Drupal/ Core/ StreamWrapper/ StreamWrapperManager.php - Returns a reference to the stream wrapper class responsible for a URI.
- StreamWrapperManager::isValidUri in core/
lib/ Drupal/ Core/ StreamWrapper/ StreamWrapperManager.php - Determines whether the URI has a valid scheme for file API operations.
- StreamWrapperManager::normalizeUri in core/
lib/ Drupal/ Core/ StreamWrapper/ StreamWrapperManager.php - Normalizes a URI by making it syntactically correct.
- StreamWrapperManagerTest::testUriScheme in core/
tests/ Drupal/ KernelTests/ Core/ StreamWrapper/ StreamWrapperManagerTest.php - @covers ::getScheme
- ThemeSettingsForm::buildForm in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - ThemeSettingsForm::validatePath in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - Helper function for the system_theme_settings form.
- ThemeTest::testThemeSettings in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test the theme settings form.
- _locale_translation_file_is_remote in core/
modules/ locale/ locale.translation.inc - Determine if a file is a remote file.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.