function file_test_file_predelete

Implements hook_file_predelete().

File

drupal/core/modules/file/tests/file_test/file_test.module, line 209
Helper module for the file tests.

Code

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