FormBuilderInterface
create(string $name, string|null $type = null, array $options = array())
Creates a form builder.
Parameters string $name The name of the form or the name of the property string|null $type The type of the form or null if name is a property array $options The options Return Value FormBuilderInterface The created builder