You are here

public function SolrConfigInterface::getPurposeId in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x 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_solr

Code

public function getPurposeId() : string;