upload(string $value) Sets the value of the field.
class InputFormField extends FormField
bool isDisabled() Check if the current field is disabled.
setValue(string $value) Sets the value of the field.
array availableOptionValues() Returns list of available field options.
class FileFormField extends FormField
bool hasValue() Returns true if the field should be included in the submitted values.
ChoiceFormField disableValidation()
bool isDisabled() Check if the current selected option is disabled.
Page 2 of 3