You are here

public function SarniaSearchApiSolrField::getName in Sarnia 7

Get the name of the Solr field.

Return value

string The name of the Solr field.

File

./solr_field.inc, line 31

Class

SarniaSearchApiSolrField
Extend the logic around Solr field schema information.

Code

public function getName() {
  return $this->name;
}