Sonata\ProductBundle\Seo\Services\ServiceInterface::alterPage PHP Method

alterPage() public method

Add the meta information.
public alterPage ( Sonata\SeoBundle\Seo\SeoPageInterface $seoPage, Sonata\Component\Product\ProductInterface $product )
$seoPage Sonata\SeoBundle\Seo\SeoPageInterface
$product Sonata\Component\Product\ProductInterface
    public function alterPage(SeoPageInterface $seoPage, ProductInterface $product);
ServiceInterface