| 7 system.api.php | hook_file_copy($file, $source) |
| 8 system.api.php | hook_file_copy($file, $source) |
Respond to a file that has been copied.
Parameters
$file: The newly copied file object.
$source: The original file before the copy.
See also
Related topics
1 function implements hook_file_copy()
1 invocation of hook_file_copy()
File
- modules/
system/ system.api.php, line 2783 - Hooks provided by Drupal core and the System module.
Code
function hook_file_copy($file, $source) {
}
Login or register to post comments