public function QueryInterface::wasAborted in Search API 8
Determines whether this query was aborted.
Return value
bool TRUE if the query was aborted, FALSE otherwise.
1 method overrides QueryInterface::wasAborted()
- Query::wasAborted in src/
Query/ Query.php - Determines whether this query was aborted.
File
- src/
Query/ QueryInterface.php, line 277
Class
- QueryInterface
- Represents a search query on a Search API index.
Namespace
Drupal\search_api\QueryCode
public function wasAborted();