Public Member Functions | |
rules () | |
getValueElementType () | |
validateValue () | |
getStringifiedModelForValue () | |
Data Fields | |
$shouldSetValue = true | |
Protected Member Functions | |
makeTypeValuesAndLabels ($isCreatingNewModel, $isRequired) |
Form to work with a marketing list. Used by subscribe to list workflow action
Definition at line 40 of file MarketingListWorkflowActionAttributeForm.php.
rules | ( | ) |
Override to make sure the value attribute is set as a string
Reimplemented from WorkflowActionAttributeForm.
Definition at line 51 of file MarketingListWorkflowActionAttributeForm.php.
getValueElementType | ( | ) |
Reimplemented from WorkflowActionAttributeForm.
Definition at line 59 of file MarketingListWorkflowActionAttributeForm.php.
validateValue | ( | ) |
Value is required based on the type. Override in children as needed to add more scenarios.
Reimplemented from WorkflowActionAttributeForm.
Definition at line 64 of file MarketingListWorkflowActionAttributeForm.php.
getStringifiedModelForValue | ( | ) |
Reimplemented from WorkflowActionAttributeForm.
Definition at line 76 of file MarketingListWorkflowActionAttributeForm.php.
makeTypeValuesAndLabels | ( | $ | isCreatingNewModel, | |
$ | isRequired | |||
) | [protected] |
bool | $isCreatingNewModel | |
bool | $isRequired |
Reimplemented from WorkflowActionAttributeForm.
Definition at line 95 of file MarketingListWorkflowActionAttributeForm.php.