file_autoload_info |
modules/file/file.module |
Implements hook_autoload_info(). |
file_build_content |
modules/file/file.module |
Builds a structured array representing the file's content. |
file_build_uri |
includes/file.inc |
Constructs a URI to Backdrop's default files location given a relative path. |
file_config_info |
modules/file/file.module |
Implements hook_config_info(). |
file_copy |
includes/file.inc |
Copies a file to a new location and adds a file record to the database. |
file_create_filename |
includes/file.inc |
Creates a full file path from a directory and filename. |
file_create_htaccess Deprecated |
includes/drupal.inc |
Creates a .htaccess file in the given directory. |
file_create_url |
includes/file.inc |
Creates a web-accessible URL for a stream to an external or local file. |
file_cron_queue_info |
modules/file/file.module |
|
file_default_mimetype_mapping |
includes/file.mimetypes.inc |
Default MIME extension mapping. |
file_default_scheme |
includes/file.inc |
Gets the default file stream implementation. |
file_delete |
includes/file.inc |
Deletes a file and its database record. |
file_delete_action |
modules/file/file.actions.inc |
Queues a file for deletion. |
file_delete_form |
modules/file/file.pages.inc |
Page callback: Form constructor for the file deletion confirmation form. |
file_delete_form_submit |
modules/file/file.pages.inc |
Form submission handler for file_delete_form(). |
file_delete_multiple |
includes/file.inc |
Deletes files. |
file_delete_redirect_form |
modules/file/file.pages.inc |
Submit handler for delete button on file manage forms. |
file_destination |
includes/file.inc |
Determines the destination path for a file. |
file_directory_temp |
includes/file.inc |
Gets the path of system-appropriate temporary directory. |
file_display |
modules/file/file.module |
Returns an array containing a single display to use for a file type in a
given view mode. |
file_display_form |
modules/file/file.admin.inc |
Form callback; presents file display settings for a given view mode. |
file_display_form_submit |
modules/file/file.admin.inc |
Process file display settings form submissions. |
file_display_load |
modules/file/file.module |
Returns an array with a single value. The key is the formatter name, and the
value is a {file_display} array for the file type. |
file_displays Deprecated |
modules/file/file.module |
Returns the display to use for a file type in a given view mode. |
file_display_save |
modules/file/file.module |
Saves a {file_display} array to config. |
file_displays_load Deprecated |
modules/file/file.module |
Returns a single {file_display} array for the file type. |
file_download |
includes/file.inc |
Page callback: Handles private file transfers. |
file_download_access |
includes/file.inc |
Checks that the current user has access to a particular file. |
file_download_headers |
includes/file.inc |
Retrieves headers for a private file download. |
file_download_page |
modules/file/file.pages.inc |
Menu callback; download a single file entity. |
file_download_uri |
modules/file/file.module |
Return an URI for a file download. |
file_element_info |
modules/file/file.module |
Implements hook_element_info(). |
file_ensure_htaccess |
includes/file.inc |
Creates a .htaccess file in each files directory if it is missing. |
file_entity_access Deprecated |
modules/file/file.module |
Deprecated wrapper function. Determines if a user may perform the given
operation on the specified file. |
file_entity_info |
modules/file/file.module |
Implements hook_entity_info(). |
file_field_attach_load |
modules/file/file.module |
Implements hook_field_attach_load(). |
file_field_delete |
modules/file/file.field.inc |
Implements hook_field_delete(). |
file_field_delete_revision |
modules/file/file.field.inc |
Implements hook_field_delete_revision(). |
file_field_displayed |
modules/file/file.field.inc |
Determines whether a file should be displayed when outputting field content. |
file_field_extra_fields |
modules/file/file.module |
Implements hook_field_extra_fields(). |
file_field_formatter_info |
modules/file/file.field.inc |
Implements hook_field_formatter_info(). |
file_field_formatter_prepare_view |
modules/file/file.field.inc |
Implements hook_field_formatter_prepare_view(). |
file_field_formatter_settings_form |
modules/file/file.field.inc |
Implements hook_field_formatter_settings_form(). |
file_field_formatter_settings_summary |
modules/file/file.field.inc |
Implements hook_field_formatter_settings_summary(). |
file_field_formatter_view |
modules/file/file.field.inc |
Implements hook_field_formatter_view(). |
_file_field_get_description_from_element |
modules/file/file.field.inc |
Retrieves the file description from a field field element. |
file_field_info |
modules/file/file.field.inc |
Implements hook_field_info(). |
file_field_insert |
modules/file/file.field.inc |
Implements hook_field_insert(). |
file_field_instance_settings_form |
modules/file/file.field.inc |
Implements hook_field_instance_settings_form(). |
file_field_is_empty |
modules/file/file.field.inc |
Implements hook_field_is_empty(). |