You are here

public function SolrFieldTypeInterface::getCustomCode in Search API Solr 8.2

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

Gets the custom code targeted by this Solr Field Type.

Return value

string Custom code.

1 method overrides SolrFieldTypeInterface::getCustomCode()
SolrFieldType::getCustomCode in src/Entity/SolrFieldType.php
Gets the custom code targeted by this Solr Field Type.

File

src/SolrFieldTypeInterface.php, line 26

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr

Code

public function getCustomCode();