Elcodi\Plugin\PinterestBundle\Templating\TwigRenderer::renderPin PHP Метод

renderPin() публичный Метод

Renders import/export buttons
public renderPin ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface Event
    public function renderPin(EventInterface $event)
    {
        if ($this->plugin->isUsable()) {
            $this->appendTemplate('@ElcodiPinterest/product_pin.html.twig', $event, $this->plugin);
        }
    }