function file_test_file_download
Implements hook_file_download().
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ file_test.module, line 272 - Helper module for the file tests.
Código
function file_test_file_download($uri) {
_file_test_log_call('download', array($uri));
return _file_test_get_return('download');
}