You are here

public function SearchApiQueryInterface::parseModes in Search API 7

Retrieves the parse modes supported by this query class.

Return value

array An associative array of parse modes recognized by objects of this class. The keys are the parse modes' ids, values are associative arrays containing the following entries:

  • name: The translated name of the parse mode.
  • description: (optional) A translated text describing the parse mode.
1 method overrides SearchApiQueryInterface::parseModes()
SearchApiQuery::parseModes in includes/query.inc
Retrieves the parse modes supported by this query class.

File

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

Class

SearchApiQueryInterface
Interface representing a search query on an Search API index.

Code

public function parseModes();