hook_file_update

Versions
7
hook_file_update(&$file)

Respond to a file being updated.

This hook is called when file_save() is called on an existing file.

See also

file_save()

Parameters

$file The file that has just been updated.

Related topics

Code

modules/system/system.api.php, line 1505

<?php
function hook_file_update(&$file) {

}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.