11 calls to uc_file_get_by_id() in Ubercart 8.4
- ActionForm::buildForm in uc_file/
src/ Form/ ActionForm.php - Form constructor.
- ActionForm::buildJsFileDisplay in uc_file/
src/ Form/ ActionForm.php - Shows all possible files in selectable list.
- DownloadController::download in uc_file/
src/ Controller/ DownloadController.php - Handles file downloading and error states.
- FileDeleteForm::buildForm in uc_file/
src/ Form/ FileDeleteForm.php - Form constructor.
- FileDeleteForm::buildJsFileDisplay in uc_file/
src/ Form/ FileDeleteForm.php - Shows all possible files in selectable list.
- uc_file_remove_user_file_by_id in uc_file/
uc_file.module - Removes a user's downloadable file by hash key.
- uc_file_user_renew in uc_file/
uc_file.module - Adds file(s) to a user's list of downloadable files, accumulating limits.
- _uc_file_gather_files in uc_file/
uc_file.module - Retrieves an updated list of available downloads.
- _uc_file_get_dir_file_ids in uc_file/
uc_file.module - Returns a list of file ids that are in the directory.
- _uc_file_sort_fids in uc_file/
uc_file.module - Takes a list of file ids and sort the list in descending order.
- _uc_file_sort_names in uc_file/
uc_file.module - Takes a list of file ids and sort the list by the associated filenames.