( ! ) Warning: Undefined variable $namespace in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
;
use
( ! ) Warning: Undefined variable $entity_full_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 5 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
;
use
( ! ) Warning: Undefined variable $form_full_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 6 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
;
use Symfony\Bundle\FrameworkBundle\Controller\
( ! ) Warning: Undefined variable $parent_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 10 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
( ! ) Warning: Undefined variable $use_attributes in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 15 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/**
* @Route("
( ! ) Warning: Undefined variable $route_path in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 19 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
")
*/
class
( ! ) Warning: Undefined variable $class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 22 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
extends
( ! ) Warning: Undefined variable $parent_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 22 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
{
( ! ) Warning: Undefined variable $use_attributes in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 24 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/**
* @Route("/", name="
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 28 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_index", methods={"GET"})
*/
public function index(): Response
{
$
( ! ) Warning: Undefined variable $entity_var_plural in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 41 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
= $this->getDoctrine()
->getRepository(
( ! ) Warning: Undefined variable $entity_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 42 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
::class)
->findAll();
return $this->render('
( ! ) Warning: Undefined variable $templates_path in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 45 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/index.html.twig', [
'
( ! ) Warning: Undefined variable $entity_twig_var_plural in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 46 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
' => $
( ! ) Warning: Undefined variable $entity_var_plural in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 46 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
,
]);
}
( ! ) Warning: Undefined variable $use_attributes in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 51 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/**
* @Route("/new", name="
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 55 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_new", methods={"GET","POST"})
*/
public function new(Request $request): Response
{
$
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 60 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
= new
( ! ) Warning: Undefined variable $entity_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 60 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
();
$form = $this->createForm(
( ! ) Warning: Undefined variable $form_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 61 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
::class, $
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 61 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
);
$form->handleRequest($request);
if ($form->isSubmitted() && $form->isValid()) {
$entityManager = $this->getDoctrine()->getManager();
$entityManager->persist($
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 66 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
);
$entityManager->flush();
return $this->redirectToRoute('
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 69 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_index');
}
return $this->render('
( ! ) Warning: Undefined variable $templates_path in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 72 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/new.html.twig', [
'
( ! ) Warning: Undefined variable $entity_twig_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 73 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
' => $
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 73 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
,
'form' => $form->createView(),
]);
}
( ! ) Warning: Undefined variable $use_attributes in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 78 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/**
* @Route("/{
( ! ) Warning: Undefined variable $entity_identifier in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 82 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
}", name="
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 82 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_show", methods={"GET"})
*/
public function show(
( ! ) Warning: Undefined variable $entity_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 85 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
$
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 85 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
): Response
{
return $this->render('
( ! ) Warning: Undefined variable $templates_path in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 87 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/show.html.twig', [
'
( ! ) Warning: Undefined variable $entity_twig_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 88 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
' => $
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 88 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
,
]);
}
( ! ) Warning: Undefined variable $use_attributes in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 92 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/**
* @Route("/{
( ! ) Warning: Undefined variable $entity_identifier in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 96 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
}/edit", name="
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 96 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_edit", methods={"GET","POST"})
*/
public function edit(Request $request,
( ! ) Warning: Undefined variable $entity_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 99 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
$
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 99 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
): Response
{
$form = $this->createForm(
( ! ) Warning: Undefined variable $form_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 101 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
::class, $
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 101 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
);
$form->handleRequest($request);
if ($form->isSubmitted() && $form->isValid()) {
$this->getDoctrine()->getManager()->flush();
return $this->redirectToRoute('
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 107 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_index');
}
return $this->render('
( ! ) Warning: Undefined variable $templates_path in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 110 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/edit.html.twig', [
'
( ! ) Warning: Undefined variable $entity_twig_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 111 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
' => $
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 111 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
,
'form' => $form->createView(),
]);
}
( ! ) Warning: Undefined variable $use_attributes in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 116 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
/**
* @Route("/{
( ! ) Warning: Undefined variable $entity_identifier in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 120 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
}", name="
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 120 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_delete", methods={"DELETE"})
*/
public function delete(Request $request,
( ! ) Warning: Undefined variable $entity_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 123 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
$
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 123 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
): Response
{
if ($this->isCsrfTokenValid('delete'.$
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 125 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
->get
( ! ) Warning: Undefined variable $entity_identifier in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 125 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
(), $request->request->get('_token'))) {
$entityManager = $this->getDoctrine()->getManager();
$entityManager->remove($
( ! ) Warning: Undefined variable $entity_var_singular in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 127 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
);
$entityManager->flush();
}
return $this->redirectToRoute('
( ! ) Warning: Undefined variable $route_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/controller/Controller.tpl.php on line 131 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 366872 | {main}( ) | .../Controller.tpl.php:0 |
_index');
}
}