You are here

public function SolrBackendInterface::getDisabledRequestDispatchers in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::getDisabledRequestDispatchers()

Gets a list of Solr Request Dispatchers that are disabled for this backend.

Return value

String[]

1 method overrides SolrBackendInterface::getDisabledRequestDispatchers()
SearchApiSolrBackend::getDisabledRequestDispatchers in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Gets a list of Solr Request Dispatchers that are disabled for this backend.

File

src/SolrBackendInterface.php, line 385

Class

SolrBackendInterface
Defines an interface for Solr search backend plugins.

Namespace

Drupal\search_api_solr

Code

public function getDisabledRequestDispatchers() : array;