Search for file
Title | Object type | File name | Summary |
---|---|---|---|
drupal_get_filetransfer_info | function | includes/ |
Assembles the Drupal FileTransfer registry. |
drupal_get_profile | function | includes/ |
Gets the name of the currently active installation profile. |
drupal_install_fix_file | function | includes/ |
Attempts to fix file permissions. |
drupal_install_profile_distribution_name | function | includes/ |
Loads the installation profile, extracting its defined distribution name. |
DRUPAL_MAXIMUM_TEMP_FILE_AGE | constant | modules/ |
Maximum age of temporary files in seconds. |
drupal_move_uploaded_file | function | includes/ |
Moves an uploaded file to a new location. |
drupal_parse_info_file | function | includes/ |
Parses Drupal module and theme .info files. |
drupal_verify_install_file | function | includes/ |
Verifies the state of the specified file. |
drupal_verify_profile | function | includes/ |
Verifies an installation profile for installation. |
EnableDisableTestCase::$profile | property | modules/ |
|
EntityCrudHookTestCase::testFileHooks | function | modules/ |
Tests hook invocations for CRUD operations on files. |
EntityLoadTestCase::$profile | property | modules/ |
|
entity_crud_hook_test_file_delete | function | modules/ |
Implements hook_file_delete(). |
entity_crud_hook_test_file_insert | function | modules/ |
Implements hook_file_insert(). |
entity_crud_hook_test_file_load | function | modules/ |
Implements hook_file_load(). |
entity_crud_hook_test_file_presave | function | modules/ |
Implements hook_file_presave(). |
entity_crud_hook_test_file_update | function | modules/ |
Implements hook_file_update(). |
File interface | group | includes/ |
Common file handling functions. |
File module public API functions | group | modules/ |
These functions may be used to determine if and where a file is in use. |
file.api.php | file | modules/ |
Hooks for file module. |
file.css | file | modules/ |
Admin stylesheet for file module. |
file.field.inc | file | modules/ |
Field module functionality for the File module. |
file.inc | file | includes/ |
API for handling file uploads and server file management. |
file.info | file | modules/ |
name = File description = Defines a file field type. package = Core version = VERSION core = 7.x dependencies[] = field files[] = tests/file.test |
file.install | file | modules/ |
Install, update and uninstall functions for File module. |
file.mimetypes.inc | file | includes/ |
Provides mimetype mappings. |
file.module | file | modules/ |
|
file.phar.inc | file | includes/ |
|
file.test | file | modules/ |
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest. |
file.test | file | modules/ |
Tests for file.module. |
FileCopyTest | class | modules/ |
Copy related tests. |
FileCopyTest::getInfo | function | modules/ |
|
FileCopyTest::testExistingError | function | modules/ |
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified. |
FileCopyTest::testExistingRename | function | modules/ |
Test renaming when copying over a file that already exists. |
FileCopyTest::testExistingReplace | function | modules/ |
Test replacement when copying over a file that already exists. |
FileCopyTest::testNormal | function | modules/ |
Test file copying in the normal, base case. |
FileDeleteTest | class | modules/ |
Deletion related tests. |
FileDeleteTest::getInfo | function | modules/ |
|
FileDeleteTest::testInUse | function | modules/ |
Tries deleting a file that is in use. |
FileDeleteTest::testUnused | function | modules/ |
Tries deleting a normal file (as opposed to a directory, symlink, etc). |
FileDirectoryTest | class | modules/ |
Directory related tests. |
FileDirectoryTest::getInfo | function | modules/ |
|
FileDirectoryTest::testFileCheckDirectoryHandling | function | modules/ |
Test directory handling functions. |
FileDirectoryTest::testFileCheckLocalDirectoryHandling | function | modules/ |
Test local directory handling functions. |
FileDirectoryTest::testFileCreateNewFilepath | function | modules/ |
This will take a directory and path, and find a valid filepath that is not taken by another file. |
FileDirectoryTest::testFileDestination | function | modules/ |
This will test the filepath for a destination based on passed flags and whether or not the file exists. |
FileDirectoryTest::testFileDirectoryTemp | function | modules/ |
Ensure that the file_directory_temp() function always returns a value. |
FileDownloadTest | class | modules/ |
Tests for download/file transfer functions. |
FileDownloadTest::checkUrl | function | modules/ |
Download a file from the URL generated by file_create_url(). |
FileDownloadTest::getInfo | function | modules/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.