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

actionIndex() public method

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