EntityListBuilder::$limit

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

File

core/lib/Drupal/Core/Entity/EntityListBuilder.php, line 43

Class

EntityListBuilder
Defines a generic implementation to build a listing of entities.

Namespace

Drupal\Core\Entity

Code

protected $limit = 50;
doc_Drupal
2016-10-29 09:06:51
Comments
Leave a Comment

Please login to continue.