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

get() public method

Get a widget from the queue.
public get ( string $key ) : Bolt\Asset\Widget\WidgetAssetInterface
$key string
return Bolt\Asset\Widget\WidgetAssetInterface
    public function get($key)
    {
        return $this->queue[$key];
    }