public function SolrRequestDispatcher::getRequestDispatcher in Search API Solr 8.3
Same name and namespace in other branches
- 4.x 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\EntityCode
public function getRequestDispatcher() {
return $this->request_dispatcher;
}