public function SolrFieldTypeInterface::getCustomCode in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::getCustomCode()
- 8.2 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 24
Class
- SolrFieldTypeInterface
- Provides an interface defining a SolrFieldType entity.
Namespace
Drupal\search_api_solrCode
public function getCustomCode();