You are here

public function BasicAuthTestSolrCloudConnector::setIntercept in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 tests/modules/search_api_solr_test/src/Plugin/SolrConnector/BasicAuthTestSolrCloudConnector.php \Drupal\search_api_solr_test\Plugin\SolrConnector\BasicAuthTestSolrCloudConnector::setIntercept()

Sets the intercept property.

File

tests/modules/search_api_solr_test/src/Plugin/SolrConnector/BasicAuthTestSolrCloudConnector.php, line 96

Class

BasicAuthTestSolrCloudConnector
Basic auth Solr test connector.

Namespace

Drupal\search_api_solr_test\Plugin\SolrConnector

Code

public function setIntercept(bool $intercept) {
  $this->intercept = $intercept;
}