api/symfony/Component/Form/ClearableErrorsInterface.yaml
2024-09-26 02:03:21 -07:00

35 lines
569 B
YAML

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 <colinodell@gmail.com>
# */
# 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: []