Search for file
Title | Object type | File name | Summary |
---|---|---|---|
drupal_get_filename | function | includes/ |
Returns and optionally sets the filename for a system resource. |
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/ |
The profile to install as a basis for testing. |
EntityCrudHookTestCase::testFileHooks | function | modules/ |
Tests hook invocations for CRUD operations on files. |
EntityLoadTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
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(). |
example.profile | file | external_documentation/ |
|
example_profile_details | function | external_documentation/ |
Return a description of the profile for the initial installation screen. |
example_profile_modules | function | external_documentation/ |
Return an array of the modules to be enabled when this profile is installed. |
example_profile_tasks | function | external_documentation/ |
Perform any final installation tasks for this profile. |
example_profile_task_list | function | external_documentation/ |
Return a list of tasks that this profile supports. |
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/ |
Defines a "managed_file" Form API field and a "file" field for Field module. |
file.phar.inc | file | includes/ |
|
file.test | file | modules/ |
Tests for file.module. |
file.test | file | modules/ |
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest. |
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. |
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.