You are here

media_update.api.php in Media Update 7

Same filename and directory in other branches
  1. 7.2 media_update.api.php

Hooks provided by the media_update module.

File

media_update.api.php
View 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

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