You are here

public property Party::$archived in Party 7

Boolean indicating whether this party has been archived.

Archiving parties provides a way to ignore parties from certain features or restrict access. An example of when you would archive a party is when the parties is deceased (in the case of a person) or no longer operates (in the case of an organisation).

Type: boolean

File

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

Class

Party
The class used for party entities.

Code

public $archived;