function file_file_delete
Implements hook_file_delete().
Archivo
- drupal-7.x/
modules/ file/ file.module, line 350 - Defines a "managed_file" Form API field and a "file" field for Field module.
Código
function file_file_delete($file) {
// TODO: Remove references to a file that is in-use.
}