You are here

23 calls to file_default_scheme() in Zircon Profile 8

DirectoryTest::testFileCheckDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test directory handling functions.
EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes in core/modules/editor/src/Tests/EditorLoadingTest.php
Test supported element types.
editor_image_upload_settings_form in core/modules/editor/editor.admin.inc
Subform constructor to configure the text editor's image upload settings.
FileItem::defaultStorageSettings in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Defines the storage-level settings for this plugin.
FileManagedTestBase::createUri in core/modules/file/src/Tests/FileManagedTestBase.php
Creates a file and returns its URI.
FileManagedUnitTestBase::createUri in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Creates a file and returns its URI.
FileTestBase::createDirectory in core/modules/system/src/Tests/File/FileTestBase.php
Create a directory and assert it exists.
FileTestBase::createUri in core/modules/system/src/Tests/File/FileTestBase.php
Create a file and return the URI of it.
file_build_uri in core/includes/file.inc
Constructs a URI to Drupal's default files location given a relative path.
file_save_data in core/modules/file/file.module
Saves a file to the specified destination and creates a database entry.
FolderTest::testFolderSetup in core/modules/simpletest/src/Tests/FolderTest.php
hook_install in core/lib/Drupal/Core/Extension/module.api.php
Perform setup tasks when the module is installed.
hook_uninstall in core/lib/Drupal/Core/Extension/module.api.php
Remove any information that the module sets.
ImageAdminStylesTest::testStyle in core/modules/image/src/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageStyle::fileDefaultScheme in core/modules/image/src/Entity/ImageStyle.php
Provides a wrapper for file_default_scheme() to allow unit testing.
image_install in core/modules/image/image.install
Implements hook_install().
image_uninstall in core/modules/image/image.install
Implements hook_uninstall().
SaveDataTest::testWithoutFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when no filename is provided.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
UnmanagedDeleteRecursiveTest::testSingleFile in core/modules/system/src/Tests/File/UnmanagedDeleteRecursiveTest.php
Delete a normal file.
UnmanagedDeleteTest::testMissing in core/modules/system/src/Tests/File/UnmanagedDeleteTest.php
Try deleting a missing file.
UnmanagedSaveDataTest::testFileSaveData in core/modules/system/src/Tests/File/UnmanagedSaveDataTest.php
Test the file_unmanaged_save_data() function.