You are here

Functions in File Entity (fieldable files) 7

Primary tabs

Namesort descending Location Description Direct uses Strings
file_build_content ./file_entity.file_api.inc Builds a structured array representing the file's content. 1
file_displays ./file_entity.file_api.inc Returns an array of possible displays to use for a file type in a given view mode. 1 1
file_displays_load ./file_entity.file_api.inc Returns an array of {file_display} objects for the file type and view mode. 3
file_display_new ./file_entity.file_api.inc Creates a new {file_display} object. 1
file_display_save ./file_entity.file_api.inc Saves a {file_display} object to the database. 1
file_entity_access ./file_entity.module Access callback for files. 1
file_entity_admin_files ./file_entity.admin.inc Administrative form for browsing files and performing operations on them. 1
file_entity_admin_files_submit ./file_entity.admin.inc Submit handler for file_entity_admin_files.
file_entity_admin_files_validate ./file_entity.admin.inc Validate file_entity_admin_files form submissions.
file_entity_admin_paths ./file_entity.module Implements hook_admin_paths().
file_entity_delete_submit ./file_entity.pages.inc Form submit handler for the Delete button on the media edit form. 1
file_entity_edit ./file_entity.pages.inc Form builder: Builds the edit file form. 1
file_entity_edit_submit ./file_entity.pages.inc Form submit handler for the media submit form. 1
file_entity_edit_validate ./file_entity.pages.inc Form validation handler for the file entity edit form.
file_entity_entity_info_alter ./file_entity.module Implements hook_entity_info_alter().
file_entity_field_extra_fields ./file_entity.module Implements hook_field_extra_fields().
file_entity_field_formatter_info ./file_entity.field.inc Implements hook_field_formatter_info().
file_entity_field_formatter_settings_form ./file_entity.field.inc Implements hook_field_formatter_settings_form().
file_entity_field_formatter_settings_summary ./file_entity.field.inc Implements hook_field_formatter_settings_summary().
file_entity_field_formatter_view ./file_entity.field.inc Implements hook_field_formatter_view().
file_entity_file_delete ./file_entity.module Implements hook_file_delete().
file_entity_file_display_form ./file_entity.admin.inc Form callback; presents file display settings for a given view mode. 1
file_entity_file_display_form_submit ./file_entity.admin.inc Process file display settings form submissions.
file_entity_file_formatter_file_field_settings ./file_entity.module Implements hook_file_formatter_FORMATTER_settings(). 1
file_entity_file_formatter_file_field_view ./file_entity.module Implements hook_file_formatter_FORMATTER_view(). 1
file_entity_file_formatter_file_image_settings ./file_entity.module Implements hook_file_formatter_FORMATTER_settings(). 1
file_entity_file_formatter_file_image_view ./file_entity.module Implements hook_file_formatter_FORMATTER_view(). 1
file_entity_file_formatter_info ./file_entity.module Implements hook_file_formatter_info().
file_entity_file_insert ./file_entity.module Implements hook_file_insert().
file_entity_file_mimetype_mapping_alter ./file_entity.module Implements hook_file_mimetype_mapping_alter().
file_entity_file_operations_info ./file_entity.module Implements hook_file_operations_info().
file_entity_file_presave ./file_entity.module Implements hook_file_presave().
file_entity_file_update ./file_entity.module Implement hook_file_update().
file_entity_get_hidden_stream_wrappers ./file_entity.module Helper function to get a list of hidden stream wrappers. 1
file_entity_help ./file_entity.module Implements hook_help().
file_entity_install ./file_entity.install Implements hook_install().
file_entity_list_types_page ./file_entity.admin.inc Displays the file type admin overview page. 1
file_entity_menu ./file_entity.module Implements hook_menu().
file_entity_modules_disabled ./file_entity.module Implements hook_modules_disabled().
file_entity_modules_enabled ./file_entity.module Implements hook_modules_enabled().
file_entity_multiple_delete_confirm ./file_entity.pages.inc Confirm form for the request to delete files. 1 1
file_entity_multiple_delete_confirm_operation ./file_entity.module File operation to show a confirm form for file deletion. 1
file_entity_multiple_delete_confirm_submit ./file_entity.pages.inc Attempt to delete files and notify the user of the result. 1
file_entity_page_delete ./file_entity.pages.inc Menu callback; shows delete confirmation form. 1
file_entity_page_edit ./file_entity.pages.inc Menu callback; presents the Media editing form. 1
file_entity_permission ./file_entity.module Implement hook_permission().
file_entity_schema ./file_entity.install Implements hook_schema().
file_entity_schema_alter ./file_entity.install Implements hook_schema_alter(). 1
file_entity_test_add_form tests/file_entity_test.pages.inc Form callback; upload a file. 1
file_entity_test_add_form_submit tests/file_entity_test.pages.inc Form submit callback; save the uploaded file.

Pages

Other projects