You are here

protected property PromotionListBuilder::$limit in Commerce Core 8.2

Divide the limit by 2 (because we have 2 listings).

Type: int

Overrides EntityListBuilder::$limit

File

modules/promotion/src/PromotionListBuilder.php, line 67

Class

PromotionListBuilder
Defines the list builder for promotions.

Namespace

Drupal\commerce_promotion

Code

protected $limit = 25;