You are here

constant UC_FILE_PAGER_SIZE in Ubercart 8.4

Same name and namespace in other branches
  1. 5 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

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

3 uses of UC_FILE_PAGER_SIZE
DownloadController::userDownloads in uc_file/src/Controller/DownloadController.php
Table builder for user downloads.
FileController::show in uc_file/src/Controller/FileController.php
Displays list of all files available to attach to products.
ShowForm::buildForm in uc_file/src/Form/ShowForm.php
Form constructor.

File

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

Code

define('UC_FILE_PAGER_SIZE', 50);