You are here

abstract public function AbstractSolrEntity::getName in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/Entity/AbstractSolrEntity.php \Drupal\search_api_solr\Entity\AbstractSolrEntity::getName()

Gets the Solr Entity name.

Return value

string The Solr Entity name.

Overrides SolrConfigInterface::getName

1 call to AbstractSolrEntity::getName()
AbstractSolrEntity::getPurposeId in src/Entity/AbstractSolrEntity.php
Gets the identifier that describes Solr Entity's purpose.
4 methods override AbstractSolrEntity::getName()
SolrCache::getName in src/Entity/SolrCache.php
Gets the Solr Entity name.
SolrFieldType::getName in src/Entity/SolrFieldType.php
Gets the Solr Entity name.
SolrRequestDispatcher::getName in src/Entity/SolrRequestDispatcher.php
Gets the Solr Entity name.
SolrRequestHandler::getName in src/Entity/SolrRequestHandler.php
Gets the Solr Entity name.

File

src/Entity/AbstractSolrEntity.php, line 56

Class

AbstractSolrEntity
Defines the abstract base class for Solr config entities.

Namespace

Drupal\search_api_solr\Entity

Code

public abstract function getName() : string;