You are here

protected property AbstractSolrEntityListBuilder::$limit in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x 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\Controller

Code

protected $limit = FALSE;