FormBuilderInterface
createBuilder(FormFactoryInterface $factory, string $name, array $options = array())
Creates a new form builder for this type.
Parameters FormFactoryInterface $factory The form factory string $name The name for the builder array $options The builder options Return Value FormBuilderInterface The created form builder