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
- modules/
entity/ entity.query.inc, line 150 - Entity query API.
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Code
public $fields = array();