frontend\controllers\SiteController::actions PHP Method

actions() public method

public actions ( )
    public function actions()
    {
        return ['error' => ['class' => 'yii\\web\\ErrorAction'], 'captcha' => ['class' => 'yii\\captcha\\CaptchaAction', 'fixedVerifyCode' => YII_ENV_TEST ? 'testme' : null]];
    }