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

drupal/includes/entity.inc, line 522

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Code

public $fieldMetaConditions = array();