Example #1
0
 public function listSwitches()
 {
     $this->params['presets'] = LayoutObject::presets();
     $result = $this->container['admin.theme']->render('@gantry-admin/layouts/switcher.html.twig', $this->params);
     return new JsonResponse(['html' => $result]);
 }