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

favoriteComponentAction() public méthode

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