name: ClearableErrorsInterface class_comment: null dependencies: [] properties: [] methods: - name: clearErrors visibility: public parameters: - name: deep default: 'false' comment: '# * A form element whose errors can be cleared. # * # * @author Colin O''Dell # */ # interface ClearableErrorsInterface # { # /** # * Removes all the errors of this form. # * # * @param bool $deep Whether to remove errors from child forms as well # * # * @return $this' traits: [] interfaces: []