You are here

protected property EntityQueueListBuilder::$limit in Entityqueue 8

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/EntityQueueListBuilder.php, line 28

Class

EntityQueueListBuilder
Defines a class that builds a listing of entity queues.

Namespace

Drupal\entityqueue

Code

protected $limit = FALSE;