You are here

public function SolrRequestDispatcherInterface::getRequestDispatcher in Search API Solr 4.x

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

Gets the Solr RequestDispatcher definition as nested associative array.

Return value

array The Solr RequestDispatcher definition as nested associative array.

1 method overrides SolrRequestDispatcherInterface::getRequestDispatcher()
SolrRequestDispatcher::getRequestDispatcher in src/Entity/SolrRequestDispatcher.php
Gets the Solr RequestDispatcher definition as nested associative array.

File

src/SolrRequestDispatcherInterface.php, line 24

Class

SolrRequestDispatcherInterface
Provides an interface defining a SolrRequestDispatcher entity.

Namespace

Drupal\search_api_solr

Code

public function getRequestDispatcher();