PHP Class Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueCollectionType

Array of OptionInterface objects should be passed as 'options' option to build proper set of choice types with option values list.
Author: Paweł Jędrzejewski ([email protected])
Inheritance: extends Symfony\Component\Form\AbstractType
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
getBlockPrefix ( )

Private Methods

Méthode Description
areOptionsValid ( mixed $options ) : boolean

Method Details

buildForm() public méthode

public buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
$builder Symfony\Component\Form\FormBuilderInterface
$options array

configureOptions() public méthode

public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

getBlockPrefix() public méthode

public getBlockPrefix ( )