You are here

public function StreamingExpressionBuilder::_index_id in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/Utility/StreamingExpressionBuilder.php \Drupal\search_api_solr\Utility\StreamingExpressionBuilder::_index_id()
  2. 8.2 src/Utility/StreamingExpressionBuilder.php \Drupal\search_api_solr\Utility\StreamingExpressionBuilder::_index_id()

Returns the ID of the targeted index.

Return value

string The index ID.

File

src/Utility/StreamingExpressionBuilder.php, line 674

Class

StreamingExpressionBuilder
Provides methods for creating streaming expressions targeting a given index.

Namespace

Drupal\search_api_solr\Utility

Code

public function _index_id() {
  return $this->targetedIndexId;
}