function yamlform_file_download in YAML Form 8
Implements hook_file_download().
File
- ./
yamlform.module, line 336 - Enables the creation of forms and questionnaires.
Code
function yamlform_file_download($uri) {
return ManagedFile::accessFileDownload($uri);
}