Elcodi\Plugin\DisqusBundle\Templating\TwigRenderer::renderDisqusProductBlock PHP Method

renderDisqusProductBlock() public method

Renders disqus block on product page
public renderDisqusProductBlock ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface Event
    public function renderDisqusProductBlock(EventInterface $event)
    {
        if ($this->plugin->isUsable(['disqus_identifier', 'disqus_enabled_product'])) {
            $this->appendTemplate('@ElcodiDisqus/block.html.twig', $event, $this->plugin);
        }
    }