Method | Description | |
---|---|---|
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options ) | Buildform function | |
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver ) | Configures the options for this type. | |
getBlockPrefix ( ) : string | Returns the prefix of the template block name for this type. | |
getName ( ) : string | Return unique name for this form |
public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver ) | ||
$resolver | Symfony\Component\OptionsResolver\OptionsResolver | The resolver for the options. |
public getBlockPrefix ( ) : string | ||
return | string | The prefix of the template block name |