You are here

public function SolrBackendInterface::isNonDrupalOrOutdatedConfigSetAllowed in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::isNonDrupalOrOutdatedConfigSetAllowed()

Indicates if the the current Solr config should not be verified.

Return value

bool

1 method overrides SolrBackendInterface::isNonDrupalOrOutdatedConfigSetAllowed()
SearchApiSolrBackend::isNonDrupalOrOutdatedConfigSetAllowed in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Indicates if the the current Solr config should not be verified.

File

src/SolrBackendInterface.php, line 378

Class

SolrBackendInterface
Defines an interface for Solr search backend plugins.

Namespace

Drupal\search_api_solr

Code

public function isNonDrupalOrOutdatedConfigSetAllowed() : bool;