You are here

public function SolrFieldTypeInterface::getFieldType in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::getFieldType()
  2. 4.x src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::getFieldType()

Gets the Solr Field Type definition as nested associative array.

Return value

array The Solr Field Type definition as nested associative array.

1 method overrides SolrFieldTypeInterface::getFieldType()
SolrFieldType::getFieldType in src/Entity/SolrFieldType.php
Gets the Solr Field Type definition as nested associative array.

File

src/SolrFieldTypeInterface.php, line 49

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr

Code

public function getFieldType();