Sylius\Bundle\ProductBundle\Form\EventSubscriber\ProductOptionFieldSubscriber::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Product\Resolver\ProductVariantResolverInterface $variantResolver )
$variantResolver Sylius\Component\Product\Resolver\ProductVariantResolverInterface
    public function __construct(ProductVariantResolverInterface $variantResolver)
    {
        $this->variantResolver = $variantResolver;
    }