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