public function SolrRequestHandlerInterface::getRequestHandler in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrRequestHandlerInterface.php \Drupal\search_api_solr\SolrRequestHandlerInterface::getRequestHandler()
Gets the Solr RequestHandler definition as nested associative array.
Return value
array The Solr RequestHandler definition as nested associative array.
1 method overrides SolrRequestHandlerInterface::getRequestHandler()
- SolrRequestHandler::getRequestHandler in src/
Entity/ SolrRequestHandler.php - Gets the Solr RequestHandler definition as nested associative array.
File
- src/
SolrRequestHandlerInterface.php, line 24
Class
- SolrRequestHandlerInterface
- Provides an interface defining a SolrRequestHandler entity.
Namespace
Drupal\search_api_solrCode
public function getRequestHandler();