media_update.api.php in Media Update 7
Same filename and directory in other branches
Hooks provided by the media_update module.
File
media_update.api.phpView source
<?php
/**
* @file
* Hooks provided by the media_update module.
*/
/**
* Allows other modules to be notified when a user
* updates an existing media file with a new file.
*
* @param $file
* The original file object from before the update.
*/
function hook_media_update_updated($file) {
}
Functions
Name![]() |
Description |
---|---|
hook_media_update_updated | Allows other modules to be notified when a user updates an existing media file with a new file. |