hook_file_update(&$file)
drupal/modules/system/system.api.php, line 1063
Respond to a file being updated.
This hook is called when file_save() is called on an existing file.
@see file_save()
$file The file that has just been updated.
None.
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
function hook_file_update(&$file) {
}