Sylius\Bundle\PromotionBundle\Controller\PromotionCouponController::getGenerator PHP Method

getGenerator() protected method

protected getGenerator ( ) : Sylius\Component\Promotion\Generator\PromotionCouponGeneratorInterface
return Sylius\Component\Promotion\Generator\PromotionCouponGeneratorInterface
    protected function getGenerator()
    {
        return $this->container->get('sylius.promotion_coupon_generator');
    }
PromotionCouponController