You are here

protected property QueryPreExecuteEvent::$dbQuery in Search API 8

The database query to be executed for the search.

Type: \Drupal\Core\Database\Query\SelectInterface

File

modules/search_api_db/src/Event/QueryPreExecuteEvent.php, line 19

Class

QueryPreExecuteEvent
Wraps a query pre-execute event.

Namespace

Drupal\search_api_db\Event

Code

protected $dbQuery;