Supports file operations including Manage and Delete.

File

core/modules/file/file.pages.inc

Functions

Namesort ascending Description
_file_usage_list_links Build a list of links to content that references a file.
_file_usage_get_total Get the complete total number of known usages for a file.
file_view_page Menu callback; view a single file entity.
file_usage_page Page callback to show file usage information.
file_upload_destination_uri Determines the upload location for the file add upload form.
file_multiple_delete_confirm_submit Form submission handler for file_multiple_delete_confirm().
file_multiple_delete_confirm Multiple file deletion confirmation form.
file_manage_form_validate Form validation handler for file_manage_form().
file_manage_form_submit Form submission handler for the 'Save' button for file_manage_form().
file_manage_form Page callback: Form constructor for the file manage form.
file_get_upload_validators Retrieves the upload validators for a file.
file_get_filetype_candidates Get the candidate filetypes for a given file.
file_download_page Menu callback; download a single file entity.
file_delete_redirect_form Submit handler for delete button on file manage forms.
file_delete_form_submit Form submission handler for file_delete_form().
file_delete_form Page callback: Form constructor for the file deletion confirmation form.
file_add_upload_step_scheme Generate form fields for the third step in the add file wizard.
file_add_upload_step_filetype Generate form fields for the second step in the add file wizard.
file_add_upload_step_fields Generate form fields for the fourth step in the add file wizard.
file_add_form_validate Validation handler for file_add_form().
file_add_form_submit Submit handler for the add file form.
file_add_form Form callback for adding a file via an upload form.