You are here

function DrupalSolrQueryInterface::getParam in Apache Solr Search 7

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

Gets the value of a parameter.

Parameters

string $name: The parameter name.

Return value

The value of the parameter.

1 method overrides DrupalSolrQueryInterface::getParam()
SolrBaseQuery::getParam in ./Solr_Base_Query.php
Gets the value of a parameter.

File

./apachesolr.interface.inc, line 159

Class

DrupalSolrQueryInterface
The interface for all 'query' objects.

Code

function getParam($name);