constant UC_FILE_PAGER_SIZE in Ubercart 6.2
Same name and namespace in other branches
- 8.4 uc_file/uc_file.module \UC_FILE_PAGER_SIZE
- 5 uc_file/uc_file.module \UC_FILE_PAGER_SIZE
- 7.3 uc_file/uc_file.module \UC_FILE_PAGER_SIZE
The max amount of files shown on any page that displays files in a table/pager.
4 uses of UC_FILE_PAGER_SIZE
- theme_uc_file_admin_files_form_show in uc_file/
uc_file.admin.inc - Returns HTML for uc_file_admin_files_form_show().
- theme_uc_file_user_downloads in uc_file/
uc_file.pages.inc - Themes user file downloads page.
- uc_file_admin_files_form_show_files in uc_file/
uc_file.admin.inc - Displays all files that may be purchased and downloaded for administration.
- uc_file_user_downloads in uc_file/
uc_file.pages.inc - Table builder for user downloads.
File
- uc_file/
uc_file.module, line 22
Code
define('UC_FILE_PAGER_SIZE', 50);