W3cubDocs

/Drupal 8

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

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

Class

Query
The SQL storage entity query class.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $sqlFields = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Query!Sql!Query.php/property/Query::sqlFields/8.1.x