constant UC_REPORT_MAX_RECORDS in Ubercart 8.4
The maximum number of records.
3 uses of UC_REPORT_MAX_RECORDS
- Reports::customers in uc_report/
src/ Controller/ Reports.php - Displays the customer report.
- Reports::customProducts in uc_report/
src/ Controller/ Reports.php - Displays the custom product report.
- Reports::products in uc_report/
src/ Controller/ Reports.php - Displays the product reports.
File
- uc_report/
src/ Controller/ Reports.php, line 17
Namespace
Drupal\uc_report\ControllerCode
define('UC_REPORT_MAX_RECORDS', PHP_INT_MAX);