protected property BlockListBuilder::$limit in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/BlockListBuilder.php \Drupal\block\BlockListBuilder::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
Overrides EntityListBuilder::$limit
File
- core/
modules/ block/ src/ BlockListBuilder.php, line 62 - Contains \Drupal\block\BlockListBuilder.
Class
- BlockListBuilder
- Defines a class to build a listing of block entities.
Namespace
Drupal\blockCode
protected $limit = FALSE;