You are here

public function SolrConnectorPluginBase::getConfigSetName in Search API Solr 4.x

Gets the name of the used configset.

Return value

string|null Configset name.

Overrides SolrConnectorInterface::getConfigSetName

1 method overrides SolrConnectorPluginBase::getConfigSetName()
StandardSolrCloudConnector::getConfigSetName in src/Plugin/SolrConnector/StandardSolrCloudConnector.php
Gets the name of the used configset.

File

src/SolrConnector/SolrConnectorPluginBase.php, line 516

Class

SolrConnectorPluginBase
Defines a base class for Solr connector plugins.

Namespace

Drupal\search_api_solr\SolrConnector

Code

public function getConfigSetName() : ?string {
  return NULL;
}