file_field_widget_process_multiple |
core/modules/file/file.field.inc |
Render API callback: Processes a group of file_generic field elements. |
file_field_widget_settings_form |
core/modules/file/file.field.inc |
Implements hook_field_widget_settings_form(). |
file_field_widget_submit |
core/modules/file/file.field.inc |
Form submission handler for upload/remove button of file_field_widget_form(). |
file_field_widget_upload_validators |
core/modules/file/file.field.inc |
Retrieves the upload validators for a file field. |
file_field_widget_uri |
core/modules/file/file.field.inc |
Determines the URI for a file field instance. |
file_field_widget_value |
core/modules/file/file.field.inc |
Render API callback: Retrieves the value for the file_generic field element. |
file_file_access |
core/modules/file/file.module |
Implements hook_file_access(). |
file_file_delete |
core/modules/file/file.file.inc |
Implements hook_file_delete(). |
file_file_download |
core/modules/file/file.module |
Implements hook_file_download(). |
file_file_formatter_file_field_settings |
core/modules/file/file.module |
Implements hook_file_formatter_FORMATTER_settings(). |
file_file_formatter_file_field_view |
core/modules/file/file.module |
Implements hook_file_formatter_FORMATTER_view(). |
file_file_formatter_file_image_settings |
core/modules/file/file.module |
Implements hook_file_formatter_FORMATTER_settings(). |
file_file_formatter_file_image_view |
core/modules/file/file.module |
Implements hook_file_formatter_FORMATTER_view(). |
file_file_formatter_info |
core/modules/file/file.module |
Implements hook_file_formatter_info(). |
file_file_insert |
core/modules/file/file.file.inc |
Implements hook_file_insert(). |
file_file_is_readable |
core/modules/file/file.module |
Check if a file entity is readable or not. |
file_file_load |
core/modules/file/file.file.inc |
Implements hook_file_load(). |
file_file_metadata_info |
core/modules/file/file.file.inc |
Implements hook_file_metadata_info(). |
file_file_mimetype_mapping_alter |
core/modules/file/file.file.inc |
Implements hook_file_mimetype_mapping_alter(). |
file_file_predelete |
core/modules/file/file.module |
Implements hook_file_predelete(). |
file_file_presave |
core/modules/file/file.file.inc |
Implements hook_file_presave(). |
file_file_type |
core/modules/file/file.file.inc |
Implements hook_file_type(). |
file_file_update |
core/modules/file/file.file.inc |
Implements hook_file_update(). |
file_fnmatch Deprecated |
core/modules/file/file.module |
A wrapper function for the PHP function fnmatch(). |
file_get_content_headers |
core/includes/file.inc |
Examines a file entity and returns appropriate content headers for download. |
file_get_download_token |
core/modules/file/file.module |
|
file_get_filetype_candidates |
core/modules/file/file.pages.inc |
Get the candidate filetypes for a given file. |
file_get_file_references |
core/modules/file/file.module |
Retrieves a list of references to a file. |
file_get_mimetype |
core/includes/file.inc |
Determines an Internet Media Type or MIME type from a filename. |
file_get_mimetype_type |
core/modules/file/file.module |
|
file_get_public_and_private_stream_wrapper_names |
core/modules/file/file.module |
|
file_get_stream_wrapper |
core/modules/file/file.module |
Return a specific stream wrapper's registry information. |
file_get_stream_wrappers |
core/includes/file.inc |
Provides Backdrop stream wrapper registry. |
file_get_type |
core/modules/file/file.module |
Determines file type for a given file. |
file_get_upload_validators |
core/modules/file/file.pages.inc |
Retrieves the upload validators for a file. |
file_hook_info |
core/modules/file/file.module |
Implements hook_hook_info(). |
file_htaccess_lines |
core/includes/file.inc |
Returns the standard .htaccess lines that Backdrop adds to file directories. |
file_icon_map |
core/modules/file/file.module |
Determines the generic icon MIME package based on a file's MIME type. |
file_icon_path |
core/modules/file/file.module |
Creates a path to the icon for a file entity. |
file_icon_url |
core/modules/file/file.module |
Creates a URL to the icon for a file entity. |
file_info_cache_clear |
core/modules/file/file.module |
Clears caches that are related to file entity. |
file_info_formatter_types |
core/modules/file/file.admin.inc |
Returns information about file formatters from hook_file_formatter_info(). |
file_invalidate_field_caches |
core/modules/file/file.module |
Clear the field cache for any entities referencing a specific file. |
file_is_local |
core/modules/file/file.module |
Check if a file entity is considered local or not. |
file_is_page |
core/modules/file/file.module |
Returns whether the current page is the full page view of the passed-in file. |
file_is_writeable |
core/modules/file/file.module |
Check if a file entity is considered writeable or not. |
file_list_permissions |
core/modules/file/file.module |
Helper function to generate standard file permission list for a given type. |
file_list_types_page |
core/modules/file/file.admin.inc |
Displays the file type admin overview page. |
file_load |
core/includes/file.inc |
Loads a single file entity from the database. |
file_load_multiple |
core/includes/file.inc |
Loads file entities from the database. |