FormInterface submit(null|string|array $submittedData, bool $clearMissing = true)
Submits data to the form, transforms and validates it.
FormInterface submit(null|string|array $submittedData, bool $clearMissing = true)
Submits data to the form, transforms and validates it.
null|string|array | $submittedData | The submitted data |
bool | $clearMissing | Whether to set fields to NULL when they are missing in the submitted data. |
FormInterface | The form instance |
AlreadySubmittedException | If the form has already been submitted. |
Designed by : w10schools
service@w10schools.com
Please login to continue.