FormInterface getRoot() Returns the root of the form tree. Return Value FormInterface The root of the tree
PropertyPathInterface getPropertyPath() Unsupported method. Return Value PropertyPathInterface The property path
FormInterface|null getParent() Returns the parent form. Return Value FormInterface|null The parent form or null if there is none
mixed getNormData() Unsupported method. Return Value mixed When the field is not submitted, the default data is returned When the field is submitted, the normalized submitted data is returned if the field is valid, null otherwise.
string getName() Returns the name by which the button is identified in forms. Return Value string The name of the form
EmptyIterator getIterator() Unsupported method. Return Value EmptyIterator Always returns an empty iterator
array getExtraData() Unsupported method. Return Value array The submitted data which do not belong to a child
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
mixed getData() Unsupported method. Return Value mixed
FormConfigInterface getConfig() Returns the button's configuration. Return Value FormConfigInterface The configuration
Page 696 of 787