function Drupal_Solr_Query_Interface::get_url_queryvalues in Apache Solr Search 6.2
Same name and namespace in other branches
- 5.2 apachesolr.module \Drupal_Solr_Query_Interface::get_url_queryvalues()
- 6 apachesolr.module \Drupal_Solr_Query_Interface::get_url_queryvalues()
Return filters and sort in a form suitable for a query param to url().
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 2455 - Integration with the Apache Solr search application.
Class
- Drupal_Solr_Query_Interface
- The interface for all 'query' objects.
Code
function get_url_queryvalues();