Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionCouponRepository::createQueryBuilderByPromotionId PHP Method

createQueryBuilderByPromotionId() public method

public createQueryBuilderByPromotionId ( $promotionId )
    public function createQueryBuilderByPromotionId($promotionId)
    {
        return $this->createQueryBuilder('o')->where('o.promotion = :promotionId')->setParameter('promotionId', $promotionId);
    }