Наследование: extends Backend
Пример #1
0
 /**
  * Renders the back end login form.
  *
  * @return Response
  *
  * @Route("/login", name="contao_backend_login")
  */
 public function loginAction()
 {
     $this->container->get('contao.framework')->initialize();
     $controller = new BackendIndex();
     return $controller->run();
 }