hook_file_move

Versions
7
hook_file_move($file, $source)

Respond to a file that has been moved.

See also

file_move()

Parameters

$file The updated file object after the move.

$source The original file object before the move.

Related topics

Code

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

<?php
function hook_file_move($file, $source) {

}
?>
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.