public function SearchApiQueryInterface::getIndex in Search API 7
Retrieves the index associated with this search.
Return value
SearchApiIndex The search index this query should be executed on.
1 method overrides SearchApiQueryInterface::getIndex()
- SearchApiQuery::getIndex in includes/
query.inc - Retrieves the index associated with this search.
File
- includes/
query.inc, line 267 - Contains SearchApiQueryInterface and SearchApiQuery.
Class
- SearchApiQueryInterface
- Interface representing a search query on an Search API index.
Code
public function getIndex();