public function SolrConfigInterface::getPurposeId in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrConfigInterface.php \Drupal\search_api_solr\SolrConfigInterface::getPurposeId()
Gets the identifier that describes Solr Entity's purpose.
Return value
string The Solr Entity puprpose ID.
1 method overrides SolrConfigInterface::getPurposeId()
- AbstractSolrEntity::getPurposeId in src/
Entity/ AbstractSolrEntity.php - Gets the identifier that describes Solr Entity's purpose.
File
- src/
SolrConfigInterface.php, line 78
Class
- SolrConfigInterface
- Provides an interface defining a Solr Config entity.
Namespace
Drupal\search_api_solrCode
public function getPurposeId() : string;