getDoctrine() ->getRepository('WallabagCoreBundle:Tag') ->findTags($this->getUser()->getId()); return $this->render( 'WallabagCoreBundle:Tag:tags.html.twig', array( 'tags' => $tags ) ); } }