You are here

protected property SearchApiQuery::$pre_execute in Search API 7

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

Type: bool

File

includes/query.inc, line 439
Contains SearchApiQueryInterface and SearchApiQuery.

Class

SearchApiQuery
Provides a standard implementation of the SearchApiQueryInterface.

Code

protected $pre_execute = FALSE;