You are here

function Drupal_Solr_Query_Interface::get_url_queryvalues in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 apachesolr.module \Drupal_Solr_Query_Interface::get_url_queryvalues()
  2. 6.2 apachesolr.module \Drupal_Solr_Query_Interface::get_url_queryvalues()

Return an array of parameters for use in the l function.

See also

l()

1 method overrides Drupal_Solr_Query_Interface::get_url_queryvalues()
Solr_Base_Query::get_url_queryvalues in ./Solr_Base_Query.php
Return filters and sort in a form suitable for a query param to url().

File

./apachesolr.module, line 1813
Integration with the Apache Solr search application.

Class

Drupal_Solr_Query_Interface
The interface for all 'query' objects.

Code

function get_url_queryvalues();