You are here

public function SolrBackendInterface::getSolrConnector in Search API Solr 8

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

Returns the Solr connector used for this backend.

Return value

\Drupal\search_api_solr\SolrConnectorInterface

Throws

\Drupal\search_api\SearchApiException

1 method overrides SolrBackendInterface::getSolrConnector()
SearchApiSolrBackend::getSolrConnector in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Returns the Solr connector used for this backend.

File

src/SolrBackendInterface.php, line 41

Class

SolrBackendInterface
Defines an interface for Solr search backend plugins.

Namespace

Drupal\search_api_solr

Code

public function getSolrConnector();