You are here

Functions in Media Update 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_media_update_updated ./media_update.api.php Allows other modules to be notified when a user updates an existing media file with a new file.
mediau_update_uninstall ./media_update.install Implements hook_uninstall().
media_update_file_presave ./media_update.module Implements hook_file_presave().
media_update_form_media_edit_alter ./media_update.module Implements hook_form_FORM_ID_alter().
media_update_form_system_file_system_settings_alter ./media_update.admin.inc Implements hook_form_FORM_ID_alter().
media_update_get_update_params ./media_update.module Given a schema, return the relevant fields for updating a particular media item. 1
media_update_media_update_params ./media_update.module Implements hook_media_update_params().
media_update_presubmit ./media_update.module Provides submit handling based on hook_media_update_params. 1
media_update_update_7100 ./media_update.install Converts the old variable settings to the new settings format.
media_update_validate ./media_update.module Provides validation based on hook_media_update_params. 1
_media_update_original_file ./media_update.module Helper function to provide a static cache of our original file so that it can be referenced outside of the form context (aka in file_presave). 3
_media_update_should_validate ./media_update.module Helper function to determine if our validation function should or should not be run. 1

Other projects