You are here

protected property AbstractSolrEntity::$solr_configs in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x src/Entity/AbstractSolrEntity.php \Drupal\search_api_solr\Entity\AbstractSolrEntity::solr_configs

Solr Field Type specific additions to solrconfig.xml.

Type: array

File

src/Entity/AbstractSolrEntity.php, line 44

Class

AbstractSolrEntity
Defines the abstract base class for Solr config entities.

Namespace

Drupal\search_api_solr\Entity

Code

protected $solr_configs;