Bolt\Asset\Widget\Queue::getRendered PHP Method

getRendered() public method

Get a rendered (and potentially cached) widget from the queue.
public getRendered ( string $key ) : Twig_Markup | string
$key string
return Twig_Markup | string
    public function getRendered($key)
    {
        return $this->getHtml($this->queue[$key]);
    }