public function SearchApiMultiQueryInterface::parseModes in Search API Multi-Index Searches 7
Retrieve a list of all 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 SearchApiMultiQueryInterface::parseModes()
- SearchApiMultiQuery::parseModes in ./
search_api_multi.query.inc - Retrieve a list of all parse modes supported by this query class.
File
- ./
search_api_multi.query.inc, line 58
Class
- SearchApiMultiQueryInterface
- Interface representing a search query on multiple Search API indexes.
Code
public function parseModes();