| 7 system.api.php | hook_file_move($file, $source) |
| 8 system.api.php | hook_file_move($file, $source) |
Respond to a file that has been moved.
Parameters
$file: The updated file object after the move.
$source: The original file object before the move.
See also
Related topics
3 functions implement hook_file_move()
1 invocation of hook_file_move()
File
- modules/
system/ system.api.php, line 2797 - Hooks provided by Drupal core and the System module.
Code
function hook_file_move($file, $source) {
}
Login or register to post comments