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

renderJavascript() public method

Renders disqus JS element
public renderJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface Event
    public function renderJavascript(EventInterface $event)
    {
        if ($this->plugin->isUsable(['disqus_identifier'])) {
            $this->appendTemplate('@ElcodiDisqus/javascript.html.twig', $event, $this->plugin);
        }
    }