ClearableErrorsInterface
in
A form element whose errors can be cleared.
Tags
Table of Contents
Methods
- clearErrors() : $this
- Removes all the errors of this form.
Methods
clearErrors()
Removes all the errors of this form.
public
clearErrors([bool $deep = false ]) : $this
Parameters
- $deep : bool = false
-
Whether to remove errors from child forms as well