public function StreamingExpressionBuilder::_index_id in Search API Solr 8.3
Same name and namespace in other branches
- 8.2 src/Utility/StreamingExpressionBuilder.php \Drupal\search_api_solr\Utility\StreamingExpressionBuilder::_index_id()
- 4.x 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\UtilityCode
public function _index_id() {
return $this->targetedIndexId;
}