You are here

public property Party::$merged_party in Party 7

Same name and namespace in other branches
  1. 8.2 includes/party.entity.inc \Party::merged_party

If $merged is TRUE, this is the pid of the party that this party has been merged into.

Type: integer

File

includes/party.entity.inc, line 302
Contains the controller classes for Party entities.

Class

Party
The class used for party entities.

Code

public $merged_party;