You are here

function DrupalSolrQueryInterface::getPath in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.interface.inc \DrupalSolrQueryInterface::getPath()
  2. 6.3 apachesolr.interface.inc \DrupalSolrQueryInterface::getPath()

Returns the search path (including the search keywords).

Parameters

string $new_keywords: Optional. When set, this string overrides the query's current keywords.

Return value

string The search path.

1 method overrides DrupalSolrQueryInterface::getPath()
SolrBaseQuery::getPath in ./Solr_Base_Query.php
Returns the search path (including the search keywords).

File

./apachesolr.interface.inc, line 314

Class

DrupalSolrQueryInterface
The interface for all 'query' objects.

Code

function getPath($new_keywords = NULL);