You are here

constant UC_FILE_PAGER_SIZE in Ubercart 7.3

Same name and namespace in other branches
  1. 8.4 uc_file/uc_file.module \UC_FILE_PAGER_SIZE
  2. 5 uc_file/uc_file.module \UC_FILE_PAGER_SIZE
  3. 6.2 uc_file/uc_file.module \UC_FILE_PAGER_SIZE

The maximum amount of rows shown in tables of file downloads.

2 uses of UC_FILE_PAGER_SIZE
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 17
Allows products to be associated with downloadable files.

Code

define('UC_FILE_PAGER_SIZE', 50);