Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Query.php

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 = [];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal