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

watchComponentAction() public method

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