public function SolrConfigInterface::getName in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrConfigInterface.php \Drupal\search_api_solr\SolrConfigInterface::getName()
Gets the Solr Entity name.
Return value
string The Solr Entity name.
1 method overrides SolrConfigInterface::getName()
- AbstractSolrEntity::getName in src/
Entity/ AbstractSolrEntity.php - Gets the Solr Entity name.
File
- src/
SolrConfigInterface.php, line 70
Class
- SolrConfigInterface
- Provides an interface defining a Solr Config entity.
Namespace
Drupal\search_api_solrCode
public function getName() : string;