You are here

protected property OrganizationType::$primary_fields in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_contact/src/Entity/OrganizationType.php \Drupal\crm_core_contact\Entity\OrganizationType::primary_fields
  2. 8.2 modules/crm_core_contact/src/Entity/OrganizationType.php \Drupal\crm_core_contact\Entity\OrganizationType::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/OrganizationType.php, line 90

Class

OrganizationType
CRM Organization Type Entity Class.

Namespace

Drupal\crm_core_contact\Entity

Code

protected $primary_fields;