You are here

function fe_paths_file_delete in File Entity Paths 7.2

Implements hook_file_delete().

File

./fe_paths.module, line 189
Contains functions for the File Entity Paths module.

Code

function fe_paths_file_delete($file) {
  fe_paths_usage_delete($file->fid);
}