Sylius\Bundle\ProductBundle\Form\Type\ProductOptionChoiceType::getParent PHP Method

getParent() public method

public getParent ( )
    public function getParent()
    {
        return ChoiceType::class;
    }