You are here

protected property PartyQuery::$base_alias in Party 7

Same name and namespace in other branches
  1. 8.2 includes/party.extender.inc \PartyQuery::base_alias

The alias of the base party table to build from. Defaults to party.

File

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

Class

PartyQuery
Query extender for party attached entities.

Code

protected $base_alias = 'party';