function file_test_file_download

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

Implements hook_file_download().

File

modules/simpletest/tests/file_test.module, line 280

Code

function file_test_file_download($uri) {
  _file_test_log_call('download', array(
    $uri,
  ));
  return _file_test_get_return('download');
}

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