Elcodi\Plugin\TwitterBundle\Templating\JavascriptRenderer::renderJavascript PHP Method

renderJavascript() public method

Renders the javascript.
public renderJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface The event
    public function renderJavascript(EventInterface $event)
    {
        if ($this->plugin->isUsable()) {
            $this->appendTemplate('@ElcodiTwitter/javascript.html.twig', $event, $this->plugin);
        }
    }