You are here

public function SolrFieldTypeInterface::getCollatedFieldType in Search API Solr 8.3

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

Gets the Solr Collated Field Type definition as nested associative array.

Return value

array|null The Solr Collated Type definition as nested associative array or NULL if it doesn't exist.

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

File

src/SolrFieldTypeInterface.php, line 160

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr

Code

public function getCollatedFieldType();