1.20.x file_test.module file_test_file_predelete(File $file)

Implements hook_file_predelete().

File

modules/simpletest/tests/file_test.module, line 316
Helper module for the file tests.

Code

function file_test_file_predelete(File $file) {
  _file_test_log_call('delete', array($file->fid));
}