Class Quform_Element_Honeypot
-
Quform_Element
-
Quform_Element_Field
-
Quform_Element_Honeypot
Methods summary
public
string
|
#
render( array $context = array() )
Render this field and return the HTML
Render this field and return the HTML
Parameters
Returns
string
Overrides
|
protected
array
|
#
getFieldAttributes( array $context = array() )
Get the HTML attributes for the field
Get the HTML attributes for the field
Parameters
Returns
array
|
protected
array
|
#
getFieldClasses( array $context = array() )
Get the classes for the field
Get the classes for the field
Parameters
Returns
array
|
protected
string
|
#
getFieldHtml( array $context = array() )
Get the HTML for the field
Get the HTML for the field
Parameters
Returns
string
|
public static
array
|
#
getDefaultConfig( string|null $key = null )
Get the default element configuration
Get the default element configuration
Parameters
- $key
- Get the config by key, if omitted the full config is returned
Returns
array
|
Methods inherited from Quform_Element_Field
addError(),
addFilter(),
addValidator(),
clearError(),
clearErrors(),
clearFilters(),
clearValidators(),
convertValueFromStorage(),
filterValue(),
filterValueRecursive(),
getAdminLabel(),
getBelongsTo(),
getConvertedValueForStorage(),
getCssSelectors(),
getDefaultValue(),
getDescriptionHtml(),
getEditLabelHtml(),
getElementClasses(),
getEmptyValue(),
getError(),
getErrorArray(),
getErrorHtml(),
getErrors(),
getFieldIconsHtml(),
getFilter(),
getFilters(),
getFullyQualifiedName(),
getIdentifier(),
getInnerClasses(),
getInputClasses(),
getInputHtml(),
getLabel(),
getLabelHtml(),
getName(),
getSubLabelHtml(),
getTooltip(),
getUniqueId(),
getValidator(),
getValidators(),
getValue(),
getValueForStorage(),
getValueHtml(),
getValueRaw(),
getValueText(),
hasDefaultValue(),
hasError(),
hasFilter(),
hasFilters(),
hasValidator(),
hasValidators(),
hasValue(),
isEmpty(),
isLogicRuleMatch(),
isLogicValueMatch(),
isMultiple(),
isRequired(),
isValid(),
isValidValue(),
prepareDynamicValue(),
removeFilter(),
removeValidator(),
renderCss(),
reset(),
setBelongsTo(),
setDefaultValue(),
setDynamicDefaultValue(),
setError(),
setIsMultiple(),
setValue(),
setValueFromStorage(),
shouldConvertToHidden()
|
Methods inherited from Quform_Element
__construct(),
config(),
getCss(),
getCssSelector(),
getForm(),
getId(),
getTranslation(),
hasNonVisibleAncestor(),
isConditionallyHidden(),
isHidden(),
isVisible(),
prepareContext(),
setConditionallyHidden(),
setConfig(),
setForm(),
setHasNonVisibleAncestor(),
setId(),
setUniqueId()
|