ViewListBuilder::$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/views_ui/src/ViewListBuilder.php, line 30

Class

ViewListBuilder
Defines a class to build a listing of view entities.

Namespace

Drupal\views_ui

Code

1
protected $limit;
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.