public function SolrRequestDispatcherInterface::getRequestDispatcher in Search API Solr 8.3
Same name and namespace in other branches
- 4.x 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_solrCode
public function getRequestDispatcher();