protected property Query::$sqlFields

An array of fields keyed by the field alias.

Each entry correlates to the arguments of \Drupal\Core\Database\Query\SelectInterface::addField(), so the first one is the table alias, the second one the field and the last one optional the field alias.

Type: array

File

drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php, line 47
Definition of Drupal\field_sql_storage\Entity\Query.

Class

Query
The SQL storage entity query class.

Namespace

Drupal\field_sql_storage\Entity

Code

protected $sqlFields = array();