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

watchComponentAction() public méthode

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