public function SolrFieldType::getCustomCode in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/Entity/SolrFieldType.php \Drupal\search_api_solr\Entity\SolrFieldType::getCustomCode()
- 8.2 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 177
Class
- SolrFieldType
- Defines the SolrFieldType entity.
Namespace
Drupal\search_api_solr\EntityCode
public function getCustomCode() {
return $this->custom_code;
}