buildForm(FormBuilderInterface $builder, array $options)
Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form.
Parameters FormBuilderInterface $builder The form builder array $options The options See also FormTypeExtensionInterface::buildForm()