protected property EntityListBuilder::$limit in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\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 48 - Contains \Drupal\Core\Entity\EntityListBuilder.
Class
- EntityListBuilder
- Defines a generic implementation to build a listing of entities.
Namespace
Drupal\Core\EntityCode
protected $limit = 50;