Form::getFiles()

array getFiles() Gets the file field values. Return Value array An array of file field values

Form::getFormNode()

DOMElement getFormNode() Gets the form node associated with this form. Return Value DOMElement A \DOMElement instance

Form::getClickedButton()

Button|null getClickedButton() Returns the button that was used to submit the form. Return Value Button|null The clicked button or NULL if the form was not submitted

Form::getErrors()

FormErrorIterator getErrors(bool $deep = false, bool $flatten = true) Returns the errors of this form. Parameters bool $deep Whether to include errors of child forms as well bool $flatten Whether to flatten the list of errors in case $deep is set to true Return Value FormErrorIterator An iterator over the {@link FormError} instances that where added to this form

Form::disableValidation()

Form disableValidation() Disables validation. Return Value Form

Form::getData()

mixed getData() Returns the data in the format needed for the underlying object. Return Value mixed

Form::getConfig()

FormConfigInterface getConfig() Returns the form's configuration. Return Value FormConfigInterface The configuration

Form::all()

FormInterface[] all() Returns all children in this group. Return Value FormInterface[] An array of FormInterface instances

Form::createView()

FormView createView(FormView $parent = null) Creates a view. Parameters FormView $parent The parent view Return Value FormView The view

Form::all()

FormField[] all() Gets all fields. Return Value FormField[] An array of fields