FileMoveTest::testNormal |
function |
modules/simpletest/tests/file.test |
Move a normal file. |
theme_file_download_link |
function |
modules/file/file.theme.inc |
Copy of theme_file_link() for linking to the file download URL. |
theme_file_display_order |
function |
modules/file/file.theme.inc |
Returns HTML for a file display's display order table. |
theme_file_type_overview |
function |
modules/file/file.theme.inc |
Returns HTML for the file type overview page. |
FileUsageTestCase::setUp |
function |
modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
FileCopyTest::testNormal |
function |
modules/simpletest/tests/file.test |
Test file copying in the normal, base case. |
file_validate_extensions |
function |
includes/file.inc |
Checks that the filename ends with an allowed extension. |
hook_file_formatter_info |
function |
modules/file/file.api.php |
Define file formatters. |
FileFieldDisplayTestCase |
class |
modules/file/tests/file.test |
Tests that formatters are working properly. |
FileTestCase::createFile |
function |
modules/simpletest/tests/file.test |
Create a file and save it to the files table and assert that it occurs
correctly. |
FileUploadWizardTestCase |
class |
modules/file/tests/file.test |
Tests creating new file entities through the file upload wizard. |
file_delete_redirect_form |
function |
modules/file/file.pages.inc |
Submit handler for delete button on file manage forms. |
file_manage_form_validate |
function |
modules/file/file.pages.inc |
Form validation handler for file_manage_form(). |
FileTranferTest::testJail |
function |
modules/simpletest/tests/filetransfer.test |
|
ConfigFileStorage::delete |
function |
drivers/config_file/config_file_storage.inc |
Deletes a configuration object from the storage. |
FileValidatorTest::$image |
property |
modules/simpletest/tests/file.test |
|
node_file_download_access |
function |
modules/node/node.module |
Implements hook_file_download_access(). |
FileUnmanagedSaveDataTest |
class |
modules/simpletest/tests/file.test |
Tests the file_unmanaged_save_data() function. |
FileAccessTestCase::setUp |
function |
modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
TestFileTransfer::factory |
function |
modules/simpletest/tests/filetransfer.test |
Classes that extend this class must override the factory() static method. |
LayoutBlockTest::$profile |
property |
modules/layout/tests/layout.test |
The profile to install as a basis for testing. |
_filter_delete_file_usage |
function |
modules/filter/filter.module |
Deletes file usage of files referenced by processed text fields. |
_filter_record_file_usage |
function |
modules/filter/filter.module |
Records file usage of files referenced by processed text fields. |
config_sync_validate_file |
function |
modules/config/config.sync.inc |
Validate an individual configuration to ensure it's safe to import. |
LayoutCloneTest::$profile |
property |
modules/layout/tests/layout.test |
The profile to install as a basis for testing. |
ConfigFileStorage::rename |
function |
drivers/config_file/config_file_storage.inc |
Renames a configuration object in the storage. |
ConfigFileStorage::encode |
function |
drivers/config_file/config_file_storage.inc |
Encodes configuration data into the storage-specific format. |
FileFieldValidateTestCase |
class |
modules/file/tests/file.test |
Tests various validations. |
CronRunTestCase::$profile |
property |
modules/system/tests/system.test |
The profile to install as a basis for testing. |
file_managed_file_process |
function |
modules/file/file.module |
Render API callback: Expands the managed_file element type. |
system_get_files_database |
function |
modules/system/system.module |
Retrieves the current status of an array of files in the system table. |
FILE_TYPE_STORAGE_DEFAULT |
constant |
modules/file/file.module |
File type constant for module-defined file types. |
file_info_formatter_types |
function |
modules/file/file.admin.inc |
Returns information about file formatters from hook_file_formatter_info(). |
FileTransferLocal::isFile |
function |
includes/filetransfer/local.inc |
Checks if a particular path is a file (not a directory). |
file_test_stream_wrappers |
function |
modules/simpletest/tests/file_test.module |
Implements hook_stream_wrappers(). |
TokenTestHelper::$profile |
property |
modules/simpletest/tests/token.test |
The profile to install as a basis for testing. |
file_field_formatter_view |
function |
modules/file/file.field.inc |
Implements hook_field_formatter_view(). |
FileTransfer::__construct |
function |
includes/filetransfer/filetransfer.inc |
The constructor for the UpdateConnection class. This method is also called
from the classes that extend this class and override this method. |
file_field_widget_process |
function |
modules/file/file.field.inc |
Render API callback: Processes a file_generic field element. |
drupal_move_uploaded_file |
function |
includes/drupal.inc |
Moves an uploaded file to a new location. |
ConfigFileStorage::exists |
function |
drivers/config_file/config_file_storage.inc |
Returns whether a configuration object exists. |
FileTransfer::isDirectory |
function |
includes/filetransfer/filetransfer.inc |
Checks if a particular path is a directory |
FileSaveUploadTest::setUp |
function |
modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
file_field_formatter_info |
function |
modules/file/file.field.inc |
Implements hook_field_formatter_info(). |
user_file_download_access |
function |
modules/user/user.module |
Implements hook_file_download_access(). |
FileFieldRevisionTestCase |
class |
modules/file/tests/file.test |
Tests file handling with node revisions. |
ConfigFileStorage::decode |
function |
drivers/config_file/config_file_storage.inc |
Decodes configuration data from the storage-specific format. |
TestFileTransfer::connect |
function |
modules/simpletest/tests/filetransfer.test |
Connects to the server. |
file_validate_name_length |
function |
includes/file.inc |
Checks for files with names longer than can be stored in the database. |
FormUrlTestCase::$profile |
property |
modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |