You are here

function hook_media_update_updated in Media Update 7

Same name and namespace in other branches
  1. 7.2 media_update.api.php \hook_media_update_updated()

Allows other modules to be notified when a user updates an existing media file with a new file.

Parameters

$file: The original file object from before the update.

1 invocation of hook_media_update_updated()
media_update_presubmit in ./media_update.module
Provides submit handling based on hook_media_update_params.

File

./media_update.api.php, line 14
Hooks provided by the media_update module.

Code

function hook_media_update_updated($file) {
}