You are here

protected property DraggableListBuilder::$limit in Drupal 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

core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 40

Class

DraggableListBuilder
Defines a class to build a draggable listing of configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

protected $limit = FALSE;