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

historyComponentAction() public method

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