You are here

public property IndividualType::$primary_fields 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::primary_fields
  2. 8.2 modules/crm_core_contact/src/Entity/IndividualType.php \Drupal\crm_core_contact\Entity\IndividualType::primary_fields

Primary fields.

An array of key-value pairs, where key is the primary field type and value is real field name used for this type.

Type: array

File

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

Class

IndividualType
CRM Individual Type Entity Class.

Namespace

Drupal\crm_core_contact\Entity

Code

public $primary_fields;