Aimeos\ShopBundle\Controller\AccountController::favoriteComponentAction PHP Метод

favoriteComponentAction() публичный Метод

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