Search for all
Title | Object type | File name | Summary |
---|---|---|---|
file_destination | function | includes/ |
Determines the destination path for a file. |
file_directory_temp | function | includes/ |
Gets the path of system-appropriate temporary directory. |
file_download | function | includes/ |
Menu handler for private file transfers. |
file_download_access | function | includes/ |
Checks that the current user has access to a particular file. |
file_download_headers | function | includes/ |
Retrieves headers for a private file download. |
file_element_info | function | modules/ |
Implements hook_element_info(). |
file_ensure_htaccess | function | includes/ |
Creates a .htaccess file in each Drupal files directory if it is missing. |
FILE_EXECUTABLE | constant | includes/ |
File permission check -- File is executable. |
FILE_EXIST | constant | includes/ |
File permission check -- File exists. |
FILE_EXISTS_ERROR | constant | includes/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
FILE_EXISTS_RENAME | constant | includes/ |
Flag for dealing with existing files: Appends number until name is unique. |
FILE_EXISTS_REPLACE | constant | includes/ |
Flag for dealing with existing files: Replace the existing file. |
file_field_delete | function | modules/ |
Implements hook_field_delete(). |
file_field_delete_file | function | modules/ |
Decrements the usage count for a file and attempts to delete it. |
file_field_delete_revision | function | modules/ |
Implements hook_field_delete_revision(). |
file_field_displayed | function | modules/ |
Determines whether a file should be displayed when outputting field content. |
file_field_formatter_info | function | modules/ |
Implements hook_field_formatter_info(). |
file_field_formatter_view | function | modules/ |
Implements hook_field_formatter_view(). |
file_field_info | function | modules/ |
Implements hook_field_info(). |
file_field_insert | function | modules/ |
Implements hook_field_insert(). |
file_field_instance_settings_form | function | modules/ |
Implements hook_field_instance_settings_form(). |
file_field_is_empty | function | modules/ |
Implements hook_field_is_empty(). |
file_field_load | function | modules/ |
Implements hook_field_load(). |
file_field_prepare_view | function | modules/ |
Implements hook_field_prepare_view(). |
file_field_presave | function | modules/ |
Implements hook_field_presave(). |
file_field_schema | function | modules/ |
Implements hook_field_schema(). |
file_field_settings_form | function | modules/ |
Implements hook_field_settings_form(). |
file_field_update | function | modules/ |
Implements hook_field_update(). |
file_field_widget_form | function | modules/ |
Implements hook_field_widget_form(). |
file_field_widget_info | function | modules/ |
Implements hook_field_widget_info(). |
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. |
Pagination
- Previous page
- Page 83
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.