You are here

public function SolrConnectorInterface::serverRestGet in Search API Solr 8.2

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

Sends a REST GET request to the Solr server and returns the result.

Parameters

string $path: The path to append to the base URI.

Return value

string The decoded response.

1 method overrides SolrConnectorInterface::serverRestGet()
SolrConnectorPluginBase::serverRestGet in src/SolrConnector/SolrConnectorPluginBase.php
Sends a REST GET request to the Solr server and returns the result.

File

src/SolrConnectorInterface.php, line 196

Class

SolrConnectorInterface

Namespace

Drupal\search_api_solr

Code

public function serverRestGet($path);