X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSystem%2FBackdrop.php;h=692669e82f75b3c522c7705ec2139bacb5f489a3;hb=3514b4c89870eec7fabd828d4209c4540e7a277f;hp=3fb3b6cc776b39c618b8fbe14db05a705a00817e;hpb=60c151c09524528b441e77df624b3d8ac11cbdcb;p=civicrm-core.git diff --git a/CRM/Utils/System/Backdrop.php b/CRM/Utils/System/Backdrop.php index 3fb3b6cc77..692669e82f 100644 --- a/CRM/Utils/System/Backdrop.php +++ b/CRM/Utils/System/Backdrop.php @@ -1068,4 +1068,15 @@ AND u.status = 1 return str_replace(parent::getCRMDatabasePrefix(), '`', ''); } + /** + * Return the CMS-specific UF Group Types for profiles. + * @return array + */ + public function getUfGroupTypes() { + return [ + 'User Registration' => ts('Backdrop User Registration'), + 'User Account' => ts('View/Edit Backdrop User Account'), + ]; + } + }