Aimeos\ShopBundle\Controller\AccountController::profileComponentAction PHP Method

profileComponentAction() public method

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