Наследование: extends Backend
Пример #1
0
 /**
  * Renders the pop-up content.
  *
  * @return Response
  *
  * @Route("/popup", name="contao_backend_popup")
  */
 public function popupAction()
 {
     $this->container->get('contao.framework')->initialize();
     $controller = new BackendPopup();
     return $controller->run();
 }