| 7 system.api.php | hook_file_update($file) |
| 8 system.api.php | hook_file_update($file) |
Respond to a file being updated.
This hook is called when file_save() is called on an existing file.
Parameters
$file: The file that has just been updated.
See also
Related topics
2 functions implement hook_file_update()
1 invocation of hook_file_update()
File
- modules/
system/ system.api.php, line 2769 - Hooks provided by Drupal core and the System module.
Code
function hook_file_update($file) {
}
Login or register to post comments