Aimeos\ShopBundle\Controller\AccountController::profileComponentAction PHP Метод

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

Returns the output of the account profile component
public profileComponentAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response Response object containing the generated output
    public function profileComponentAction()
    {
        return $this->getOutput('account/profile');
    }