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

renderJavascript() public method

Renders import/export buttons
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(['asynchronous'])) {
            $this->appendTemplate('@ElcodiPinterest/javascript.html.twig', $event, $this->plugin);
        }
    }