You are here

public function PantheonSolrConnector::getConfiguration in Search API Pantheon 8

File

src/Plugin/SolrConnector/PantheonSolrConnector.php, line 90
Provide a connection to Pantheon's Solr instance.

Class

PantheonSolrConnector
Standard Solr connector.

Namespace

Drupal\search_api_pantheon\Plugin\SolrConnector

Code

public function getConfiguration() {
  return $this->configuration;
}