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