public function QueryInterface::preExecute in Search API 8
Prepares the query object for the search.
This method should always be called by execute() and contain all necessary operations that have to be execute before the query is passed to the server's search() method.
1 method overrides QueryInterface::preExecute()
- Query::preExecute in src/
Query/ Query.php - Prepares the query object for the search.
File
- src/
Query/ QueryInterface.php, line 311
Class
- QueryInterface
- Represents a search query on a Search API index.
Namespace
Drupal\search_api\QueryCode
public function preExecute();