Search for file
Title | Object type | File name | Summary |
---|---|---|---|
file_field_widget_process | function | modules/ |
An element #process callback for the file_generic field type. |
file_field_widget_process_multiple | function | modules/ |
An element #process callback for a group of file_generic fields. |
file_field_widget_settings_form | function | modules/ |
Implements hook_field_widget_settings_form(). |
file_field_widget_submit | function | modules/ |
Form submission handler for upload/remove button of file_field_widget_form(). |
file_field_widget_upload_validators | function | modules/ |
Retrieves the upload validators for a file field. |
file_field_widget_uri | function | modules/ |
Determines the URI for a file field instance. |
file_field_widget_value | function | modules/ |
The #value_callback for the file_generic field element. |
file_file_delete | function | modules/ |
Implements hook_file_delete(). |
file_file_download | function | modules/ |
Implements hook_file_download(). |
file_get_content_headers | function | includes/ |
Examines a file object and returns appropriate content headers for download. |
file_get_file_references | function | modules/ |
Retrieves a list of references to a file. |
file_get_mimetype | function | includes/ |
Determines an Internet Media Type or MIME type from a filename. |
file_get_stream_wrappers | function | includes/ |
Provides Drupal stream wrapper registry. |
file_help | function | modules/ |
Implements hook_help(). |
file_htaccess_lines | function | includes/ |
Returns the standard .htaccess lines that Drupal writes to file directories. |
file_icon_map | function | modules/ |
Determines the generic icon MIME package based on a file's MIME type. |
file_icon_path | function | modules/ |
Creates a path to the icon for a file object. |
file_icon_url | function | modules/ |
Creates a URL to the icon for a file object. |
FILE_INSECURE_EXTENSIONS | constant | includes/ |
A pipe-separated list of insecure extensions. |
file_load | function | includes/ |
Loads a single file object from the database. |
file_load_multiple | function | includes/ |
Loads file objects from the database. |
file_managed_file_pre_render | function | modules/ |
#pre_render callback to hide display of the upload or remove controls. |
file_managed_file_process | function | modules/ |
Process function to expand the managed_file element type. |
file_managed_file_save_upload | function | modules/ |
Saves any files that have been uploaded into a managed_file element. |
file_managed_file_submit | function | modules/ |
Form submission handler for upload / remove buttons of managed_file elements. |
file_managed_file_validate | function | modules/ |
An #element_validate callback for the managed_file element. |
file_managed_file_value | function | modules/ |
The #value_callback for a managed_file type element. |
file_menu | function | modules/ |
Implements hook_menu(). |
file_mimetype_mapping | function | includes/ |
Return an array of MIME extension mappings. |
FILE_MODIFY_PERMISSIONS | constant | includes/ |
Flag used by file_prepare_directory() -- file permissions may be changed. |
file_module_test.info | file | modules/ |
name = File test description = Provides hooks for testing File module functionality. package = Core version = VERSION core = 7.x hidden = TRUE |
file_module_test.module | file | modules/ |
Provides File module pages for testing purposes. |
file_module_test_file_download | function | modules/ |
Implements hook_file_download(). |
file_module_test_form | function | modules/ |
Form constructor for testing a 'managed_file' element. |
file_module_test_form_submit | function | modules/ |
Form submission handler for file_module_test_form(). |
file_module_test_menu | function | modules/ |
Implements hook_menu(). |
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. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.