public function SolrCache::getName in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/Entity/SolrCache.php \Drupal\search_api_solr\Entity\SolrCache::getName()
Gets the Solr Entity name.
Return value
string The Solr Entity name.
Overrides AbstractSolrEntity::getName
File
- src/
Entity/ SolrCache.php, line 67
Class
- SolrCache
- Defines the SolrCache entity.
Namespace
Drupal\search_api_solr\EntityCode
public function getName() : string {
return $this->cache['name'];
}