You are here

protected property AbstractSolrEntity::$minimum_solr_version in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/Entity/AbstractSolrEntity.php \Drupal\search_api_solr\Entity\AbstractSolrEntity::minimum_solr_version

Minimum Solr version required by this config.

Type: string

File

src/Entity/AbstractSolrEntity.php, line 32

Class

AbstractSolrEntity
Defines the abstract base class for Solr config entities.

Namespace

Drupal\search_api_solr\Entity

Code

protected $minimum_solr_version;