You are here

protected property Query::$executed in Search API 8

Flag for whether execute() was already called for this query.

Type: bool

File

src/Query/Query.php, line 157

Class

Query
Provides a standard implementation for a Search API query.

Namespace

Drupal\search_api\Query

Code

protected $executed = FALSE;