Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
file.inc
»
file_default_scheme
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
16 calls to file_default_scheme()
DirectoryTest::testFileCheckDirectoryHandling
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
DirectoryTest.php
Test directory handling functions.
FileTestBase::createDirectory
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
FileTestBase.php
Create a directory and assert it exists.
FileTestBase::createUri
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
FileTestBase.php
Create a file and return the URI of it.
file_build_uri
in drupal/
core/
includes/
file.inc
Constructs a URI to Drupal's default files location given a relative path.
file_save_data
in drupal/
core/
modules/
file/
file.module
Saves a file to the specified destination and creates a database entry.
FolderTest::testFolderSetup
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
Tests/
FolderTest.php
ImageAdminStylesTest::testStyle
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
image_install
in drupal/
core/
modules/
image/
image.install
Implements
hook_install
().
image_style_flush
in drupal/
core/
modules/
image/
image.module
Flush cached media for a style.
image_style_path
in drupal/
core/
modules/
image/
image.module
Return the URI of an image when using a style.
image_uninstall
in drupal/
core/
modules/
image/
image.install
Implements
hook_uninstall
().
SaveDataTest::testWithoutFilename
in drupal/
core/
modules/
file/
lib/
Drupal/
file/
Tests/
SaveDataTest.php
Test the
file_save_data
() function when no filename is provided.
ToolkitGdTest::testManipulations
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
UnmanagedDeleteRecursiveTest::testSingleFile
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedDeleteRecursiveTest.php
Delete a normal file.
UnmanagedDeleteTest::testMissing
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedDeleteTest.php
Try deleting a missing file.
UnmanagedSaveDataTest::testFileSaveData
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedSaveDataTest.php
Test the
file_unmanaged_save_data
() function.