EntityFieldQuery::$fields

  1. drupal
    1. 7 includes/entity.inc
    2. 8 core/modules/entity/entity.query.inc

A list of field arrays used.

Field names passed to EntityFieldQuery::fieldCondition() and EntityFieldQuery::fieldOrderBy() are run through field_info_field() before stored in this array. This way, the elements of this array are field arrays.

Type: array

File

includes/entity.inc, line 529

Code

public $fields = array()
Login or register to post comments