| Versionen | |
|---|---|
| drupal7 | hook_file_move($file, $source) |
Respond to a file that has been moved.
see file_move()
$file The updated file object after the move.
$source The original file object before the move.
None.
modules/
<?php
function hook_file_move($file, $source) {
}
?>
Kommentare
Kommentar hinzufügen