You are here

function webform_file_download in Webform 6.x

Same name and namespace in other branches
  1. 8.5 webform.module \webform_file_download()
  2. 5.2 webform.module \webform_file_download()
  3. 5 webform.module \webform_file_download()
  4. 6.3 webform.module \webform_file_download()
  5. 6.2 webform.module \webform_file_download()
  6. 7.4 webform.module \webform_file_download()
  7. 7.3 webform.module \webform_file_download()

Implements hook_file_download().

File

./webform.module, line 789
Enables the creation of webforms and questionnaires.

Code

function webform_file_download($uri) {
  return ManagedFile::accessFileDownload($uri);
}