PropertyPathInterface getPropertyPath() Unsupported method. Return Value PropertyPathInterface The property path
TransformationFailedException|null getTransformationFailure() Unsupported method. Return Value TransformationFailedException|null The transformation failure
FormInterface getRoot() Returns the root of the form tree. Return Value FormInterface The root of the tree
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.
EmptyIterator getIterator() Unsupported method. Return Value EmptyIterator Always returns an empty iterator
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
array getExtraData() Unsupported method. Return Value array The submitted data which do not belong to a child
string getName() Returns the name by which the button is identified in forms. Return Value string The name of the form
FormInterface[] all() Returns all children in this group. Return Value FormInterface[] An array of FormInterface instances
Page 696 of 787