Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| file_move | function | includes/ |
Moves a file to a new location and update the file's database entry. |
| file_munge_filename | function | includes/ |
Modifies a filename as needed for security purposes. |
| FILE_NOT_EXECUTABLE | constant | includes/ |
File permission check -- File is not executable. |
| FILE_NOT_EXIST | constant | includes/ |
File permission check -- File does not exist. |
| FILE_NOT_READABLE | constant | includes/ |
File permission check -- File is not readable. |
| FILE_NOT_WRITABLE | constant | includes/ |
File permission check -- File is not writable. |
| file_prepare_directory | function | includes/ |
Checks that the directory exists and is writable. |
| file_progress_implementation | function | modules/ |
Determines the preferred upload progress implementation. |
| FILE_READABLE | constant | includes/ |
File permission check -- File is readable. |
| file_register_phar_wrapper | function | includes/ |
Registers a phar stream wrapper that is more secure than PHP's built-in one. |
| file_requirements | function | modules/ |
Implements hook_requirements(). |
| file_save | function | includes/ |
Saves a file object to the database. |
| file_save_data | function | includes/ |
Saves a file to the specified destination and creates a database entry. |
| file_save_upload | function | includes/ |
Saves a file upload to a new location. |
| file_scan_directory | function | includes/ |
Finds all files that match a given mask in a given directory. |
| file_space_used | function | includes/ |
Determines total disk space used by a single user or the whole filesystem. |
| FILE_STATUS_PERMANENT | constant | includes/ |
Indicates that the file is permanent and should not be deleted. |
| file_stream_wrapper_get_class | function | includes/ |
Returns the stream wrapper class name for a given scheme. |
| file_stream_wrapper_get_instance_by_scheme | function | includes/ |
Returns a reference to the stream wrapper class responsible for a scheme. |
| file_stream_wrapper_get_instance_by_uri | function | includes/ |
Returns a reference to the stream wrapper class responsible for a given URI. |
| file_stream_wrapper_uri_normalize | function | includes/ |
Normalizes a URI by making it syntactically correct. |
| file_stream_wrapper_valid_scheme | function | includes/ |
Checks that the scheme of a stream URI is valid. |
| file_test.info | file | modules/ |
name = "File test" description = "Support module for file handling tests." package = Testing version = VERSION core = 7.x files[] = file_test.module hidden = TRUE |
| file_test.module | file | modules/ |
Helper module for the file tests. |
| file_test_file_copy | function | modules/ |
Implements hook_file_copy(). |
| file_test_file_delete | function | modules/ |
Implements hook_file_delete(). |
| file_test_file_download | function | modules/ |
Implements hook_file_download(). |
| file_test_file_insert | function | modules/ |
Implements hook_file_insert(). |
| file_test_file_load | function | modules/ |
Implements hook_file_load(). |
| file_test_file_mimetype_mapping_alter | function | modules/ |
Implements hook_file_mimetype_mapping_alter(). |
| file_test_file_move | function | modules/ |
Implements hook_file_move(). |
| file_test_file_scan_callback | function | modules/ |
Helper function for testing file_scan_directory(). |
| file_test_file_scan_callback_reset | function | modules/ |
Reset static variables used by file_test_file_scan_callback(). |
| file_test_file_update | function | modules/ |
Implements hook_file_update(). |
| file_test_file_url_alter | function | modules/ |
Implements hook_file_url_alter(). |
| file_test_file_validate | function | modules/ |
Implements hook_file_validate(). |
| file_test_get_all_calls | function | modules/ |
Get an array with the calls for all hooks. |
| file_test_get_calls | function | modules/ |
Get the arguments passed to invocation of a given hook since file_test_reset() was last called. |
| file_test_menu | function | modules/ |
Implements hook_menu(). |
| file_test_reset | function | modules/ |
Reset/initialize the history of calls to the file_* hooks. |
| file_test_set_return | function | modules/ |
Assign a return value for a given operation. |
| file_test_stream_wrappers | function | modules/ |
Implements hook_stream_wrappers(). |
| file_test_validator | function | modules/ |
Helper validator that returns the $errors parameter. |
| file_theme | function | modules/ |
Implements hook_theme(). |
| file_transfer | function | includes/ |
Transfers a file to the client using HTTP. |
| file_unmanaged_copy | function | includes/ |
Copies a file to a new location without invoking the file API. |
| file_unmanaged_delete | function | includes/ |
Deletes a file without database changes or hook invocations. |
| file_unmanaged_delete_recursive | function | includes/ |
Deletes all files and directories in the specified filepath recursively. |
| file_unmanaged_move | function | includes/ |
Moves a file to a new location without database changes or hook invocation. |
| file_unmanaged_save_data | function | includes/ |
Saves a string to the specified destination without invoking file API. |
Pagination
- Previous page
- Page 87
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.