function file_test_file_delete
Implements hook_file_delete().
File
-
modules/
simpletest/ tests/ file_test.module, line 316
Code
function file_test_file_delete($file) {
_file_test_log_call('delete', array(
$file,
));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.