You are here

constant UC_FILE_PAGER_SIZE in Ubercart 5

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

@file Allows products to be associated with downloadable files.

uc_file allows ubercart products to have associated downloadable files. Optionally, after a customer purchases such a product they will be sent a download link via email. Additionally, after logging on a customer can download files via their account page. Optionally, an admininstrator can set restrictions on how and when files are downloaded.

Development sponsored by the Ubercart project. http://www.ubercart.org

2 uses of UC_FILE_PAGER_SIZE
theme_uc_file_files_form in uc_file/uc_file.module
Implementation of theme_form($form)
uc_file_user_downloads in uc_file/uc_file.module
Table builder for user downloads

File

uc_file/uc_file.module, line 16
Allows products to be associated with downloadable files.

Code

define('UC_FILE_PAGER_SIZE', 50);