You are here

protected property IndividualTypeForm::$defaultPrimaryFields in CRM Core 8.3

Default primary fields.

TODO: Add option back to alter primary fields.

Type: array

File

modules/crm_core_contact/src/Form/IndividualTypeForm.php, line 21

Class

IndividualTypeForm
Form for edit individual types.

Namespace

Drupal\crm_core_contact\Form

Code

protected $defaultPrimaryFields = [
  'email',
  'address',
  'phone',
];