Sonata\ProductBundle\Model\BaseProductProvider::reloadProduct PHP Method

reloadProduct() public method

..).
public reloadProduct ( Sonata\Component\Product\ProductInterface $product ) : Sonata\Component\Product\ProductInterface
$product Sonata\Component\Product\ProductInterface
return Sonata\Component\Product\ProductInterface
    public function reloadProduct(ProductInterface $product)
    {
        return $this->findOneById($product->getId());
    }