You are here

public property IndividualType::$locked in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_contact/src/Entity/IndividualType.php \Drupal\crm_core_contact\Entity\IndividualType::locked
  2. 8.2 modules/crm_core_contact/src/Entity/IndividualType.php \Drupal\crm_core_contact\Entity\IndividualType::locked

Whether or not this type is locked.

A boolean indicating whether this type is locked or not, locked individual type cannot be edited or disabled/deleted.

Type: bool

File

modules/crm_core_contact/src/Entity/IndividualType.php, line 80

Class

IndividualType
CRM Individual Type Entity Class.

Namespace

Drupal\crm_core_contact\Entity

Code

public $locked;