store\controllers\TagController::actionIndex PHP Метод

actionIndex() публичный Метод

public actionIndex ( )
    public function actionIndex()
    {
        $searchModel = new TagSearch();
        $dataProvider = $searchModel->search(Yii::$app->request->get());
        return $this->render('index', ['dataProvider' => $dataProvider, 'searchModel' => $searchModel]);
    }