public function SolrFieldTypeInterface::getCopyFields in Search API Solr 8.2
Same name and namespace in other branches
- 8.3 src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::getCopyFields()
- 4.x src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::getCopyFields()
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 106
Class
- SolrFieldTypeInterface
- Provides an interface defining a SolrFieldType entity.
Namespace
Drupal\search_api_solrCode
public function getCopyFields();