Beispiel #1
0
 /**
  * @Route("/get_all_tags")
  *
  * @Method({"GET"})
  */
 public function getAllTags()
 {
     $result = $this->service->getAllTags();
     return $result;
 }