public function SolrRequestDispatcher::getName 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::getName()
Gets the Solr Entity name.
Return value
string The Solr Entity name.
Overrides AbstractSolrEntity::getName
File
- src/
Entity/ SolrRequestDispatcher.php, line 67
Class
- SolrRequestDispatcher
- Defines the SolrRequestDispatcher entity.
Namespace
Drupal\search_api_solr\EntityCode
public function getName() : string {
return $this->request_dispatcher['name'] . '_' . $this
->isRecommended();
}