public function SearchApiQuery::getFields in Search API 7
Retrieves the fulltext fields that will be searched for the search keys.
Return value
array An array containing the fields that should be searched for the search keys.
Overrides SearchApiQueryInterface::getFields
See also
fields()
File
- includes/
query.inc, line 770 - Contains SearchApiQueryInterface and SearchApiQuery.
Class
- SearchApiQuery
- Provides a standard implementation of the SearchApiQueryInterface.
Code
public function &getFields() {
return $this->fields;
}