BackupFile::getContents |
function |
core/includes/backup/backup.file.inc |
Read the entire contents of the file. |
BackupFile::getFileSize |
function |
core/includes/backup/backup.file.inc |
Get the file size. |
FILE_MODIFY_PERMISSIONS |
constant |
core/includes/file.inc |
Flag used by file_prepare_directory() -- file permissions may be changed. |
file_field_prepare_view |
function |
core/modules/file/file.field.inc |
Implements hook_field_prepare_view(). |
hook_file_search_result |
function |
core/modules/file/file.api.php |
Act on a file being displayed as a search result. |
simpletest_generate_file |
function |
core/modules/simpletest/simpletest.module |
Generate test file. |
theme_file_type_overview |
function |
core/modules/file/file.theme.inc |
Returns HTML for the file type overview page. |
theme_file_display_order |
function |
core/modules/file/file.theme.inc |
Returns HTML for a file display's display order table. |
theme_file_download_link |
function |
core/modules/file/file.theme.inc |
Copy of theme_file_link() for linking to the file download URL. |
file_field_widget_submit |
function |
core/modules/file/file.field.inc |
Form submission handler for upload/remove button of file_field_widget_form(). |
LayoutPathTest::$profile |
property |
core/modules/layout/tests/layout.test |
The profile to install as a basis for testing. |
HTMLIdTestCase::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
FileTestCase::createFile |
function |
core/modules/simpletest/tests/file.test |
Create a file and save it to the files table and assert that it occurs
correctly. |
file_validate_extensions |
function |
core/includes/file.inc |
Checks that the filename ends with an allowed extension. |
FileSpaceUsedTest::setUp |
function |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
file_unmanaged_save_data |
function |
core/includes/file.inc |
Saves a file to the specified destination without invoking file API. |
FileValidatorTest::setUp |
function |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
FileViewsTestCase::setUp |
function |
core/modules/file/tests/file_views.test |
Sets up a Backdrop site for running functional and integration tests. |
file_get_content_headers |
function |
core/includes/file.inc |
Examines a file entity and returns appropriate content headers for download. |
file_example_read_submit |
function |
modules/examples/file_example/file_example.module |
Submit handler for reading a stream wrapper. |
RemoteFileSaveUploadTest |
class |
core/modules/simpletest/tests/file.test |
Test the file_save_upload() function on remote filesystems. |
ConfigFileStorage::write |
function |
core/includes/config.inc |
Writes configuration data to the storage. |
file_test_file_predelete |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_predelete(). |
backdrop_parse_info_file |
function |
core/includes/common.inc |
Parses Backdrop module and theme .info files. |
file_test_file_url_alter |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_url_alter(). |
file_type_classify_batch |
function |
core/modules/file/file.module |
Batch operation callback to classify the types of managed files. |
DateFieldBasic::$profile |
property |
core/modules/date/tests/date_field.test |
The profile to install as a basis for testing. |
Database::loadDriverFile |
function |
core/includes/database/database.inc |
Load a file for the database that might hold a class. |
FileValidatorTest::$file |
property |
core/modules/simpletest/tests/file.test |
|
FileMoveTest::testNormal |
function |
core/modules/simpletest/tests/file.test |
Move a normal file. |
TestFileTransfer::isFile |
function |
core/modules/simpletest/tests/filetransfer.test |
|
AJAXDialogTest::$profile |
property |
core/modules/simpletest/tests/ajax.test |
The profile to install as a basis for testing. |
FileTransferSSH::connect |
function |
core/includes/filetransfer/ssh.inc |
Connects to the server. |
FileTransferSSH::factory |
function |
core/includes/filetransfer/ssh.inc |
Classes that extend this class must override the factory() static method. |
FileCopyTest::testNormal |
function |
core/modules/simpletest/tests/file.test |
Test file copying in the normal, base case. |
NodeQueryAlter::$profile |
property |
core/modules/node/tests/node.test |
The profile to install as a basis for testing. |
install_no_profile_error |
function |
core/includes/install.core.inc |
Indicates that there are no profiles available. |
FileTransferFTP::factory |
function |
core/includes/filetransfer/ftp.inc |
|
FileTransferFTPExtension |
class |
core/includes/filetransfer/ftp.inc |
|
FileTestHelper::$profile |
property |
core/modules/file/tests/file.test |
The profile to install as a basis for testing. |
system_filetransfer_info |
function |
core/modules/system/system.module |
Implements hook_filetransfer_info(). |
file_managed_file_submit |
function |
core/modules/file/file.module |
Form submission handler for upload / remove buttons of managed_file elements. |
file_display_form_submit |
function |
core/modules/file/file.admin.inc |
Process file display settings form submissions. |
FileTransfer::removeFile |
function |
core/includes/filetransfer/filetransfer.inc |
Removes a file. |
file_type_revert_confirm |
function |
core/modules/file/file.admin.inc |
Menu callback; revert a single file type. |
file_get_file_references |
function |
core/modules/file/file.module |
Retrieves a list of references to a file. |
file_type_delete_confirm |
function |
core/modules/file/file.admin.inc |
Menu callback; delete a single file type. |
FILE_TYPE_STORAGE_NORMAL |
constant |
core/modules/file/file.module |
File types constant for user-defined file types. |
FileTransfer::findChroot |
function |
core/includes/filetransfer/filetransfer.inc |
Returns the chroot property for this connection. |
ViewsHandlerTestFileSize |
class |
core/modules/views/tests/handlers/views_handler_field_file_size.test |
Tests the core views_handler_field_file_size handler. |