You are here

public function SolrBackendInterface::getDomain in Search API Solr 8.3

Same name and namespace in other branches
  1. 8.2 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::getDomain()
  2. 4.x src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::getDomain()

Returns the targeted content domain of the server.

Return value

string The content domain.

1 method overrides SolrBackendInterface::getDomain()
SearchApiSolrBackend::getDomain in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Returns the targeted content domain of the server.

File

src/SolrBackendInterface.php, line 151

Class

SolrBackendInterface
Defines an interface for Solr search backend plugins.

Namespace

Drupal\search_api_solr

Code

public function getDomain();