Ejemplo n.º 1
0
 public function listAction(Request $request)
 {
     $this->synchronizer->synchronize($request->getLocale());
     return $this->templating->renderResponse('SilvestraBannerBundle:BannerZone:list.html.twig', array('banner_zones' => $this->bannerZoneManager->findAll()));
 }