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 581

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Code

public $fields = array();