public function SolrFieldTypeInterface::getMinimumSolrVersion in Search API Solr 8.2
Gets the minimum Solr version that is supported by this Solr Field Type.
Return value
string A Solr version string.
1 method overrides SolrFieldTypeInterface::getMinimumSolrVersion()
- SolrFieldType::getMinimumSolrVersion in src/
Entity/ SolrFieldType.php - Gets the minimum Solr version that is supported by this Solr Field Type.
File
- src/
SolrFieldTypeInterface.php, line 180
Class
- SolrFieldTypeInterface
- Provides an interface defining a SolrFieldType entity.
Namespace
Drupal\search_api_solrCode
public function getMinimumSolrVersion();