You are here

protected property Query::$sqlExpressions in Workspace 8.2

Stores the SQL expressions used to build the SQL query.

The array is keyed by the expression alias and the values are the actual expressions.

An array of expressions.

Type: array

File

src/EntityQuery/Query.php, line 25

Class

Query
Alters entity queries to use a workspace revision instead of the default one.

Namespace

Drupal\workspace\EntityQuery

Code

protected $sqlExpressions = [];