You are here

public function SolrConfigInterface::getName in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x 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_solr

Code

public function getName() : string;