You are here

public function SolrFieldType::getCustomCode 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::getCustomCode()
  2. 4.x src/Entity/SolrFieldType.php \Drupal\search_api_solr\Entity\SolrFieldType::getCustomCode()

Gets the custom code targeted by this Solr Field Type.

Return value

string Custom code.

Overrides SolrFieldTypeInterface::getCustomCode

File

src/Entity/SolrFieldType.php, line 123

Class

SolrFieldType
Defines the SolrFieldType entity.

Namespace

Drupal\search_api_solr\Entity

Code

public function getCustomCode() {
  return $this->custom_code;
}