protected property PartyQuery::$data_sets in Party 8.2
Same name and namespace in other branches
- 7 includes/party.extender.inc \PartyQuery::data_sets
An array of entity table aliases keyed by data_set_name:delta:type that we have joined to.
Although this may result in duplicate joins to a single entitiy table, that may be necessary if you are querying fields on the entity itself across different data sets.
See also
PartyQuery::party_attached_entity.
File
- includes/
party.extender.inc, line 40 - Class to aid querying parties and attached entities.
Class
- PartyQuery
- Query extender for party attached entities.
Code
protected $data_sets = array();