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;
Please login to continue.