/**
* @throws Exception
*
* @deprecated since 5.7.4. Will be removed in Shopware 5.8 without replacement
*/ publicfunctionajaxValidateEmailAction() { $this->Front()->Plugins()->ViewRenderer()->setNoRender(); $this->Response()->setHttpResponseCode(Response::HTTP_GONE); }