file_hook_info |
modules/file/file.module |
Implements hook_hook_info(). |
file_htaccess_lines |
includes/file.inc |
Returns the standard .htaccess lines that Backdrop adds to file directories. |
file_icon_map |
modules/file/file.module |
Determines the generic icon MIME package based on a file's MIME type. |
file_icon_path |
modules/file/file.module |
Creates a path to the icon for a file entity. |
file_icon_url |
modules/file/file.module |
Creates a URL to the icon for a file entity. |
file_info_cache_clear |
modules/file/file.module |
Clears caches that are related to file entity. |
file_info_formatter_types |
modules/file/file.admin.inc |
Returns information about file formatters from hook_file_formatter_info(). |
file_invalidate_field_caches |
modules/file/file.module |
Clear the field cache for any entities referencing a specific file. |
file_is_local |
modules/file/file.module |
Check if a file entity is considered local or not. |
file_is_page |
modules/file/file.module |
Returns whether the current page is the full page view of the passed-in file. |
file_is_writeable |
modules/file/file.module |
Check if a file entity is considered writeable or not. |
file_list_permissions |
modules/file/file.module |
Helper function to generate standard file permission list for a given type. |
file_list_types_page |
modules/file/file.admin.inc |
Displays the file type admin overview page. |
file_load |
includes/file.inc |
Loads a single file entity from the database. |
file_load_multiple |
includes/file.inc |
Loads file entities from the database. |
file_managed_file_browser_form |
modules/file/file.module |
Form to submit a file selected in the file browser. |
file_managed_file_browser_open |
modules/file/file.module |
AJAX callback for managed_file elements to open a browser modal dialog. |
file_managed_file_browser_submit |
modules/file/file.module |
AJAX callback handler for file browser selection. |
file_managed_file_pre_render |
modules/file/file.module |
Render API callback: Hides display of the upload or remove controls. |
file_managed_file_process |
modules/file/file.module |
Render API callback: Expands the managed_file element type. |
file_managed_file_save_upload |
modules/file/file.module |
Saves any files that have been uploaded into a managed_file element. |
file_managed_file_submit |
modules/file/file.module |
Form submission handler for upload / remove buttons of managed_file elements. |
file_managed_file_validate |
modules/file/file.module |
Render API callback: Validates the managed_file element. |
file_managed_file_value |
modules/file/file.module |
Render API callback: Determines the value for a managed_file type element. |
file_manage_form |
modules/file/file.pages.inc |
Page callback: Form constructor for the file manage form. |
file_manage_form_submit |
modules/file/file.pages.inc |
Form submission handler for the 'Save' button for file_manage_form(). |
file_manage_form_validate |
modules/file/file.pages.inc |
Form validation handler for file_manage_form(). |
file_match_mimetypes |
modules/file/file.module |
Checks if pattern(s) match mimetype(s). |
file_menu |
modules/file/file.module |
Implements hook_menu(). |
file_menu_local_tasks_alter |
modules/file/file.module |
Implements hook_menu_local_tasks_alter(). |
file_metadata_fetch_image_dimensions |
modules/file/file.file.inc |
Fetch the dimensions of an image and store them in the file metadata array. |
file_mimetype_mapping |
includes/file.mimetypes.inc |
Return an array of MIME extension mappings. |
file_module_test_file_download |
modules/file/tests/file_module_test/file_module_test.module |
Implements hook_file_download(). |
file_module_test_file_download_access |
modules/file/tests/file_module_test/file_module_test.module |
Implements hook_file_download_access(). |
file_module_test_form |
modules/file/tests/file_module_test/file_module_test.module |
Form constructor for testing a 'managed_file' element. |
file_module_test_form_submit |
modules/file/tests/file_module_test/file_module_test.module |
Form submission handler for file_module_test_form(). |
file_module_test_menu |
modules/file/tests/file_module_test/file_module_test.module |
Implements hook_menu(). |
file_move |
includes/file.inc |
Moves a file to a new location and update the file's database entry. |
file_multiple_delete_confirm |
modules/file/file.pages.inc |
Multiple file deletion confirmation form. |
file_multiple_delete_confirm_submit |
modules/file/file.pages.inc |
Form submission handler for file_multiple_delete_confirm(). |
file_munge_filename |
includes/file.inc |
Modifies a filename as needed for security purposes. |
file_permission |
modules/file/file.module |
Implements hook_permission(). |
file_permissions_get_configured_types |
modules/file/file.module |
Returns an array of file types that should be managed by permissions. |
file_prepare_directory |
includes/file.inc |
Checks that the directory exists and is writable. |
file_progress_implementation |
modules/file/file.module |
Determines the preferred upload progress implementation. |
file_query_entity_field_access_alter |
modules/file/file.module |
Implements hook_query_TAG_alter(). |
_file_query_file_access_alter |
modules/file/file.module |
Helper for file entity access functions. |
file_query_file_access_alter |
modules/file/file.module |
Implements hook_query_TAG_alter(). |
file_requirements |
modules/file/file.install |
Implements hook_requirements(). |
file_save |
includes/file.inc |
Saves a new or updated file. |