theme_file_icon |
function |
drupal/core/modules/file/file.module |
Returns HTML for an image with an appropriate icon for the given file. |
_file_test_form |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Form to test file uploads. |
file_test_reset |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Reset/initialize the history of calls to the file_* hooks. |
file_views_data |
function |
drupal/core/modules/file/file.views.inc |
Implements hook_views_data(). |
file_field_info |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_info(). |
Request::$files |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
@api |
FilesystemCache |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php |
A simple filesystem cache. |
file_uri_scheme |
function |
drupal/core/includes/file.inc |
Returns the scheme of a URI (e.g. a stream). |
file_uri_target |
function |
drupal/core/includes/file.inc |
Returns the part of a URI after the schema. |
file_create_url |
function |
drupal/core/includes/file.inc |
Creates a web-accessible URL for a stream to an external or local file. |
FileBagTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php |
|
FilePrivateTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FilePrivateTest.php |
Tests file access on private nodes. |
FileCacheReader |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
File cache reader for annotations. |
File::$timestamp |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
UNIX timestamp for when the file was last saved. |
MockFileTransfer |
class |
drupal/core/modules/update/tests/modules/update_test/lib/Drupal/update_test/MockFileTransfer.php |
Mocks a FileTransfer object to test the settings form functionality. |
FileBag::replace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php |
@api |
ProfilerTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php |
|
Profiler::export |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Exports the current profiler data. |
Profiler::import |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Imports data into the profiler storage. |
FileResourceTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/FileResourceTest.php |
|
FileTestBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Definition of Drupal\system\Tests\File\FileTestBase. |
Profile::$method |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
Profile::$parent |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
PhpFileCacheTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php |
@group DCOM-101 |
Profile::getTime |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Returns the time. |
Profile::setTime |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
standard.profile |
file |
drupal/core/profiles/standard/standard.profile |
Enables modules and site configuration for a standard site installation. |
UploadedFileTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php |
|
Profile::__sleep |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
file_test.module |
file |
drupal/core/modules/file/tests/file_test/file_test.module |
Helper module for the file tests. |
FileTransfer.php |
file |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Definition of Drupal\Core\FileTransfer\FileTransfer. |
FileMoveTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Image/FileMoveTest.php |
Definition of Drupal\system\Tests\Image\FileMoveTest. |
RetrieveFileTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/RetrieveFileTest.php |
Test HTTP file downloading capability. |
file_ajax_upload |
function |
drupal/core/modules/file/file.module |
Ajax callback: Processes file uploads and deletions. |
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. |
file_update_8000 |
function |
drupal/core/modules/file/file.install |
Converts default_file_main variable to config. |
MockFileTransfer |
class |
drupal/core/modules/system/tests/modules/system_test/lib/Drupal/system_test/MockFileTransfer.php |
Mock FileTransfer object to test the settings form functionality. |
FileResource.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php |
|
FileTransferTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/FileTransferTest.php |
File transfer tests. |
FileSize::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FileSize.php |
Render the field. |
Psr0FindFile.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php |
|
file_destination |
function |
drupal/core/includes/file.inc |
Determines the destination path for a file. |
TestFileTransfer |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Mock FileTransfer object for test case. |
FileMime::render |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/FileMime.php |
Render the field. |
file_save_upload |
function |
drupal/core/includes/file.inc |
Saves a file upload to a new location. |
PhpFileCache.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/PhpFileCache.php |
|
UploadedFile.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
|
File::$pathField |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/wizard/File.php |
Set default values for the path field options. |