You are here

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

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

Gets the Solr RequestDispatcher definition as nested associative array.

Return value

array The Solr RequestDispatcher definition as nested associative array.

Overrides SolrRequestDispatcherInterface::getRequestDispatcher

File

src/Entity/SolrRequestDispatcher.php, line 60

Class

SolrRequestDispatcher
Defines the SolrRequestDispatcher entity.

Namespace

Drupal\search_api_solr\Entity

Code

public function getRequestDispatcher() {
  return $this->request_dispatcher;
}