PHP Symfony\Component\Form Namespace

Nested Namespaces

Symfony\Component\Form\Extension
Symfony\Component\Form\Tests
Symfony\Component\Form\Util
Symfony\Component\Form\ValueTransformer

Interfaces

Name Description
DataTransformerInterface Transforms a value between different representations.
FieldInterface A form field that can be embedded in a form.

Classes

Name Description
AbstractType
CollectionField
Field Base class for form fields
FieldGroup FieldGroup represents an array of widgets bind to names and values.
Form Form represents a form.
FormBuilder A builder for creating {@link Form} instances.
FormConfiguration FormConfiguration holds the default configuration for forms (CSRF, locale, .
FormError Wraps errors in forms
FormFactory
PropertyPath Allows easy traversing of a property path
TimeField Represents a time field.