Aimeos\ShopBundle\Controller\AccountController::profileComponentAction PHP Méthode

profileComponentAction() public méthode

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