You are here

protected property SolrFieldType::$custom_code 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::custom_code
  2. 4.x src/Entity/SolrFieldType.php \Drupal\search_api_solr\Entity\SolrFieldType::custom_code

The cutom code targeted by this Solr Field Type.

Type: string

File

src/Entity/SolrFieldType.php, line 83

Class

SolrFieldType
Defines the SolrFieldType entity.

Namespace

Drupal\search_api_solr\Entity

Code

protected $custom_code;