You are here

public function SearchApiQuery::getOptions in Search API 7

Retrieves all options set for this search query.

The return value is a reference to the options so they can also be altered this way.

Return value

array An associative array of query options.

Overrides SearchApiQueryInterface::getOptions

File

includes/query.inc, line 807
Contains SearchApiQueryInterface and SearchApiQuery.

Class

SearchApiQuery
Provides a standard implementation of the SearchApiQueryInterface.

Code

public function &getOptions() {
  return $this->options;
}