You are here

protected property Query::$sqlFields in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/Query/Sql/Query.php \Drupal\Core\Entity\Query\Sql\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

core/lib/Drupal/Core/Entity/Query/Sql/Query.php, line 41

Class

Query
The SQL storage entity query class.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $sqlFields = [];