| Versionen | |
|---|---|
| drupal7 | hook_file_update(&$file) |
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.
modules/
<?php
function hook_file_update(&$file) {
}
?>
Kommentare
Kommentar hinzufügen