You are here

protected property OrganizationTypeForm::$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/OrganizationTypeForm.php, line 25

Class

OrganizationTypeForm
Class OrganizationTypeForm.

Namespace

Drupal\crm_core_contact\Form

Code

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