function webform_file_download in Webform 8.5
Same name and namespace in other branches
- 5.2 webform.module \webform_file_download()
- 5 webform.module \webform_file_download()
- 6.3 webform.module \webform_file_download()
- 6.2 webform.module \webform_file_download()
- 7.4 webform.module \webform_file_download()
- 7.3 webform.module \webform_file_download()
- 6.x webform.module \webform_file_download()
Implements hook_file_download().
File
- ./
webform.module, line 790 - Enables the creation of webforms and questionnaires.
Code
function webform_file_download($uri) {
return ManagedFile::accessFileDownload($uri);
}