You are here

public function SolrDocumentDefinitionInterface::getIndexId in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/TypedData/SolrDocumentDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrDocumentDefinitionInterface::getIndexId()

Gets the Search API Index ID.

Return value

string|null The Index ID, or NULL if the Index is unknown.

1 method overrides SolrDocumentDefinitionInterface::getIndexId()
SolrDocumentDefinition::getIndexId in src/TypedData/SolrDocumentDefinition.php
Gets the Search API Index ID.

File

src/TypedData/SolrDocumentDefinitionInterface.php, line 18

Class

SolrDocumentDefinitionInterface
Interface for typed data Solr document definitions.

Namespace

Drupal\search_api_solr\TypedData

Code

public function getIndexId();