public function SolrBaseQuery::getName in Apache Solr Search 7
Same name and namespace in other branches
- 8 Solr_Base_Query.php \SolrBaseQuery::getName()
- 6.3 Solr_Base_Query.php \SolrBaseQuery::getName()
Get query name.
Overrides DrupalSolrQueryInterface::getName
File
- ./
Solr_Base_Query.php, line 335 - This class allows you to make operations on a query that will be sent to Apache Solr. methods such as adding and removing sorts, remove and replace parameters, adding and removing filters, getters and setters for various parameters and more
Class
Code
public function getName() {
return $this->name;
}