You are here

protected property DomainMenusListBuilder::$limit in Domain Menus for Domains 3.x

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

src/DomainMenusListBuilder.php, line 15

Class

DomainMenusListBuilder
Defines a class to build a listing of domain menus.

Namespace

Drupal\domain_menus

Code

protected $limit = FALSE;