CRM_Core_BAO_CMSUser
class CRM_Core_BAO_CMSUser
Class CRM_Core_BAO_CMSUser
Methods
static int
create(array $params, string $mail)
Create CMS user using Profile.
static FALSE|void
buildForm(CRM_Core_Form $form, int $gid, bool $emailPresent, const|int $action = CRM_Core_Action::NONE)
Create Form for CMS user using Profile.
static array|bool
formRule(array $fields, array $files, CRM_Core_Form $form)
Checks that there is a valid username & email optionally checks password is present & matches DB & gets the CMS to validate
Details
at line 53
static int
create(array $params, string $mail)
Create CMS user using Profile.
at line 86
static FALSE|void
buildForm(CRM_Core_Form $form, int $gid, bool $emailPresent, const|int $action = CRM_Core_Action::NONE)
Create Form for CMS user using Profile.
at line 159
static array|bool
formRule(array $fields, array $files, CRM_Core_Form $form)
Checks that there is a valid username & email optionally checks password is present & matches DB & gets the CMS to validate