public property EntityFieldQuery::$fieldMetaConditions

List of field meta conditions (language and delta).

Field conditions operate on columns specified by hook_field_schema(), the meta conditions operate on columns added by the system: delta and language. These can not be mixed with the field conditions because field columns can have any name including delta and language.

Type: array

See also

EntityFieldQuery::fieldLanguageCondition()

EntityFieldQuery::fieldDeltaCondition()

File

includes/entity.inc, line 522

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Code

public $fieldMetaConditions = 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::fieldMetaConditions/7.x