You are here

protected property CivicrmEntityListBuilder::$limit in CiviCRM Entity 8.3

The number of entities to list per page, or FALSE to list all entities.

For example, set this to FALSE if the list uses client-side filters that require all entities to be listed (like the views overview).

Type: int|false

Overrides EntityListBuilder::$limit

File

src/CivicrmEntityListBuilder.php, line 11

Class

CivicrmEntityListBuilder

Namespace

Drupal\civicrm_entity

Code

protected $limit = 25;