public property EntityFieldQuery::$fields

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 578

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Code

public $fields = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!entity.inc/property/EntityFieldQuery::fields/7.x