/** * @Route("/get_all/{tagId}", defaults={"tagId" = 0}) * * @Method({"GET"}) */ public function getAllContent($tagId) { $result = $this->service->getAllContent($tagId); return $result; }