You are here

public function SolrFieldTypeInterface::getStaticFields in Search API Solr 8.3

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

Gets a list of static fields that will use this Solr Field Type.

Return value

array An array of static field definitions.

1 method overrides SolrFieldTypeInterface::getStaticFields()
SolrFieldType::getStaticFields in src/Entity/SolrFieldType.php
Gets a list of static fields that will use this Solr Field Type.

File

src/SolrFieldTypeInterface.php, line 297

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr

Code

public function getStaticFields();