You are here

Functions in D7 Media 7

Primary tabs

Namesort descending Location Description Direct uses Strings
file_displays file_entity/file_entity.file_api.inc Returns an array of possible displays to use for a file type in a given view mode. 1 2
file_displays_load file_entity/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_entity.file_api.inc Creates a new {file_display} object. 1
file_display_save file_entity/file_entity.file_api.inc Saves a {file_display} object to the database. 1
file_entity_entity_info_alter file_entity/file_entity.module Implements hook_entity_info_alter().
file_entity_field_extra_fields file_entity/file_entity.module Implements hook_field_extra_fields().
file_entity_field_formatter_info file_entity/file_entity.field.inc Implements hook_field_formatter_info().
file_entity_field_formatter_settings_form file_entity/file_entity.field.inc Implements hook_field_formatter_settings_form().
file_entity_field_formatter_settings_summary file_entity/file_entity.field.inc Implements hook_field_formatter_settings_summary().
file_entity_field_formatter_view file_entity/file_entity.field.inc Implements hook_field_formatter_view().
file_entity_file_delete file_entity/file_entity.module Implements hook_file_delete().
file_entity_file_display_form file_entity/file_entity.admin.inc Form callback; presents file display settings for a given view mode. 1
file_entity_file_display_form_submit file_entity/file_entity.admin.inc Process file display settings form submissions.
file_entity_file_formatter_file_field_settings file_entity/file_entity.module Implements hook_file_formatter_FORMATTER_settings(). 1
file_entity_file_formatter_file_field_view file_entity/file_entity.module Implements hook_file_formatter_FORMATTER_view(). 1
file_entity_file_formatter_file_image_settings file_entity/file_entity.module Implements hook_file_formatter_FORMATTER_settings(). 1
file_entity_file_formatter_file_image_view file_entity/file_entity.module Implements hook_file_formatter_FORMATTER_view(). 1
file_entity_file_formatter_info file_entity/file_entity.module Implements hook_file_formatter_info().
file_entity_file_insert file_entity/file_entity.module Implements hook_file_insert().
file_entity_file_is_local file_entity/file_entity.module Check if a file entity is considered local or not. 2
file_entity_file_load file_entity/file_entity.module Implements hook_file_load().
file_entity_file_mimetype_mapping_alter file_entity/file_entity.module Implements hook_file_mimetype_mapping_alter().
file_entity_file_presave file_entity/file_entity.module Implements hook_file_presave().
file_entity_file_update file_entity/file_entity.module Implement hook_file_update().
file_entity_help file_entity/file_entity.module Implements hook_help().
file_entity_image_dimensions file_entity/file_entity.module Retrieve the dimensions of an image file and store them in the {image dimensions} table. 3
file_entity_install file_entity/file_entity.install Implements hook_install().
file_entity_list_types_page file_entity/file_entity.admin.inc Displays the file type admin overview page. 1
file_entity_menu file_entity/file_entity.module Implements hook_menu().
file_entity_modules_disabled file_entity/file_entity.module Implements hook_modules_disabled().
file_entity_modules_enabled file_entity/file_entity.module Implements hook_modules_enabled().
file_entity_schema file_entity/file_entity.install Implements hook_schema().
file_entity_schema_alter file_entity/file_entity.install Implements hook_schema_alter(). 1
file_entity_test_add_form file_entity/tests/file_entity_test.pages.inc Form callback; upload a file. 1
file_entity_test_add_form_submit file_entity/tests/file_entity_test.pages.inc Form submit callback; save the uploaded file.
file_entity_test_edit_form file_entity/tests/file_entity_test.pages.inc Form callback; edit a file. 1
file_entity_test_edit_form_submit file_entity/tests/file_entity_test.pages.inc Form submit handler for the file edit form
file_entity_test_edit_form_validate file_entity/tests/file_entity_test.pages.inc Form validation handler for the file edit form.
file_entity_test_entity_info_alter file_entity/tests/file_entity_test.module Implements hook_entity_info_alter().
file_entity_test_file_type_file_entity_test_claim file_entity/tests/file_entity_test.module Implements hook_file_type_TYPE_claim(). 1
file_entity_test_file_type_file_entity_test_default_view file_entity/tests/file_entity_test.module Implements hook_file_type_TYPE_default_view(). 1
file_entity_test_file_type_info file_entity/tests/file_entity_test.module Implements hook_file_type_info().
file_entity_test_menu file_entity/tests/file_entity_test.module Implements hook_menu().
file_entity_test_preview_page file_entity/tests/file_entity_test.pages.inc Page callback; preview a file. 1
file_entity_test_view_page file_entity/tests/file_entity_test.pages.inc Page callback; view a file. 1
file_entity_theme file_entity/file_entity.module Implements hook_theme().
file_entity_uninstall file_entity/file_entity.install Implements hook_uninstall().
file_entity_update_7000 file_entity/file_entity.install Create the {file_display} database table.
file_entity_update_7001 file_entity/file_entity.install Move file display configurations from the 'file_displays' variable to the {file_display} database table. 1
file_entity_update_7002 file_entity/file_entity.install Drupal 7.8 disallows empty string as the value for a bundle key, so update empty {file_managed}.type records to 'undefined' instead.

Pages

Other projects