Piwik\Plugins\VisitsSummary\Controller::index PHP Method

index() public method

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