You are here

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

Same name and namespace in other branches
  1. 8.3 src/SolrConnectorInterface.php \Drupal\search_api_solr\SolrConnectorInterface::getSolrBranch()
  2. 8 src/SolrConnectorInterface.php \Drupal\search_api_solr\SolrConnectorInterface::getSolrBranch()
  3. 8.2 src/SolrConnectorInterface.php \Drupal\search_api_solr\SolrConnectorInterface::getSolrBranch()

Gets the current Solr branch name.

Parameters

string $version: An optional Solr version string.

Return value

string The Solr branch string.

1 method overrides SolrConnectorInterface::getSolrBranch()
SolrConnectorPluginBase::getSolrBranch in src/SolrConnector/SolrConnectorPluginBase.php
Gets the current Solr branch name.

File

src/SolrConnectorInterface.php, line 89

Class

SolrConnectorInterface
The Solr connector interface.

Namespace

Drupal\search_api_solr

Code

public function getSolrBranch($version = '');