Piwik\Widget\WidgetConfig::isWidgetizeable PHP Method

isWidgetizeable() public method

Detect whether the widget is widgetizable meaning it won't be able to add it to the dashboard and it won't be possible to export the widget via an iframe if it is not widgetizable. This is usually not needed but useful when you eg want to display a widget within the Piwik UI but not want to have it widgetizable.
public isWidgetizeable ( ) : boolean
return boolean
    public function isWidgetizeable()
    {
        return $this->isWidgetizable;
    }