FileLocator.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php |
|
theme_file_link |
function |
drupal/core/modules/file/file.module |
Returns HTML for a link to a file. |
theme_file_icon |
function |
drupal/core/modules/file/file.module |
Returns HTML for an image with an appropriate icon for the given file. |
file.schema.yml |
file |
drupal/core/modules/file/config/schema/file.schema.yml |
drupal/core/modules/file/config/schema/file.schema.yml |
File::$langcode |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
The file language code. |
File::$filename |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
Name of the file with no path components. |
file_uri_scheme |
function |
drupal/core/includes/file.inc |
Returns the scheme of a URI (e.g. a stream). |
File::$filemime |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
The file's MIME type. |
File::$filesize |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
The size of the file in bytes. |
file_uri_target |
function |
drupal/core/includes/file.inc |
Returns the part of a URI after the schema. |
FileCacheReader |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
File cache reader for annotations. |
FilesLoaderTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php |
|
Request::$files |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
@api |
file_create_url |
function |
drupal/core/includes/file.inc |
Creates a web-accessible URL for a stream to an external or local file. |
FilesystemCache |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php |
A simple filesystem cache. |
Profiler::purge |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Purges all data from the storage. |
file_test_reset |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Reset/initialize the history of calls to the file_* hooks. |
FilesLoader.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php |
|
Profile::$token |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
FileLocator.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php |
|
FilePrivateTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FilePrivateTest.php |
Tests file access on private nodes. |
Profile::getUrl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Returns the URL. |
Profile::setUrl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
image_file_move |
function |
drupal/core/modules/image/image.module |
Implements hook_file_move(). |
minimal.profile |
file |
drupal/core/profiles/minimal/minimal.profile |
Enables modules and site configuration for a minimal site installation. |
testing.profile |
file |
drupal/core/profiles/testing/testing.profile |
Installation profile for tests. |
FileBagTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php |
|
FILE_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is executable. |
FilesystemCache |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php |
Filesystem cache driver. |
FilesLoader.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php |
|
file_views_data |
function |
drupal/core/modules/file/file.views.inc |
Implements hook_views_data(). |
FileStorage.php |
file |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Definition of Drupal\Core\Config\FileStorage. |
FileLocatorTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php |
|
FileAsset::load |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php |
Loads the asset into memory and applies load filters. |
file_field_info |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_info(). |
FileTest::$file |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php |
|
FileTranslation |
class |
drupal/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
File based string translation. |
FileStorage.php |
file |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Definition of Drupal\Component\PhpStorage\FileStorage. |
system.file.yml |
file |
drupal/core/modules/system/config/system.file.yml |
drupal/core/modules/system/config/system.file.yml |
FileStorageTest |
class |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
Tests the simple file storage. |
file_ajax_upload |
function |
drupal/core/modules/file/file.module |
Ajax callback: Processes file uploads and deletions. |
PhpFileCacheTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php |
@group DCOM-101 |
ProfilerTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php |
|
hook_file_create |
function |
drupal/core/modules/file/file.api.php |
Act on a newly created file. |
hook_file_insert |
function |
drupal/core/modules/file/file.api.php |
Respond to a file being added. |
hook_file_update |
function |
drupal/core/modules/file/file.api.php |
Respond to a file being updated. |
hook_file_delete |
function |
drupal/core/modules/file/file.api.php |
Respond to file deletion. |
FileMime::render |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/FileMime.php |
Render the field. |
ProfilerListener |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php |
ProfilerListener collects data for the current request by listening to the onKernelResponse event. |
file_test.module |
file |
drupal/core/modules/file/tests/file_test/file_test.module |
Helper module for the file tests. |