You are here

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

Gets the name of the used configset.

Return value

string|null Configset name.

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

File

src/SolrConnectorInterface.php, line 144

Class

SolrConnectorInterface
The Solr connector interface.

Namespace

Drupal\search_api_solr

Code

public function getConfigSetName() : ?string;