You are here

24 calls to file_uri_scheme() in Zircon Profile 8.0

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.
file_save_upload in core/modules/file/file.module
Saves file uploads to a new location.
file_test_file_url_alter in core/modules/file/tests/file_test/file_test.module
Implements hook_file_url_alter().
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.
hook_file_url_alter in core/lib/Drupal/Core/File/file.api.php
Alter the URL to a file.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
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::fileUriScheme in core/modules/image/src/Entity/ImageStyle.php
Provides a wrapper for file_uri_scheme() to allow unit testing.
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().
SaveDataTest::testExistingRename in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when replacing an existing file.
SaveDataTest::testWithFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when no filename is provided.
StreamWrapperManager::getViaUri in core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
Returns a reference to the stream wrapper class responsible for a URI.
StreamWrapperTest::testGetValidStreamScheme in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test the scheme functions.
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/src/Tests/System/ThemeTest.php
Test the theme settings form.
UnmanagedSaveDataTest::testFileSaveData in core/modules/system/src/Tests/File/UnmanagedSaveDataTest.php
Test the file_unmanaged_save_data() function.
_locale_translation_file_is_remote in core/modules/locale/locale.translation.inc
Determine if a file is a remote file.