mirocow\eav\admin\controllers\EntityController::actionIndex PHP Method

actionIndex() public method

Lists all EavEntity models.
public actionIndex ( ) : mixed
return mixed
    public function actionIndex()
    {
        $searchModel = new EavEntitySearch();
        $dataProvider = $searchModel->search(Yii::$app->request->queryParams);
        return $this->render('index', ['searchModel' => $searchModel, 'dataProvider' => $dataProvider]);
    }