public function ApachesolrViewsSolrBaseQuery::getView in Apache Solr Views 7
Returns the view related with this query object.
File
- ./
apachesolr_views_solr_base_query.inc, line 58 - Contains custom SolrBaseQuery class for Apachesolr Views.
Class
- ApachesolrViewsSolrBaseQuery
- @file Contains custom SolrBaseQuery class for Apachesolr Views.
Code
public function getView() {
return $this->view;
}