protected property UrlRedirectListBuilder::$limit in Url Redirect 8
Same name and namespace in other branches
- 8.2 src/Controller/UrlRedirectListBuilder.php \Drupal\url_redirect\Controller\UrlRedirectListBuilder::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
- src/
Controller/ UrlRedirectListBuilder.php, line 13
Class
- UrlRedirectListBuilder
- Provides a listing of UrlRedirect.
Namespace
Drupal\url_redirect\ControllerCode
protected $limit = 50;