You are here

protected property PartyQuery::$party_attached_entity in Party 8.2

An array of table aliases for party_attached_entity keyed by join type.

We need to store this as if we join to attached entities by differing types, as the type behaviour will normally need to be reflected through the entire length of the join.

File

includes/party.extender.inc, line 28
Class to aid querying parties and attached entities.

Class

PartyQuery
Query extender for party attached entities.

Code

protected $party_attached_entity = FALSE;