function file_test_file_copy

Same name and namespace in other branches
  1. 7.x modules/simpletest/tests/file_test.module \file_test_file_copy()
  2. 9 core/modules/file/tests/file_test/file_test.module \file_test_file_copy()
  3. 8.9.x core/modules/file/tests/file_test/file_test.module \file_test_file_copy()
  4. 10 core/modules/file/tests/file_test/file_test.module \file_test_file_copy()

Implements hook_file_copy().

File

core/modules/file/tests/file_test/file_test.module, line 172

Code

function file_test_file_copy(File $file, $source) {
    _file_test_log_call('copy', [
        $file->id(),
        $source->id(),
    ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.