Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductVariantRepository::createQueryBuilderByProductId PHP Method

createQueryBuilderByProductId() public method

public createQueryBuilderByProductId ( $productId )
    public function createQueryBuilderByProductId($productId)
    {
        return $this->createQueryBuilder('o')->where('o.product = :productId')->setParameter('productId', $productId);
    }
ProductVariantRepository