Piwik\Plugins\Goals\Controller::widgetGoalsOverview PHP Method

widgetGoalsOverview() public method

Deprecation: used to be a widgetized URL. There to not break widget URLs
public widgetGoalsOverview ( )
    public function widgetGoalsOverview()
    {
        $_GET['containerId'] = 'GoalsOverview';
        return FrontController::getInstance()->fetchDispatch('CoreHome', 'renderWidgetContainer');
    }