CRM_Contact_Form_Inline_Lock
class CRM_Contact_Form_Inline_Lock
Auxiliary class to provide support for locking (and ignoring locks on) contact records.
Methods
static
static bool|array
formRule(array $fields, array $files, int $contactID = NULL)
Ensure that oplock_ts hasn't changed in the underlying DB.
static array
getResponse(int $contactID)
Return any post-save data.
Details
at line 46
static
buildQuickForm(CRM_Core_Form $form, int $contactID)
This function provides the HTML form elements.
at line 72
static bool|array
formRule(array $fields, array $files, int $contactID = NULL)
Ensure that oplock_ts hasn't changed in the underlying DB.
at line 94
static array
getResponse(int $contactID)
Return any post-save data.