You are here

public function QueryInterface::hasExecuted in Search API 8

Determines whether this query has been executed already.

Return value

bool TRUE if this query has been executed already, FALSE otherwise.

1 method overrides QueryInterface::hasExecuted()
Query::hasExecuted in src/Query/Query.php
Determines whether this query has been executed already.

File

src/Query/QueryInterface.php, line 327

Class

QueryInterface
Represents a search query on a Search API index.

Namespace

Drupal\search_api\Query

Code

public function hasExecuted();