public function SolrConfigInterface::setMinimumSolrVersion in Search API Solr 8.3
Same name and namespace in other branches
- 4.x src/SolrConfigInterface.php \Drupal\search_api_solr\SolrConfigInterface::setMinimumSolrVersion()
Sets the minimum Solr version that is supported by this Solr Field Type.
Parameters
string $minimum_solr_version: A Solr version string.
Return value
self
1 method overrides SolrConfigInterface::setMinimumSolrVersion()
- AbstractSolrEntity::setMinimumSolrVersion in src/
Entity/ AbstractSolrEntity.php - Sets the minimum Solr version that is supported by this Solr Field Type.
File
- src/
SolrConfigInterface.php, line 62
Class
- SolrConfigInterface
- Provides an interface defining a Solr Config entity.
Namespace
Drupal\search_api_solrCode
public function setMinimumSolrVersion($minimum_solr_version);