You are here

public function SolrFieldTypeInterface::getCopyFields in Search API Multilingual Solr Search 8

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

Return value

array

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

File

src/SolrFieldTypeInterface.php, line 93

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr_multilingual

Code

public function getCopyFields();