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

favoriteComponentAction() public method

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