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

renderDisqusBlogPostBlock() public method

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