You are here

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

Sets the intercept property.

File

modules/search_api_solr_legacy/tests/modules/search_api_solr_legacy_test/src/Plugin/SolrConnector/Solr36TestConnector.php, line 96

Class

Solr36TestConnector
Solr 36 test connector.

Namespace

Drupal\search_api_solr_legacy_test\Plugin\SolrConnector

Code

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