Static Public Member Functions | |
static | getAllAttributes () |
static | getPlacedAttributes (ContactWebForm $contactWebForm) |
static | getNonPlacedAttributes (ContactWebForm $contactWebForm) |
static | resolvePlacedAttributesForWebFormAttributesElement (ContactWebForm $contactWebForm, $model) |
static | resolvePlacedAttributeByName ($webFormAttributeForm, $model, $attributeName, $attributeData) |
static | getEmbedScript ($id) |
static | resolveWebFormAttributes ($contactWebFormAttributes) |
static | getCustomDisplayLabels (ContactWebForm $contactWebForm) |
static | getCustomRequiredFields (ContactWebForm $contactWebForm) |
static | resolveWebFormWithAllRequiredAttributes ($contactWebFormAttributes, $allAttributes=array()) |
static | excludeHiddenAttributes (ContactWebForm $contactWebForm, $resolvedWebFormAttributes=array()) |
static | resolveHiddenAttributesForContactModel ($postVariableName, ContactWebForm $contactWebForm) |
static | resolveHiddenAttributesForContactWebFormEntryModel ($webFormEntryAttributes=array(), ContactWebForm $contactWebForm) |
static | renderHiddenAttributeElement ($model, $attributeName, $form, $elementType, $params) |
static | getPlacedAttributeContent ($attributeData) |
static | sanitizeHiddenAttributeValue ($attributeName, $value) |
static | getResolvedModuleIdForContactWebFormEntry (Contact $contact) |
Static Public Attributes | |
static | $restrictHiddenControlAttributes |
Helper class with functions to assist in working with ContactWebForms module
Definition at line 40 of file ContactWebFormsUtil.php.
|
static |
Get list of all index and derived attributes that can be placed on any web form
Definition at line 54 of file ContactWebFormsUtil.php.
|
static |
ContactWebForm | $contactWebForm |
Definition at line 75 of file ContactWebFormsUtil.php.
|
static |
ContactWebForm | $contactWebForm |
Definition at line 99 of file ContactWebFormsUtil.php.
|
static |
ContactWebForm | $contactWebForm | |
$model |
Definition at line 120 of file ContactWebFormsUtil.php.
|
static |
$webFormAttributeForm | |
$model | |
$attributeName | |
$attributeData |
Definition at line 153 of file ContactWebFormsUtil.php.
|
static |
|
static |
$contactWebFormAttributes |
Definition at line 241 of file ContactWebFormsUtil.php.
|
static |
ContactWebForm | $contactWebForm |
Definition at line 257 of file ContactWebFormsUtil.php.
|
static |
ContactWebForm | $contactWebForm |
Definition at line 278 of file ContactWebFormsUtil.php.
|
static |
$contactWebFormAttributes | ||
array | $allAttributes |
Definition at line 300 of file ContactWebFormsUtil.php.
|
static |
$contactWebForm | ||
array | $resolvedWebFormAttributes |
Definition at line 322 of file ContactWebFormsUtil.php.
|
static |
$postVariableName | |
$contactWebForm |
Definition at line 353 of file ContactWebFormsUtil.php.
|
static |
array | $webFormEntryAttributes | |
$contactWebForm |
Definition at line 381 of file ContactWebFormsUtil.php.
|
static |
$model | |
$attributeName | |
$form | |
$elementType | |
$params |
Definition at line 404 of file ContactWebFormsUtil.php.
|
static |
|
static |
$attributeName | |
$value |
Definition at line 456 of file ContactWebFormsUtil.php.
|
static |
Definition at line 42 of file ContactWebFormsUtil.php.