You are here

public function SolrFieldType::getSolrConfigs in Search API Solr 8.2

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

Gets the Solr Field Type specific additions to solrconfig.xml as array.

Return value

array The Solr Field Type specific additions to solrconfig.xml as nested associative array.

Overrides SolrFieldTypeInterface::getSolrConfigs

File

src/Entity/SolrFieldType.php, line 302

Class

SolrFieldType
Defines the SolrFieldType entity.

Namespace

Drupal\search_api_solr\Entity

Code

public function getSolrConfigs() {
  return $this->solr_configs;
}