1 file_test.module file_test_file_predelete(File $file)

Implements hook_file_predelete().

File

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

Code

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