Merge pull request #13337 from GinkgoFJG/crmPageTitle
[civicrm-core.git] / CRM / Core / DAO / UFGroup.php
index 6605de613caac1533bdcb758dc10a628ed2bd542..af151133392340cf2f0f02db98b1d341398d02f4 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Core/UFGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a48f9522d0bd2e1d485064ebfc66f9a2)
+ * (GenCodeChecksum:e5e629c4f6d56d238b4ac28e822cea8a)
  */
 
 /**
@@ -252,7 +252,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile ID'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -263,7 +263,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Is Active'),
-          'description' => 'Is this form currently active? If false, hide all related fields for all sharing contexts.',
+          'description' => ts('Is this form currently active? If false, hide all related fields for all sharing contexts.'),
           'default' => '1',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -274,7 +274,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'group_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Group Type'),
-          'description' => 'Comma separated list of the type(s) of profile fields.',
+          'description' => ts('Comma separated list of the type(s) of profile fields.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -291,8 +291,8 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
         'title' => [
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Title'),
-          'description' => 'Form title.',
+          'title' => ts('Profile Name'),
+          'description' => ts('Form title.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -300,24 +300,30 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 1,
+          'html' => [
+            'type' => 'Text',
+          ],
         ],
         'frontend_title' => [
           'name' => 'frontend_title',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Frontend Title'),
-          'description' => 'Profile Form Public title',
+          'title' => ts('Public Title'),
+          'description' => ts('Profile Form Public title'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 1,
+          'html' => [
+            'type' => 'Text',
+          ],
         ],
         'description' => [
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Profile Description'),
-          'description' => 'Optional verbose description of the profile.',
+          'description' => ts('Optional verbose description of the profile.'),
           'rows' => 2,
           'cols' => 60,
           'table_name' => 'civicrm_uf_group',
@@ -332,7 +338,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Help Pre'),
-          'description' => 'Description and/or help text to display before fields in form.',
+          'description' => ts('Description and/or help text to display before fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_uf_group',
@@ -347,7 +353,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Profile Post Text'),
-          'description' => 'Description and/or help text to display after fields in form.',
+          'description' => ts('Description and/or help text to display after fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_uf_group',
@@ -362,7 +368,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'limit_listings_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Search Limit Group'),
-          'description' => 'Group id, foreign key from civicrm_group',
+          'description' => ts('Group id, foreign key from civicrm_group'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -373,7 +379,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'post_URL',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Post Url'),
-          'description' => 'Redirect to URL.',
+          'description' => ts('Redirect to URL.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_uf_group',
@@ -385,7 +391,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'add_to_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Add Contact To Group'),
-          'description' => 'foreign key to civicrm_group_id',
+          'description' => ts('foreign key to civicrm_group_id'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -396,7 +402,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'add_captcha',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Show Captcha On Profile'),
-          'description' => 'Should a CAPTCHA widget be included this Profile form.',
+          'description' => ts('Should a CAPTCHA widget be included this Profile form.'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -407,7 +413,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_map',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Map Profile'),
-          'description' => 'Do we want to map results from this profile.',
+          'description' => ts('Do we want to map results from this profile.'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -418,7 +424,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_edit_link',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Show Edit Link?'),
-          'description' => 'Should edit link display in profile selector',
+          'description' => ts('Should edit link display in profile selector'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -429,7 +435,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_uf_link',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Show Link to CMS User'),
-          'description' => 'Should we display a link to the website profile in profile selector',
+          'description' => ts('Should we display a link to the website profile in profile selector'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -440,7 +446,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_update_dupe',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Update on Duplicate'),
-          'description' => 'Should we update the contact record if we find a duplicate',
+          'description' => ts('Should we update the contact record if we find a duplicate'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -451,7 +457,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'cancel_URL',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Cancel URL'),
-          'description' => 'Redirect to URL when Cancle button clik .',
+          'description' => ts('Redirect to URL when Cancle button clik .'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_uf_group',
@@ -463,7 +469,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_cms_user',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Create CMS User?'),
-          'description' => 'Should we create a cms user for this profile ',
+          'description' => ts('Should we create a cms user for this profile '),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -483,7 +489,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Is Reserved'),
-          'description' => 'Is this group reserved for use by some other CiviCRM functionality?',
+          'description' => ts('Is this group reserved for use by some other CiviCRM functionality?'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -493,7 +499,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Name'),
-          'description' => 'Name of the UF group for directly addressing it in the codebase',
+          'description' => ts('Name of the UF group for directly addressing it in the codebase'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_uf_group',
@@ -505,7 +511,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Created By'),
-          'description' => 'FK to civicrm_contact, who created this UF group',
+          'description' => ts('FK to civicrm_contact, who created this UF group'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -516,7 +522,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('UF Group Created Date'),
-          'description' => 'Date and time this UF group was created.',
+          'description' => ts('Date and time this UF group was created.'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -526,7 +532,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_proximity_search',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Include Proximity Search?'),
-          'description' => 'Should we include proximity search feature in this profile search form?',
+          'description' => ts('Should we include proximity search feature in this profile search form?'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -537,7 +543,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'cancel_button_text',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Cancel Button Text'),
-          'description' => 'Custom Text to display on the Cancel button when used in create or edit mode',
+          'description' => ts('Custom Text to display on the Cancel button when used in create or edit mode'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'default' => 'NULL',
@@ -550,7 +556,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'submit_button_text',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Submit Button Text'),
-          'description' => 'Custom Text to display on the submit button on profile edit/create screens',
+          'description' => ts('Custom Text to display on the submit button on profile edit/create screens'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'default' => 'NULL',
@@ -563,7 +569,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'add_cancel_button',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Include Cancel Button'),
-          'description' => 'Should a Cancel button be included in this Profile form.',
+          'description' => ts('Should a Cancel button be included in this Profile form.'),
           'default' => '1',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',