You are here

public function BasicAuthTestSolrConnector::getRequestParams in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x tests/modules/search_api_solr_test/src/Plugin/SolrConnector/BasicAuthTestSolrConnector.php \Drupal\search_api_solr_test\Plugin\SolrConnector\BasicAuthTestSolrConnector::getRequestParams()

Gets the Solarium request parameters.

File

tests/modules/search_api_solr_test/src/Plugin/SolrConnector/BasicAuthTestSolrConnector.php, line 89

Class

BasicAuthTestSolrConnector
Basic auth Solr test connector.

Namespace

Drupal\search_api_solr_test\Plugin\SolrConnector

Code

public function getRequestParams() {
  return Utility::parseRequestParams(self::$request);
}