Sonata\Component\Product\AddBasket::getProductId PHP Method

getProductId() public method

public getProductId ( ) : integer
return integer the product id
    public function getProductId()
    {
        return $this->product->getId();
    }