$xml = new \yii\web\XmlResponseFormatter; $xml->rootTag = 'Response'; Yii::$app->response->format = 'custom_xml'; Yii::$app->response->formatters['custom_xml'] = $xml; return ['customer' => ['name' => 'John Smith']];
YII2 redirect to previous page or referrer $this -> redirect ( Yii :: $app -> request -> referrer );