You are here

protected property PathautoPatternListBuilder::$limit in Pathauto 8

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 DraggableListBuilder::$limit

File

src/PathautoPatternListBuilder.php, line 16

Class

PathautoPatternListBuilder
Provides a listing of Pathauto pattern entities.

Namespace

Drupal\pathauto

Code

protected $limit = FALSE;