You are here

public function SolrFieldType::getName in Search API Solr 8.3

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

Gets the Solr Entity name.

Return value

string The Solr Entity name.

Overrides AbstractSolrEntity::getName

File

src/Entity/SolrFieldType.php, line 125

Class

SolrFieldType
Defines the SolrFieldType entity.

Namespace

Drupal\search_api_solr\Entity

Code

public function getName() : string {
  return $this->field_type['name'];
}