app\modules\backend\controllers\DefaultController::actionIndex PHP Method

actionIndex() public method

Application dashboard.
public actionIndex ( ) : string
return string
    public function actionIndex()
    {
        return $this->render('index');
    }