public function apachesolr_views_query::get_params in Apache Solr Views 7
File
- ./
apachesolr_views_query.inc, line 208 - Views query plugin for Apache Solr Views. Gets its data not from the database, but from a Solr server.
Class
- apachesolr_views_query
- @file Views query plugin for Apache Solr Views. Gets its data not from the database, but from a Solr server.
Code
public function get_params() {
return $this->params;
}