Add unique names and unique title for recurrings.
[civicrm-core.git] / CRM / Contact / DAO / Contact.php
1 <?php
2
3 /**
4 * @package CRM
5 * @copyright CiviCRM LLC (c) 2004-2019
6 *
7 * Generated from xml/schema/CRM/Contact/Contact.xml
8 * DO NOT EDIT. Generated by CRM_Core_CodeGen
9 * (GenCodeChecksum:bd37bd31a0ac8ba4fd5f411fddef080b)
10 */
11
12 /**
13 * Database access object for the Contact entity.
14 */
15 class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
16
17 /**
18 * Static instance to hold the table name.
19 *
20 * @var string
21 */
22 public static $_tableName = 'civicrm_contact';
23
24 /**
25 * Should CiviCRM log any modifications to this table in the civicrm_log table.
26 *
27 * @var bool
28 */
29 public static $_log = TRUE;
30
31 /**
32 * Unique Contact ID
33 *
34 * @var int
35 */
36 public $id;
37
38 /**
39 * Type of Contact.
40 *
41 * @var string
42 */
43 public $contact_type;
44
45 /**
46 * May be used to over-ride contact view and edit templates.
47 *
48 * @var string
49 */
50 public $contact_sub_type;
51
52 /**
53 * @var bool
54 */
55 public $do_not_email;
56
57 /**
58 * @var bool
59 */
60 public $do_not_phone;
61
62 /**
63 * @var bool
64 */
65 public $do_not_mail;
66
67 /**
68 * @var bool
69 */
70 public $do_not_sms;
71
72 /**
73 * @var bool
74 */
75 public $do_not_trade;
76
77 /**
78 * Has the contact opted out from receiving all bulk email from the organization or site domain?
79 *
80 * @var bool
81 */
82 public $is_opt_out;
83
84 /**
85 * May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.
86 *
87 * @var string
88 */
89 public $legal_identifier;
90
91 /**
92 * Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.
93 *
94 * @var string
95 */
96 public $external_identifier;
97
98 /**
99 * Name used for sorting different contact types
100 *
101 * @var string
102 */
103 public $sort_name;
104
105 /**
106 * Formatted name representing preferred format for display/print/other output.
107 *
108 * @var string
109 */
110 public $display_name;
111
112 /**
113 * Nickname.
114 *
115 * @var string
116 */
117 public $nick_name;
118
119 /**
120 * Legal Name.
121 *
122 * @var string
123 */
124 public $legal_name;
125
126 /**
127 * optional URL for preferred image (photo, logo, etc.) to display for this contact.
128 *
129 * @var text
130 */
131 public $image_URL;
132
133 /**
134 * What is the preferred mode of communication.
135 *
136 * @var string
137 */
138 public $preferred_communication_method;
139
140 /**
141 * Which language is preferred for communication. FK to languages in civicrm_option_value.
142 *
143 * @var string
144 */
145 public $preferred_language;
146
147 /**
148 * What is the preferred mode of sending an email.
149 *
150 * @var string
151 */
152 public $preferred_mail_format;
153
154 /**
155 * Key for validating requests related to this contact.
156 *
157 * @var string
158 */
159 public $hash;
160
161 /**
162 * API Key for validating requests related to this contact.
163 *
164 * @var string
165 */
166 public $api_key;
167
168 /**
169 * where contact come from, e.g. import, donate module insert...
170 *
171 * @var string
172 */
173 public $source;
174
175 /**
176 * First Name.
177 *
178 * @var string
179 */
180 public $first_name;
181
182 /**
183 * Middle Name.
184 *
185 * @var string
186 */
187 public $middle_name;
188
189 /**
190 * Last Name.
191 *
192 * @var string
193 */
194 public $last_name;
195
196 /**
197 * Prefix or Title for name (Ms, Mr...). FK to prefix ID
198 *
199 * @var int
200 */
201 public $prefix_id;
202
203 /**
204 * Suffix for name (Jr, Sr...). FK to suffix ID
205 *
206 * @var int
207 */
208 public $suffix_id;
209
210 /**
211 * Formal (academic or similar) title in front of name. (Prof., Dr. etc.)
212 *
213 * @var string
214 */
215 public $formal_title;
216
217 /**
218 * Communication style (e.g. formal vs. familiar) to use with this contact. FK to communication styles in civicrm_option_value.
219 *
220 * @var int
221 */
222 public $communication_style_id;
223
224 /**
225 * FK to civicrm_option_value.id, that has to be valid registered Email Greeting.
226 *
227 * @var int
228 */
229 public $email_greeting_id;
230
231 /**
232 * Custom Email Greeting.
233 *
234 * @var string
235 */
236 public $email_greeting_custom;
237
238 /**
239 * Cache Email Greeting.
240 *
241 * @var string
242 */
243 public $email_greeting_display;
244
245 /**
246 * FK to civicrm_option_value.id, that has to be valid registered Postal Greeting.
247 *
248 * @var int
249 */
250 public $postal_greeting_id;
251
252 /**
253 * Custom Postal greeting.
254 *
255 * @var string
256 */
257 public $postal_greeting_custom;
258
259 /**
260 * Cache Postal greeting.
261 *
262 * @var string
263 */
264 public $postal_greeting_display;
265
266 /**
267 * FK to civicrm_option_value.id, that has to be valid registered Addressee.
268 *
269 * @var int
270 */
271 public $addressee_id;
272
273 /**
274 * Custom Addressee.
275 *
276 * @var string
277 */
278 public $addressee_custom;
279
280 /**
281 * Cache Addressee.
282 *
283 * @var string
284 */
285 public $addressee_display;
286
287 /**
288 * Job Title
289 *
290 * @var string
291 */
292 public $job_title;
293
294 /**
295 * FK to gender ID
296 *
297 * @var int
298 */
299 public $gender_id;
300
301 /**
302 * Date of birth
303 *
304 * @var date
305 */
306 public $birth_date;
307
308 /**
309 * @var bool
310 */
311 public $is_deceased;
312
313 /**
314 * Date of deceased
315 *
316 * @var date
317 */
318 public $deceased_date;
319
320 /**
321 * Household Name.
322 *
323 * @var string
324 */
325 public $household_name;
326
327 /**
328 * Optional FK to Primary Contact for this household.
329 *
330 * @var int
331 */
332 public $primary_contact_id;
333
334 /**
335 * Organization Name.
336 *
337 * @var string
338 */
339 public $organization_name;
340
341 /**
342 * Standard Industry Classification Code.
343 *
344 * @var string
345 */
346 public $sic_code;
347
348 /**
349 * the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM
350 *
351 * @var string
352 */
353 public $user_unique_id;
354
355 /**
356 * OPTIONAL FK to civicrm_contact record.
357 *
358 * @var int
359 */
360 public $employer_id;
361
362 /**
363 * @var bool
364 */
365 public $is_deleted;
366
367 /**
368 * When was the contact was created.
369 *
370 * @var timestamp
371 */
372 public $created_date;
373
374 /**
375 * When was the contact (or closely related entity) was created or modified or deleted.
376 *
377 * @var timestamp
378 */
379 public $modified_date;
380
381 /**
382 * Class constructor.
383 */
384 public function __construct() {
385 $this->__table = 'civicrm_contact';
386 parent::__construct();
387 }
388
389 /**
390 * Returns foreign keys and entity references.
391 *
392 * @return array
393 * [CRM_Core_Reference_Interface]
394 */
395 public static function getReferenceColumns() {
396 if (!isset(Civi::$statics[__CLASS__]['links'])) {
397 Civi::$statics[__CLASS__]['links'] = static::createReferenceColumns(__CLASS__);
398 Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'primary_contact_id', 'civicrm_contact', 'id');
399 Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'employer_id', 'civicrm_contact', 'id');
400 CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']);
401 }
402 return Civi::$statics[__CLASS__]['links'];
403 }
404
405 /**
406 * Returns all the column names of this table
407 *
408 * @return array
409 */
410 public static function &fields() {
411 if (!isset(Civi::$statics[__CLASS__]['fields'])) {
412 Civi::$statics[__CLASS__]['fields'] = [
413 'id' => [
414 'name' => 'id',
415 'type' => CRM_Utils_Type::T_INT,
416 'title' => ts('Contact ID'),
417 'description' => ts('Unique Contact ID'),
418 'required' => TRUE,
419 'import' => TRUE,
420 'where' => 'civicrm_contact.id',
421 'headerPattern' => '/internal|contact?|id$/i',
422 'export' => TRUE,
423 'table_name' => 'civicrm_contact',
424 'entity' => 'Contact',
425 'bao' => 'CRM_Contact_BAO_Contact',
426 'localizable' => 0,
427 ],
428 'contact_type' => [
429 'name' => 'contact_type',
430 'type' => CRM_Utils_Type::T_STRING,
431 'title' => ts('Contact Type'),
432 'description' => ts('Type of Contact.'),
433 'maxlength' => 64,
434 'size' => CRM_Utils_Type::BIG,
435 'where' => 'civicrm_contact.contact_type',
436 'export' => TRUE,
437 'table_name' => 'civicrm_contact',
438 'entity' => 'Contact',
439 'bao' => 'CRM_Contact_BAO_Contact',
440 'localizable' => 0,
441 'html' => [
442 'type' => 'Select',
443 ],
444 'pseudoconstant' => [
445 'table' => 'civicrm_contact_type',
446 'keyColumn' => 'name',
447 'labelColumn' => 'label',
448 'condition' => 'parent_id IS NULL',
449 ],
450 ],
451 'contact_sub_type' => [
452 'name' => 'contact_sub_type',
453 'type' => CRM_Utils_Type::T_STRING,
454 'title' => ts('Contact Subtype'),
455 'description' => ts('May be used to over-ride contact view and edit templates.'),
456 'maxlength' => 255,
457 'size' => CRM_Utils_Type::HUGE,
458 'import' => TRUE,
459 'where' => 'civicrm_contact.contact_sub_type',
460 'headerPattern' => '/C(ontact )?(subtype|sub-type|sub type)/i',
461 'export' => TRUE,
462 'table_name' => 'civicrm_contact',
463 'entity' => 'Contact',
464 'bao' => 'CRM_Contact_BAO_Contact',
465 'localizable' => 0,
466 'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND,
467 'html' => [
468 'type' => 'Select',
469 ],
470 'pseudoconstant' => [
471 'table' => 'civicrm_contact_type',
472 'keyColumn' => 'name',
473 'labelColumn' => 'label',
474 'condition' => 'parent_id IS NOT NULL',
475 ],
476 ],
477 'do_not_email' => [
478 'name' => 'do_not_email',
479 'type' => CRM_Utils_Type::T_BOOLEAN,
480 'title' => ts('Do Not Email'),
481 'import' => TRUE,
482 'where' => 'civicrm_contact.do_not_email',
483 'headerPattern' => '/d(o )?(not )?(email)/i',
484 'dataPattern' => '/^\d{1,}$/',
485 'export' => TRUE,
486 'default' => '0',
487 'table_name' => 'civicrm_contact',
488 'entity' => 'Contact',
489 'bao' => 'CRM_Contact_BAO_Contact',
490 'localizable' => 0,
491 'html' => [
492 'type' => 'CheckBox',
493 ],
494 ],
495 'do_not_phone' => [
496 'name' => 'do_not_phone',
497 'type' => CRM_Utils_Type::T_BOOLEAN,
498 'title' => ts('Do Not Phone'),
499 'import' => TRUE,
500 'where' => 'civicrm_contact.do_not_phone',
501 'headerPattern' => '/d(o )?(not )?(call|phone)/i',
502 'dataPattern' => '/^\d{1,}$/',
503 'export' => TRUE,
504 'default' => '0',
505 'table_name' => 'civicrm_contact',
506 'entity' => 'Contact',
507 'bao' => 'CRM_Contact_BAO_Contact',
508 'localizable' => 0,
509 'html' => [
510 'type' => 'CheckBox',
511 ],
512 ],
513 'do_not_mail' => [
514 'name' => 'do_not_mail',
515 'type' => CRM_Utils_Type::T_BOOLEAN,
516 'title' => ts('Do Not Mail'),
517 'import' => TRUE,
518 'where' => 'civicrm_contact.do_not_mail',
519 'headerPattern' => '/^(d(o\s)?n(ot\s)?mail)|(\w*)?bulk\s?(\w*)$/i',
520 'dataPattern' => '/^\d{1,}$/',
521 'export' => TRUE,
522 'default' => '0',
523 'table_name' => 'civicrm_contact',
524 'entity' => 'Contact',
525 'bao' => 'CRM_Contact_BAO_Contact',
526 'localizable' => 0,
527 'html' => [
528 'type' => 'CheckBox',
529 ],
530 ],
531 'do_not_sms' => [
532 'name' => 'do_not_sms',
533 'type' => CRM_Utils_Type::T_BOOLEAN,
534 'title' => ts('Do Not Sms'),
535 'import' => TRUE,
536 'where' => 'civicrm_contact.do_not_sms',
537 'headerPattern' => '/d(o )?(not )?(sms)/i',
538 'dataPattern' => '/^\d{1,}$/',
539 'export' => TRUE,
540 'default' => '0',
541 'table_name' => 'civicrm_contact',
542 'entity' => 'Contact',
543 'bao' => 'CRM_Contact_BAO_Contact',
544 'localizable' => 0,
545 'html' => [
546 'type' => 'CheckBox',
547 ],
548 ],
549 'do_not_trade' => [
550 'name' => 'do_not_trade',
551 'type' => CRM_Utils_Type::T_BOOLEAN,
552 'title' => ts('Do Not Trade'),
553 'import' => TRUE,
554 'where' => 'civicrm_contact.do_not_trade',
555 'headerPattern' => '/d(o )?(not )?(trade)/i',
556 'dataPattern' => '/^\d{1,}$/',
557 'export' => TRUE,
558 'default' => '0',
559 'table_name' => 'civicrm_contact',
560 'entity' => 'Contact',
561 'bao' => 'CRM_Contact_BAO_Contact',
562 'localizable' => 0,
563 'html' => [
564 'type' => 'CheckBox',
565 ],
566 ],
567 'is_opt_out' => [
568 'name' => 'is_opt_out',
569 'type' => CRM_Utils_Type::T_BOOLEAN,
570 'title' => ts('No Bulk Emails (User Opt Out)'),
571 'description' => ts('Has the contact opted out from receiving all bulk email from the organization or site domain?'),
572 'required' => TRUE,
573 'import' => TRUE,
574 'where' => 'civicrm_contact.is_opt_out',
575 'export' => TRUE,
576 'default' => '0',
577 'table_name' => 'civicrm_contact',
578 'entity' => 'Contact',
579 'bao' => 'CRM_Contact_BAO_Contact',
580 'localizable' => 0,
581 'html' => [
582 'type' => 'CheckBox',
583 ],
584 ],
585 'legal_identifier' => [
586 'name' => 'legal_identifier',
587 'type' => CRM_Utils_Type::T_STRING,
588 'title' => ts('Legal Identifier'),
589 'description' => ts('May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.'),
590 'maxlength' => 32,
591 'size' => CRM_Utils_Type::MEDIUM,
592 'import' => TRUE,
593 'where' => 'civicrm_contact.legal_identifier',
594 'headerPattern' => '/legal\s?id/i',
595 'dataPattern' => '/\w+?\d{5,}/',
596 'export' => TRUE,
597 'table_name' => 'civicrm_contact',
598 'entity' => 'Contact',
599 'bao' => 'CRM_Contact_BAO_Contact',
600 'localizable' => 0,
601 'html' => [
602 'type' => 'Text',
603 ],
604 ],
605 'external_identifier' => [
606 'name' => 'external_identifier',
607 'type' => CRM_Utils_Type::T_STRING,
608 'title' => ts('External Identifier'),
609 'description' => ts('Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.'),
610 'maxlength' => 64,
611 'size' => 8,
612 'import' => TRUE,
613 'where' => 'civicrm_contact.external_identifier',
614 'headerPattern' => '/external\s?id/i',
615 'dataPattern' => '/^\d{11,}$/',
616 'export' => TRUE,
617 'table_name' => 'civicrm_contact',
618 'entity' => 'Contact',
619 'bao' => 'CRM_Contact_BAO_Contact',
620 'localizable' => 0,
621 'html' => [
622 'type' => 'Text',
623 ],
624 ],
625 'sort_name' => [
626 'name' => 'sort_name',
627 'type' => CRM_Utils_Type::T_STRING,
628 'title' => ts('Sort Name'),
629 'description' => ts('Name used for sorting different contact types'),
630 'maxlength' => 128,
631 'size' => 30,
632 'where' => 'civicrm_contact.sort_name',
633 'export' => TRUE,
634 'table_name' => 'civicrm_contact',
635 'entity' => 'Contact',
636 'bao' => 'CRM_Contact_BAO_Contact',
637 'localizable' => 0,
638 'html' => [
639 'type' => 'Text',
640 ],
641 ],
642 'display_name' => [
643 'name' => 'display_name',
644 'type' => CRM_Utils_Type::T_STRING,
645 'title' => ts('Display Name'),
646 'description' => ts('Formatted name representing preferred format for display/print/other output.'),
647 'maxlength' => 128,
648 'size' => 30,
649 'where' => 'civicrm_contact.display_name',
650 'export' => TRUE,
651 'table_name' => 'civicrm_contact',
652 'entity' => 'Contact',
653 'bao' => 'CRM_Contact_BAO_Contact',
654 'localizable' => 0,
655 'html' => [
656 'type' => 'Text',
657 ],
658 ],
659 'nick_name' => [
660 'name' => 'nick_name',
661 'type' => CRM_Utils_Type::T_STRING,
662 'title' => ts('Nickname'),
663 'description' => ts('Nickname.'),
664 'maxlength' => 128,
665 'size' => 30,
666 'import' => TRUE,
667 'where' => 'civicrm_contact.nick_name',
668 'headerPattern' => '/n(ick\s)name|nick$/i',
669 'dataPattern' => '/^\w+$/',
670 'export' => TRUE,
671 'table_name' => 'civicrm_contact',
672 'entity' => 'Contact',
673 'bao' => 'CRM_Contact_BAO_Contact',
674 'localizable' => 0,
675 'html' => [
676 'type' => 'Text',
677 ],
678 ],
679 'legal_name' => [
680 'name' => 'legal_name',
681 'type' => CRM_Utils_Type::T_STRING,
682 'title' => ts('Legal Name'),
683 'description' => ts('Legal Name.'),
684 'maxlength' => 128,
685 'size' => 30,
686 'import' => TRUE,
687 'where' => 'civicrm_contact.legal_name',
688 'headerPattern' => '/^legal|(l(egal\s)?name)$/i',
689 'export' => TRUE,
690 'table_name' => 'civicrm_contact',
691 'entity' => 'Contact',
692 'bao' => 'CRM_Contact_BAO_Contact',
693 'localizable' => 0,
694 'html' => [
695 'type' => 'Text',
696 ],
697 ],
698 'image_URL' => [
699 'name' => 'image_URL',
700 'type' => CRM_Utils_Type::T_TEXT,
701 'title' => ts('Image Url'),
702 'description' => ts('optional URL for preferred image (photo, logo, etc.) to display for this contact.'),
703 'import' => TRUE,
704 'where' => 'civicrm_contact.image_URL',
705 'export' => TRUE,
706 'table_name' => 'civicrm_contact',
707 'entity' => 'Contact',
708 'bao' => 'CRM_Contact_BAO_Contact',
709 'localizable' => 0,
710 'html' => [
711 'type' => 'File',
712 ],
713 ],
714 'preferred_communication_method' => [
715 'name' => 'preferred_communication_method',
716 'type' => CRM_Utils_Type::T_STRING,
717 'title' => ts('Preferred Communication Method'),
718 'description' => ts('What is the preferred mode of communication.'),
719 'maxlength' => 255,
720 'size' => CRM_Utils_Type::HUGE,
721 'import' => TRUE,
722 'where' => 'civicrm_contact.preferred_communication_method',
723 'headerPattern' => '/^p(ref\w*\s)?c(omm\w*)|( meth\w*)$/i',
724 'dataPattern' => '/^\w+$/',
725 'export' => TRUE,
726 'table_name' => 'civicrm_contact',
727 'entity' => 'Contact',
728 'bao' => 'CRM_Contact_BAO_Contact',
729 'localizable' => 0,
730 'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND,
731 'html' => [
732 'type' => 'Select',
733 ],
734 'pseudoconstant' => [
735 'optionGroupName' => 'preferred_communication_method',
736 'optionEditPath' => 'civicrm/admin/options/preferred_communication_method',
737 ],
738 ],
739 'preferred_language' => [
740 'name' => 'preferred_language',
741 'type' => CRM_Utils_Type::T_STRING,
742 'title' => ts('Preferred Language'),
743 'description' => ts('Which language is preferred for communication. FK to languages in civicrm_option_value.'),
744 'maxlength' => 5,
745 'size' => CRM_Utils_Type::SIX,
746 'import' => TRUE,
747 'where' => 'civicrm_contact.preferred_language',
748 'headerPattern' => '/^lang/i',
749 'export' => TRUE,
750 'table_name' => 'civicrm_contact',
751 'entity' => 'Contact',
752 'bao' => 'CRM_Contact_BAO_Contact',
753 'localizable' => 0,
754 'html' => [
755 'type' => 'Select',
756 ],
757 'pseudoconstant' => [
758 'optionGroupName' => 'languages',
759 'keyColumn' => 'name',
760 'optionEditPath' => 'civicrm/admin/options/languages',
761 ],
762 ],
763 'preferred_mail_format' => [
764 'name' => 'preferred_mail_format',
765 'type' => CRM_Utils_Type::T_STRING,
766 'title' => ts('Preferred Mail Format'),
767 'description' => ts('What is the preferred mode of sending an email.'),
768 'maxlength' => 8,
769 'size' => CRM_Utils_Type::EIGHT,
770 'import' => TRUE,
771 'where' => 'civicrm_contact.preferred_mail_format',
772 'headerPattern' => '/^p(ref\w*\s)?m(ail\s)?f(orm\w*)$/i',
773 'export' => TRUE,
774 'default' => 'Both',
775 'table_name' => 'civicrm_contact',
776 'entity' => 'Contact',
777 'bao' => 'CRM_Contact_BAO_Contact',
778 'localizable' => 0,
779 'html' => [
780 'type' => 'Select',
781 ],
782 'pseudoconstant' => [
783 'callback' => 'CRM_Core_SelectValues::pmf',
784 ],
785 ],
786 'hash' => [
787 'name' => 'hash',
788 'type' => CRM_Utils_Type::T_STRING,
789 'title' => ts('Contact Hash'),
790 'description' => ts('Key for validating requests related to this contact.'),
791 'maxlength' => 32,
792 'size' => CRM_Utils_Type::MEDIUM,
793 'where' => 'civicrm_contact.hash',
794 'export' => TRUE,
795 'table_name' => 'civicrm_contact',
796 'entity' => 'Contact',
797 'bao' => 'CRM_Contact_BAO_Contact',
798 'localizable' => 0,
799 ],
800 'api_key' => [
801 'name' => 'api_key',
802 'type' => CRM_Utils_Type::T_STRING,
803 'title' => ts('Api Key'),
804 'description' => ts('API Key for validating requests related to this contact.'),
805 'maxlength' => 32,
806 'size' => CRM_Utils_Type::MEDIUM,
807 'where' => 'civicrm_contact.api_key',
808 'permission' => [
809 [
810 'administer CiviCRM',
811 'edit api keys',
812 ],
813 ],
814 'table_name' => 'civicrm_contact',
815 'entity' => 'Contact',
816 'bao' => 'CRM_Contact_BAO_Contact',
817 'localizable' => 0,
818 ],
819 'contact_source' => [
820 'name' => 'source',
821 'type' => CRM_Utils_Type::T_STRING,
822 'title' => ts('Contact Source'),
823 'description' => ts('where contact come from, e.g. import, donate module insert...'),
824 'maxlength' => 255,
825 'size' => 30,
826 'import' => TRUE,
827 'where' => 'civicrm_contact.source',
828 'headerPattern' => '/(C(ontact\s)?Source)$/i',
829 'export' => TRUE,
830 'table_name' => 'civicrm_contact',
831 'entity' => 'Contact',
832 'bao' => 'CRM_Contact_BAO_Contact',
833 'localizable' => 0,
834 'html' => [
835 'type' => 'Text',
836 ],
837 ],
838 'first_name' => [
839 'name' => 'first_name',
840 'type' => CRM_Utils_Type::T_STRING,
841 'title' => ts('First Name'),
842 'description' => ts('First Name.'),
843 'maxlength' => 64,
844 'size' => 30,
845 'import' => TRUE,
846 'where' => 'civicrm_contact.first_name',
847 'headerPattern' => '/^first|(f(irst\s)?name)$/i',
848 'dataPattern' => '/^\w+$/',
849 'export' => TRUE,
850 'table_name' => 'civicrm_contact',
851 'entity' => 'Contact',
852 'bao' => 'CRM_Contact_BAO_Contact',
853 'localizable' => 0,
854 'html' => [
855 'type' => 'Text',
856 ],
857 ],
858 'middle_name' => [
859 'name' => 'middle_name',
860 'type' => CRM_Utils_Type::T_STRING,
861 'title' => ts('Middle Name'),
862 'description' => ts('Middle Name.'),
863 'maxlength' => 64,
864 'size' => 30,
865 'import' => TRUE,
866 'where' => 'civicrm_contact.middle_name',
867 'headerPattern' => '/^middle|(m(iddle\s)?name)$/i',
868 'dataPattern' => '/^\w+$/',
869 'export' => TRUE,
870 'table_name' => 'civicrm_contact',
871 'entity' => 'Contact',
872 'bao' => 'CRM_Contact_BAO_Contact',
873 'localizable' => 0,
874 'html' => [
875 'type' => 'Text',
876 ],
877 ],
878 'last_name' => [
879 'name' => 'last_name',
880 'type' => CRM_Utils_Type::T_STRING,
881 'title' => ts('Last Name'),
882 'description' => ts('Last Name.'),
883 'maxlength' => 64,
884 'size' => 30,
885 'import' => TRUE,
886 'where' => 'civicrm_contact.last_name',
887 'headerPattern' => '/^last|(l(ast\s)?name)$/i',
888 'dataPattern' => '/^\w+(\s\w+)?+$/',
889 'export' => TRUE,
890 'table_name' => 'civicrm_contact',
891 'entity' => 'Contact',
892 'bao' => 'CRM_Contact_BAO_Contact',
893 'localizable' => 0,
894 'html' => [
895 'type' => 'Text',
896 ],
897 ],
898 'prefix_id' => [
899 'name' => 'prefix_id',
900 'type' => CRM_Utils_Type::T_INT,
901 'title' => ts('Individual Prefix'),
902 'description' => ts('Prefix or Title for name (Ms, Mr...). FK to prefix ID'),
903 'import' => TRUE,
904 'where' => 'civicrm_contact.prefix_id',
905 'headerPattern' => '/^(prefix|title)/i',
906 'dataPattern' => '/^(mr|ms|mrs|sir|dr)\.?$/i',
907 'export' => TRUE,
908 'table_name' => 'civicrm_contact',
909 'entity' => 'Contact',
910 'bao' => 'CRM_Contact_BAO_Contact',
911 'localizable' => 0,
912 'html' => [
913 'type' => 'Select',
914 ],
915 'pseudoconstant' => [
916 'optionGroupName' => 'individual_prefix',
917 'optionEditPath' => 'civicrm/admin/options/individual_prefix',
918 ],
919 ],
920 'suffix_id' => [
921 'name' => 'suffix_id',
922 'type' => CRM_Utils_Type::T_INT,
923 'title' => ts('Individual Suffix'),
924 'description' => ts('Suffix for name (Jr, Sr...). FK to suffix ID'),
925 'import' => TRUE,
926 'where' => 'civicrm_contact.suffix_id',
927 'headerPattern' => '/^suffix$/i',
928 'dataPattern' => '/^(sr|jr)\.?|i{2,}$/',
929 'export' => TRUE,
930 'table_name' => 'civicrm_contact',
931 'entity' => 'Contact',
932 'bao' => 'CRM_Contact_BAO_Contact',
933 'localizable' => 0,
934 'html' => [
935 'type' => 'Select',
936 ],
937 'pseudoconstant' => [
938 'optionGroupName' => 'individual_suffix',
939 'optionEditPath' => 'civicrm/admin/options/individual_suffix',
940 ],
941 ],
942 'formal_title' => [
943 'name' => 'formal_title',
944 'type' => CRM_Utils_Type::T_STRING,
945 'title' => ts('Formal Title'),
946 'description' => ts('Formal (academic or similar) title in front of name. (Prof., Dr. etc.)'),
947 'maxlength' => 64,
948 'size' => CRM_Utils_Type::BIG,
949 'import' => TRUE,
950 'where' => 'civicrm_contact.formal_title',
951 'headerPattern' => '/^title/i',
952 'export' => TRUE,
953 'table_name' => 'civicrm_contact',
954 'entity' => 'Contact',
955 'bao' => 'CRM_Contact_BAO_Contact',
956 'localizable' => 0,
957 'html' => [
958 'type' => 'Text',
959 ],
960 ],
961 'communication_style_id' => [
962 'name' => 'communication_style_id',
963 'type' => CRM_Utils_Type::T_INT,
964 'title' => ts('Communication Style'),
965 'description' => ts('Communication style (e.g. formal vs. familiar) to use with this contact. FK to communication styles in civicrm_option_value.'),
966 'where' => 'civicrm_contact.communication_style_id',
967 'export' => TRUE,
968 'table_name' => 'civicrm_contact',
969 'entity' => 'Contact',
970 'bao' => 'CRM_Contact_BAO_Contact',
971 'localizable' => 0,
972 'html' => [
973 'type' => 'Select',
974 ],
975 'pseudoconstant' => [
976 'optionGroupName' => 'communication_style',
977 'optionEditPath' => 'civicrm/admin/options/communication_style',
978 ],
979 ],
980 'email_greeting_id' => [
981 'name' => 'email_greeting_id',
982 'type' => CRM_Utils_Type::T_INT,
983 'title' => ts('Email Greeting ID'),
984 'description' => ts('FK to civicrm_option_value.id, that has to be valid registered Email Greeting.'),
985 'where' => 'civicrm_contact.email_greeting_id',
986 'export' => TRUE,
987 'table_name' => 'civicrm_contact',
988 'entity' => 'Contact',
989 'bao' => 'CRM_Contact_BAO_Contact',
990 'localizable' => 0,
991 'pseudoconstant' => [
992 'optionGroupName' => 'email_greeting',
993 'optionEditPath' => 'civicrm/admin/options/email_greeting',
994 ],
995 ],
996 'email_greeting_custom' => [
997 'name' => 'email_greeting_custom',
998 'type' => CRM_Utils_Type::T_STRING,
999 'title' => ts('Email Greeting Custom'),
1000 'description' => ts('Custom Email Greeting.'),
1001 'maxlength' => 128,
1002 'size' => CRM_Utils_Type::HUGE,
1003 'import' => TRUE,
1004 'where' => 'civicrm_contact.email_greeting_custom',
1005 'export' => FALSE,
1006 'table_name' => 'civicrm_contact',
1007 'entity' => 'Contact',
1008 'bao' => 'CRM_Contact_BAO_Contact',
1009 'localizable' => 0,
1010 'html' => [
1011 'type' => 'Text',
1012 ],
1013 ],
1014 'email_greeting_display' => [
1015 'name' => 'email_greeting_display',
1016 'type' => CRM_Utils_Type::T_STRING,
1017 'title' => ts('Email Greeting'),
1018 'description' => ts('Cache Email Greeting.'),
1019 'maxlength' => 255,
1020 'size' => CRM_Utils_Type::HUGE,
1021 'where' => 'civicrm_contact.email_greeting_display',
1022 'table_name' => 'civicrm_contact',
1023 'entity' => 'Contact',
1024 'bao' => 'CRM_Contact_BAO_Contact',
1025 'localizable' => 0,
1026 'html' => [
1027 'type' => 'Text',
1028 ],
1029 ],
1030 'postal_greeting_id' => [
1031 'name' => 'postal_greeting_id',
1032 'type' => CRM_Utils_Type::T_INT,
1033 'title' => ts('Postal Greeting ID'),
1034 'description' => ts('FK to civicrm_option_value.id, that has to be valid registered Postal Greeting.'),
1035 'where' => 'civicrm_contact.postal_greeting_id',
1036 'export' => TRUE,
1037 'table_name' => 'civicrm_contact',
1038 'entity' => 'Contact',
1039 'bao' => 'CRM_Contact_BAO_Contact',
1040 'localizable' => 0,
1041 'html' => [
1042 'type' => 'Text',
1043 ],
1044 'pseudoconstant' => [
1045 'optionGroupName' => 'postal_greeting',
1046 'optionEditPath' => 'civicrm/admin/options/postal_greeting',
1047 ],
1048 ],
1049 'postal_greeting_custom' => [
1050 'name' => 'postal_greeting_custom',
1051 'type' => CRM_Utils_Type::T_STRING,
1052 'title' => ts('Postal Greeting Custom'),
1053 'description' => ts('Custom Postal greeting.'),
1054 'maxlength' => 128,
1055 'size' => CRM_Utils_Type::HUGE,
1056 'import' => TRUE,
1057 'where' => 'civicrm_contact.postal_greeting_custom',
1058 'export' => FALSE,
1059 'table_name' => 'civicrm_contact',
1060 'entity' => 'Contact',
1061 'bao' => 'CRM_Contact_BAO_Contact',
1062 'localizable' => 0,
1063 'html' => [
1064 'type' => 'Text',
1065 ],
1066 ],
1067 'postal_greeting_display' => [
1068 'name' => 'postal_greeting_display',
1069 'type' => CRM_Utils_Type::T_STRING,
1070 'title' => ts('Postal Greeting'),
1071 'description' => ts('Cache Postal greeting.'),
1072 'maxlength' => 255,
1073 'size' => CRM_Utils_Type::HUGE,
1074 'where' => 'civicrm_contact.postal_greeting_display',
1075 'table_name' => 'civicrm_contact',
1076 'entity' => 'Contact',
1077 'bao' => 'CRM_Contact_BAO_Contact',
1078 'localizable' => 0,
1079 'html' => [
1080 'type' => 'Text',
1081 ],
1082 ],
1083 'addressee_id' => [
1084 'name' => 'addressee_id',
1085 'type' => CRM_Utils_Type::T_INT,
1086 'title' => ts('Addressee ID'),
1087 'description' => ts('FK to civicrm_option_value.id, that has to be valid registered Addressee.'),
1088 'where' => 'civicrm_contact.addressee_id',
1089 'export' => TRUE,
1090 'table_name' => 'civicrm_contact',
1091 'entity' => 'Contact',
1092 'bao' => 'CRM_Contact_BAO_Contact',
1093 'localizable' => 0,
1094 'pseudoconstant' => [
1095 'optionGroupName' => 'addressee',
1096 'optionEditPath' => 'civicrm/admin/options/addressee',
1097 ],
1098 ],
1099 'addressee_custom' => [
1100 'name' => 'addressee_custom',
1101 'type' => CRM_Utils_Type::T_STRING,
1102 'title' => ts('Addressee Custom'),
1103 'description' => ts('Custom Addressee.'),
1104 'maxlength' => 128,
1105 'size' => CRM_Utils_Type::HUGE,
1106 'import' => TRUE,
1107 'where' => 'civicrm_contact.addressee_custom',
1108 'export' => FALSE,
1109 'table_name' => 'civicrm_contact',
1110 'entity' => 'Contact',
1111 'bao' => 'CRM_Contact_BAO_Contact',
1112 'localizable' => 0,
1113 'html' => [
1114 'type' => 'Text',
1115 ],
1116 ],
1117 'addressee_display' => [
1118 'name' => 'addressee_display',
1119 'type' => CRM_Utils_Type::T_STRING,
1120 'title' => ts('Addressee'),
1121 'description' => ts('Cache Addressee.'),
1122 'maxlength' => 255,
1123 'size' => CRM_Utils_Type::HUGE,
1124 'where' => 'civicrm_contact.addressee_display',
1125 'table_name' => 'civicrm_contact',
1126 'entity' => 'Contact',
1127 'bao' => 'CRM_Contact_BAO_Contact',
1128 'localizable' => 0,
1129 'html' => [
1130 'type' => 'Text',
1131 ],
1132 ],
1133 'job_title' => [
1134 'name' => 'job_title',
1135 'type' => CRM_Utils_Type::T_STRING,
1136 'title' => ts('Job Title'),
1137 'description' => ts('Job Title'),
1138 'maxlength' => 255,
1139 'size' => 30,
1140 'import' => TRUE,
1141 'where' => 'civicrm_contact.job_title',
1142 'headerPattern' => '/^job|(j(ob\s)?title)$/i',
1143 'dataPattern' => '//',
1144 'export' => TRUE,
1145 'table_name' => 'civicrm_contact',
1146 'entity' => 'Contact',
1147 'bao' => 'CRM_Contact_BAO_Contact',
1148 'localizable' => 0,
1149 'html' => [
1150 'type' => 'Text',
1151 ],
1152 ],
1153 'gender_id' => [
1154 'name' => 'gender_id',
1155 'type' => CRM_Utils_Type::T_INT,
1156 'title' => ts('Gender'),
1157 'description' => ts('FK to gender ID'),
1158 'import' => TRUE,
1159 'where' => 'civicrm_contact.gender_id',
1160 'headerPattern' => '/^gender$/i',
1161 'export' => TRUE,
1162 'table_name' => 'civicrm_contact',
1163 'entity' => 'Contact',
1164 'bao' => 'CRM_Contact_BAO_Contact',
1165 'localizable' => 0,
1166 'html' => [
1167 'type' => 'Select',
1168 ],
1169 'pseudoconstant' => [
1170 'optionGroupName' => 'gender',
1171 'optionEditPath' => 'civicrm/admin/options/gender',
1172 ],
1173 ],
1174 'birth_date' => [
1175 'name' => 'birth_date',
1176 'type' => CRM_Utils_Type::T_DATE,
1177 'title' => ts('Birth Date'),
1178 'description' => ts('Date of birth'),
1179 'import' => TRUE,
1180 'where' => 'civicrm_contact.birth_date',
1181 'headerPattern' => '/^birth|(b(irth\s)?date)|D(\W*)O(\W*)B(\W*)$/i',
1182 'dataPattern' => '/\d{4}-?\d{2}-?\d{2}/',
1183 'export' => TRUE,
1184 'table_name' => 'civicrm_contact',
1185 'entity' => 'Contact',
1186 'bao' => 'CRM_Contact_BAO_Contact',
1187 'localizable' => 0,
1188 'html' => [
1189 'type' => 'Select Date',
1190 'formatType' => 'birth',
1191 ],
1192 ],
1193 'is_deceased' => [
1194 'name' => 'is_deceased',
1195 'type' => CRM_Utils_Type::T_BOOLEAN,
1196 'title' => ts('Deceased'),
1197 'import' => TRUE,
1198 'where' => 'civicrm_contact.is_deceased',
1199 'headerPattern' => '/i(s\s)?d(eceased)$/i',
1200 'export' => TRUE,
1201 'default' => '0',
1202 'table_name' => 'civicrm_contact',
1203 'entity' => 'Contact',
1204 'bao' => 'CRM_Contact_BAO_Contact',
1205 'localizable' => 0,
1206 'html' => [
1207 'type' => 'CheckBox',
1208 ],
1209 ],
1210 'deceased_date' => [
1211 'name' => 'deceased_date',
1212 'type' => CRM_Utils_Type::T_DATE,
1213 'title' => ts('Deceased Date'),
1214 'description' => ts('Date of deceased'),
1215 'import' => TRUE,
1216 'where' => 'civicrm_contact.deceased_date',
1217 'headerPattern' => '/^deceased|(d(eceased\s)?date)$/i',
1218 'export' => TRUE,
1219 'table_name' => 'civicrm_contact',
1220 'entity' => 'Contact',
1221 'bao' => 'CRM_Contact_BAO_Contact',
1222 'localizable' => 0,
1223 'html' => [
1224 'type' => 'Select Date',
1225 'formatType' => 'birth',
1226 ],
1227 ],
1228 'household_name' => [
1229 'name' => 'household_name',
1230 'type' => CRM_Utils_Type::T_STRING,
1231 'title' => ts('Household Name'),
1232 'description' => ts('Household Name.'),
1233 'maxlength' => 128,
1234 'size' => 30,
1235 'import' => TRUE,
1236 'where' => 'civicrm_contact.household_name',
1237 'headerPattern' => '/^household|(h(ousehold\s)?name)$/i',
1238 'dataPattern' => '/^\w+$/',
1239 'export' => TRUE,
1240 'table_name' => 'civicrm_contact',
1241 'entity' => 'Contact',
1242 'bao' => 'CRM_Contact_BAO_Contact',
1243 'localizable' => 0,
1244 'html' => [
1245 'type' => 'Text',
1246 ],
1247 ],
1248 'primary_contact_id' => [
1249 'name' => 'primary_contact_id',
1250 'type' => CRM_Utils_Type::T_INT,
1251 'title' => ts('Household Primary Contact ID'),
1252 'description' => ts('Optional FK to Primary Contact for this household.'),
1253 'where' => 'civicrm_contact.primary_contact_id',
1254 'table_name' => 'civicrm_contact',
1255 'entity' => 'Contact',
1256 'bao' => 'CRM_Contact_BAO_Contact',
1257 'localizable' => 0,
1258 'FKClassName' => 'CRM_Contact_DAO_Contact',
1259 'html' => [
1260 'type' => 'Select',
1261 ],
1262 ],
1263 'organization_name' => [
1264 'name' => 'organization_name',
1265 'type' => CRM_Utils_Type::T_STRING,
1266 'title' => ts('Organization Name'),
1267 'description' => ts('Organization Name.'),
1268 'maxlength' => 128,
1269 'size' => 30,
1270 'import' => TRUE,
1271 'where' => 'civicrm_contact.organization_name',
1272 'headerPattern' => '/^organization|(o(rganization\s)?name)$/i',
1273 'dataPattern' => '/^\w+$/',
1274 'export' => TRUE,
1275 'table_name' => 'civicrm_contact',
1276 'entity' => 'Contact',
1277 'bao' => 'CRM_Contact_BAO_Contact',
1278 'localizable' => 0,
1279 'html' => [
1280 'type' => 'Text',
1281 ],
1282 ],
1283 'sic_code' => [
1284 'name' => 'sic_code',
1285 'type' => CRM_Utils_Type::T_STRING,
1286 'title' => ts('Sic Code'),
1287 'description' => ts('Standard Industry Classification Code.'),
1288 'maxlength' => 8,
1289 'size' => CRM_Utils_Type::EIGHT,
1290 'import' => TRUE,
1291 'where' => 'civicrm_contact.sic_code',
1292 'headerPattern' => '/^sic|(s(ic\s)?code)$/i',
1293 'export' => TRUE,
1294 'table_name' => 'civicrm_contact',
1295 'entity' => 'Contact',
1296 'bao' => 'CRM_Contact_BAO_Contact',
1297 'localizable' => 0,
1298 'html' => [
1299 'type' => 'Text',
1300 ],
1301 ],
1302 'user_unique_id' => [
1303 'name' => 'user_unique_id',
1304 'type' => CRM_Utils_Type::T_STRING,
1305 'title' => ts('Unique ID (OpenID)'),
1306 'description' => ts('the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM'),
1307 'maxlength' => 255,
1308 'size' => CRM_Utils_Type::HUGE,
1309 'import' => TRUE,
1310 'where' => 'civicrm_contact.user_unique_id',
1311 'headerPattern' => '/^Open\s?ID|u(niq\w*)?\s?ID/i',
1312 'dataPattern' => '/^[\w\/\:\.]+$/',
1313 'export' => TRUE,
1314 'rule' => 'url',
1315 'table_name' => 'civicrm_contact',
1316 'entity' => 'Contact',
1317 'bao' => 'CRM_Contact_BAO_Contact',
1318 'localizable' => 0,
1319 'html' => [
1320 'type' => 'Text',
1321 ],
1322 ],
1323 'current_employer_id' => [
1324 'name' => 'employer_id',
1325 'type' => CRM_Utils_Type::T_INT,
1326 'title' => ts('Current Employer'),
1327 'description' => ts('OPTIONAL FK to civicrm_contact record.'),
1328 'where' => 'civicrm_contact.employer_id',
1329 'export' => TRUE,
1330 'table_name' => 'civicrm_contact',
1331 'entity' => 'Contact',
1332 'bao' => 'CRM_Contact_BAO_Contact',
1333 'localizable' => 0,
1334 'FKClassName' => 'CRM_Contact_DAO_Contact',
1335 'html' => [
1336 'type' => 'EntityRef',
1337 ],
1338 ],
1339 'contact_is_deleted' => [
1340 'name' => 'is_deleted',
1341 'type' => CRM_Utils_Type::T_BOOLEAN,
1342 'title' => ts('Contact is in Trash'),
1343 'required' => TRUE,
1344 'where' => 'civicrm_contact.is_deleted',
1345 'export' => TRUE,
1346 'default' => '0',
1347 'table_name' => 'civicrm_contact',
1348 'entity' => 'Contact',
1349 'bao' => 'CRM_Contact_BAO_Contact',
1350 'localizable' => 0,
1351 'html' => [
1352 'type' => 'CheckBox',
1353 ],
1354 ],
1355 'created_date' => [
1356 'name' => 'created_date',
1357 'type' => CRM_Utils_Type::T_TIMESTAMP,
1358 'title' => ts('Created Date'),
1359 'description' => ts('When was the contact was created.'),
1360 'required' => FALSE,
1361 'where' => 'civicrm_contact.created_date',
1362 'export' => TRUE,
1363 'default' => 'NULL',
1364 'table_name' => 'civicrm_contact',
1365 'entity' => 'Contact',
1366 'bao' => 'CRM_Contact_BAO_Contact',
1367 'localizable' => 0,
1368 ],
1369 'modified_date' => [
1370 'name' => 'modified_date',
1371 'type' => CRM_Utils_Type::T_TIMESTAMP,
1372 'title' => ts('Modified Date'),
1373 'description' => ts('When was the contact (or closely related entity) was created or modified or deleted.'),
1374 'required' => FALSE,
1375 'where' => 'civicrm_contact.modified_date',
1376 'export' => TRUE,
1377 'default' => 'CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP',
1378 'table_name' => 'civicrm_contact',
1379 'entity' => 'Contact',
1380 'bao' => 'CRM_Contact_BAO_Contact',
1381 'localizable' => 0,
1382 ],
1383 ];
1384 CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
1385 }
1386 return Civi::$statics[__CLASS__]['fields'];
1387 }
1388
1389 /**
1390 * Return a mapping from field-name to the corresponding key (as used in fields()).
1391 *
1392 * @return array
1393 * Array(string $name => string $uniqueName).
1394 */
1395 public static function &fieldKeys() {
1396 if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
1397 Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
1398 }
1399 return Civi::$statics[__CLASS__]['fieldKeys'];
1400 }
1401
1402 /**
1403 * Returns the names of this table
1404 *
1405 * @return string
1406 */
1407 public static function getTableName() {
1408 return self::$_tableName;
1409 }
1410
1411 /**
1412 * Returns if this table needs to be logged
1413 *
1414 * @return bool
1415 */
1416 public function getLog() {
1417 return self::$_log;
1418 }
1419
1420 /**
1421 * Returns the list of fields that can be imported
1422 *
1423 * @param bool $prefix
1424 *
1425 * @return array
1426 */
1427 public static function &import($prefix = FALSE) {
1428 $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'contact', $prefix, []);
1429 return $r;
1430 }
1431
1432 /**
1433 * Returns the list of fields that can be exported
1434 *
1435 * @param bool $prefix
1436 *
1437 * @return array
1438 */
1439 public static function &export($prefix = FALSE) {
1440 $r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contact', $prefix, []);
1441 return $r;
1442 }
1443
1444 /**
1445 * Returns the list of indices
1446 *
1447 * @param bool $localize
1448 *
1449 * @return array
1450 */
1451 public static function indices($localize = TRUE) {
1452 $indices = [
1453 'index_contact_type' => [
1454 'name' => 'index_contact_type',
1455 'field' => [
1456 0 => 'contact_type',
1457 ],
1458 'localizable' => FALSE,
1459 'sig' => 'civicrm_contact::0::contact_type',
1460 ],
1461 'index_contact_sub_type' => [
1462 'name' => 'index_contact_sub_type',
1463 'field' => [
1464 0 => 'contact_sub_type',
1465 ],
1466 'localizable' => FALSE,
1467 'sig' => 'civicrm_contact::0::contact_sub_type',
1468 ],
1469 'UI_external_identifier' => [
1470 'name' => 'UI_external_identifier',
1471 'field' => [
1472 0 => 'external_identifier',
1473 ],
1474 'localizable' => FALSE,
1475 'unique' => TRUE,
1476 'sig' => 'civicrm_contact::1::external_identifier',
1477 ],
1478 'index_sort_name' => [
1479 'name' => 'index_sort_name',
1480 'field' => [
1481 0 => 'sort_name',
1482 ],
1483 'localizable' => FALSE,
1484 'sig' => 'civicrm_contact::0::sort_name',
1485 ],
1486 'index_preferred_communication_method' => [
1487 'name' => 'index_preferred_communication_method',
1488 'field' => [
1489 0 => 'preferred_communication_method',
1490 ],
1491 'localizable' => FALSE,
1492 'sig' => 'civicrm_contact::0::preferred_communication_method',
1493 ],
1494 'index_hash' => [
1495 'name' => 'index_hash',
1496 'field' => [
1497 0 => 'hash',
1498 ],
1499 'localizable' => FALSE,
1500 'sig' => 'civicrm_contact::0::hash',
1501 ],
1502 'index_api_key' => [
1503 'name' => 'index_api_key',
1504 'field' => [
1505 0 => 'api_key',
1506 ],
1507 'localizable' => FALSE,
1508 'sig' => 'civicrm_contact::0::api_key',
1509 ],
1510 'index_first_name' => [
1511 'name' => 'index_first_name',
1512 'field' => [
1513 0 => 'first_name',
1514 ],
1515 'localizable' => FALSE,
1516 'sig' => 'civicrm_contact::0::first_name',
1517 ],
1518 'index_last_name' => [
1519 'name' => 'index_last_name',
1520 'field' => [
1521 0 => 'last_name',
1522 ],
1523 'localizable' => FALSE,
1524 'sig' => 'civicrm_contact::0::last_name',
1525 ],
1526 'UI_prefix' => [
1527 'name' => 'UI_prefix',
1528 'field' => [
1529 0 => 'prefix_id',
1530 ],
1531 'localizable' => FALSE,
1532 'sig' => 'civicrm_contact::0::prefix_id',
1533 ],
1534 'UI_suffix' => [
1535 'name' => 'UI_suffix',
1536 'field' => [
1537 0 => 'suffix_id',
1538 ],
1539 'localizable' => FALSE,
1540 'sig' => 'civicrm_contact::0::suffix_id',
1541 ],
1542 'index_communication_style_id' => [
1543 'name' => 'index_communication_style_id',
1544 'field' => [
1545 0 => 'communication_style_id',
1546 ],
1547 'localizable' => FALSE,
1548 'sig' => 'civicrm_contact::0::communication_style_id',
1549 ],
1550 'UI_gender' => [
1551 'name' => 'UI_gender',
1552 'field' => [
1553 0 => 'gender_id',
1554 ],
1555 'localizable' => FALSE,
1556 'sig' => 'civicrm_contact::0::gender_id',
1557 ],
1558 'index_is_deceased' => [
1559 'name' => 'index_is_deceased',
1560 'field' => [
1561 0 => 'is_deceased',
1562 ],
1563 'localizable' => FALSE,
1564 'sig' => 'civicrm_contact::0::is_deceased',
1565 ],
1566 'index_household_name' => [
1567 'name' => 'index_household_name',
1568 'field' => [
1569 0 => 'household_name',
1570 ],
1571 'localizable' => FALSE,
1572 'sig' => 'civicrm_contact::0::household_name',
1573 ],
1574 'index_organization_name' => [
1575 'name' => 'index_organization_name',
1576 'field' => [
1577 0 => 'organization_name',
1578 ],
1579 'localizable' => FALSE,
1580 'sig' => 'civicrm_contact::0::organization_name',
1581 ],
1582 'index_is_deleted_sort_name' => [
1583 'name' => 'index_is_deleted_sort_name',
1584 'field' => [
1585 0 => 'is_deleted',
1586 1 => 'sort_name',
1587 2 => 'id',
1588 ],
1589 'localizable' => FALSE,
1590 'sig' => 'civicrm_contact::0::is_deleted::sort_name::id',
1591 ],
1592 ];
1593 return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
1594 }
1595
1596 }