protected property AbstractSolrEntityListBuilder::$limit in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/Controller/AbstractSolrEntityListBuilder.php \Drupal\search_api_solr\Controller\AbstractSolrEntityListBuilder::limit
The number of entities to list per page, or FALSE to list all entities.
Type: int|false
Overrides EntityListBuilder::$limit
File
- src/
Controller/ AbstractSolrEntityListBuilder.php, line 44
Class
- AbstractSolrEntityListBuilder
- Provides a listing of Solr Entities.
Namespace
Drupal\search_api_solr\ControllerCode
protected $limit = FALSE;