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