PHP Class Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonCodeChoiceType

Author: Kamil Kokot ([email protected])
Inheritance: extends Symfony\Component\Form\AbstractType
Show file Open project: sylius/sylius

Public Methods

Method Description
__construct ( Sylius\Component\Resource\Repository\RepositoryInterface $taxonRepository )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
getBlockPrefix ( )
getParent ( )

Method Details

__construct() public method

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $taxonRepository )
$taxonRepository Sylius\Component\Resource\Repository\RepositoryInterface

buildForm() public method

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

getBlockPrefix() public method

public getBlockPrefix ( )

getParent() public method

public getParent ( )