GDToolkit::$fileSystem |
property |
core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php |
The file system. |
GDToolkit::parseFile |
function |
core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php |
Determines if a file contains a valid image. |
GenerateAutoloadReferenceFile |
class |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Generates an 'autoload.php' that includes the autoloader created by Composer. |
GenerateAutoloadReferenceFile.php |
file |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
|
GenerateAutoloadReferenceFile::autoLoadContents |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Builds the contents of the autoload file. |
GenerateAutoloadReferenceFile::autoloadFileCommitted |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Determines whether or not the autoload file has been committed. |
GenerateAutoloadReferenceFile::autoloadPath |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Generates a scaffold file path object for the autoload file. |
GenerateAutoloadReferenceFile::generateAutoload |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Generates the autoload file at the specified location. |
GenerateAutoloadReferenceFile::__construct |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
This class provides only static methods. |
GenerateTheme::createFilesFinder |
function |
core/lib/Drupal/Core/Command/GenerateTheme.php |
|
GenerateThemeTest::testIncludeDotFiles |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|
GenerateThemeTest::testNoEditMissingFilesWarning |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|
GenerateThemeTest::testNoRenameMissingFilesWarning |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|
GenericFileFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php |
Plugin implementation of the 'file_default' formatter. |
GenericFileFormatter.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php |
|
GenericFileFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php |
Builds a renderable array for a field value. |
GenericRecipeTestBase::$profile |
property |
core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php |
The profile to install as a basis for testing. |
Gettext::fileToDatabase |
function |
core/modules/locale/src/Gettext.php |
Reads the given PO files into the database. |
GlobalThemeSettingsDefaultLogoUrlUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php |
Set database dump files to be used. |
Handler::getFileMappingsFromPackages |
function |
composer/Plugin/Scaffold/Handler.php |
Gets a consolidated list of file mappings from all allowed packages. |
Handler::getPackageFileMappings |
function |
composer/Plugin/Scaffold/Handler.php |
Gets the array of file mappings provided by a given package. |
HelpTopicDiscovery::FILE_KEY |
constant |
core/modules/help/src/HelpTopicDiscovery.php |
Defines the key in the discovered data where the file path is stored. |
HelpTopicDiscovery::findFiles |
function |
core/modules/help/src/HelpTopicDiscovery.php |
Returns an array of providers keyed by file path. |
HelpTopicsMerge::setDatabaseDumpFiles |
function |
core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php |
Set database dump files to be used. |
HelpTopicsUninstall::setDatabaseDumpFiles |
function |
core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php |
Set database dump files to be used. |
HookCollectorPassTest::setUpFilesystem |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
VFS does not and can not support symlinks. |
hook_filetransfer_info |
function |
core/lib/Drupal/Core/File/file.api.php |
Register information about FileTransfer classes provided by a module. |
hook_filetransfer_info_alter |
function |
core/lib/Drupal/Core/File/file.api.php |
Alter the FileTransfer class registry. |
hook_file_copy |
function |
core/modules/file/file.api.php |
Respond to a file that has been copied. |
hook_file_download |
function |
core/lib/Drupal/Core/File/file.api.php |
Control access to private file downloads and specify HTTP headers. |
hook_file_mimetype_mapping_alter |
function |
core/lib/Drupal/Core/File/file.api.php |
Alter MIME type mappings used to determine MIME type from a file extension. |
hook_file_move |
function |
core/modules/file/file.api.php |
Respond to a file that has been moved. |
hook_file_url_alter |
function |
core/lib/Drupal/Core/File/file.api.php |
Alter the URL to a file. |
HtaccessTest::assertFileAccess |
function |
core/modules/system/tests/src/Functional/System/HtaccessTest.php |
Asserts that a file exists and requesting it returns a specific response. |
HtaccessTest::assertFilePermissions |
function |
core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php |
Asserts expected file permissions for a given file. |
HtaccessTest::getProtectedFiles |
function |
core/modules/system/tests/src/Functional/System/HtaccessTest.php |
Get an array of file paths for access testing. |
HtaccessTest::testFileAccess |
function |
core/modules/system/tests/src/Functional/System/HtaccessTest.php |
Iterates over protected files and calls assertNoFileAccess(). |
HtmlOutputLogger::$browserOutputFile |
property |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
A file with list of links to HTML pages generated. |
HtmlOutputPrinterTrait::$browserOutputFile |
property |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php |
File to write html links to. |
Image::$fileSize |
property |
core/lib/Drupal/Core/Image/Image.php |
File size in bytes. |
Image::$fileSystem |
property |
core/modules/media/src/Plugin/media/Source/Image.php |
The file system service. |
Image::getFileSize |
function |
core/lib/Drupal/Core/Image/Image.php |
Returns the size of the image file. |
ImageDimensionsTest::$profile |
property |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
The profile to install as a basis for testing. |
ImageFieldTestBase::getLastFileId |
function |
core/modules/image/tests/src/Functional/ImageFieldTestBase.php |
Retrieves the fid of the last inserted file. |
ImageFormatter::$fileUrlGenerator |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
The file URL generator. |
ImageHooks::fileDownload |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_file_download(). |
ImageHooks::fileMove |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_file_move(). |
ImageHooks::filePredelete |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
ImageInterface::getFileSize |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Returns the size of the image file. |
ImageStyle::fileDefaultScheme |
function |
core/modules/image/src/Entity/ImageStyle.php |
Provides a wrapper to allow unit testing. |