| Versionen | |
|---|---|
| drupal7 | hook_file_copy($file, $source) |
Respond to a file that has been copied.
see file_copy()
$file The newly copied file object.
$source The original file before the copy.
None.
modules/
<?php
function hook_file_copy($file, $source) {
}
?>
Kommentare
Kommentar hinzufügen