Наследование: extends Frontend
Пример #1
0
 /**
  * Renders the content syndication dialog.
  *
  * @return RedirectResponse
  *
  * @Route("/_contao/share", name="contao_frontend_share")
  */
 public function shareAction()
 {
     $this->container->get('contao.framework')->initialize();
     $controller = new FrontendShare();
     return $controller->run();
 }