public function StreamingExpressionBuilder::_site_hash 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::_site_hash()
- 4.x src/Utility/StreamingExpressionBuilder.php \Drupal\search_api_solr\Utility\StreamingExpressionBuilder::_site_hash()
Returns the Search API Solr Search site hash of the drupal installation.
Return value
string The site hash.
See also
File
- src/
Utility/ StreamingExpressionBuilder.php, line 686
Class
- StreamingExpressionBuilder
- Provides methods for creating streaming expressions targeting a given index.
Namespace
Drupal\search_api_solr\UtilityCode
public function _site_hash() {
return $this->targetedSiteHash;
}