GET https://www.test.fluxxo.fr/inscription/user

Components

2 Twig Components
2 Render Count
4 ms Render Time
8.0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
front:inscription:user
"App\Twig\Front\InscriptionUserForm"
components/front/inscription/user.html.twig
1 4.21ms
component:forms:text-read-only
"App\Twig\Components\Forms\TextReadOnlyComponent"
components/component/forms/text-read-only.html.twig
1 0.23ms

Render calls

front:inscription:user App\Twig\Front\InscriptionUserForm 8.0 MiB 4.21 ms
Input props
[
  "entity" => App\Entity\UserClient {#1382
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1765370452 {#1383
      date: 2025-12-10 12:40:52.587086 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1381 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1400 …}
    -theRolePrincipal: App\Entity\UserRole {#1392 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -diagnostics: Doctrine\Common\Collections\ArrayCollection {#1384 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1385 …}
    -commandes: Doctrine\Common\Collections\ArrayCollection {#1386 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1389 …}
    -tarifHoraire: null
    -client: null
    -diagnosticTechnicien: Doctrine\Common\Collections\ArrayCollection {#1402 …}
    +"diagnosticPrestations": Doctrine\Common\Collections\ArrayCollection {#1387 …}
  }
]
Attributes
[]
Component
App\Twig\Front\InscriptionUserForm {#1501
  #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1458 …}
  +entity: App\Entity\UserClient {#1382
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1765370452 {#1383
      date: 2025-12-10 12:40:52.587086 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1381 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1400 …}
    -theRolePrincipal: App\Entity\UserRole {#1392 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -diagnostics: Doctrine\Common\Collections\ArrayCollection {#1384 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1385 …}
    -commandes: Doctrine\Common\Collections\ArrayCollection {#1386 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1389 …}
    -tarifHoraire: null
    -client: null
    -diagnosticTechnicien: Doctrine\Common\Collections\ArrayCollection {#1402 …}
    +"diagnosticPrestations": Doctrine\Common\Collections\ArrayCollection {#1387 …}
  }
  +codePromo: null
  -codePromoRepository: App\Repository\CodePromoRepository {#1499 …}
  +forfaitDefault: App\Entity\Forfait {#1639 …}
  +paiementDefault: App\Entity\AbonnementPaiement {#1500 …}
  -userService: App\Service\UserService {#1214 …}
  -requestService: App\Service\RequestService {#392 …}
  -inscriptionService: App\Service\InscriptionService {#914 …}
  -entityManager: ContainerQRuow7R\EntityManagerGhost614a58f {#288 …}
  -codePromoService: App\Service\CodePromoService {#1531 …}
  -liveResponder: Symfony\UX\LiveComponent\LiveResponder {#1633 …}
  -formView: Symfony\Component\Form\FormView {#1842 …}
  -form: Symfony\Component\Form\Form {#2063 …}
  +formName: "inscription_user"
  +formValues: [
    "nom" => ""
    "prenom" => ""
    "email" => ""
    "plainPassword" => ""
    "mobile" => ""
    "client" => [
      "raisonSociale" => ""
      "adresse" => [
        "rue" => ""
        "codePostal" => ""
        "ville" => ""
      ]
      "abonnement" => [
        "licenceNb" => "2"
        "thePaiement" => "1"
        "codePromo" => ""
      ]
    ]
    "_token" => "6c8ad6f1b3218c0b7246b4c6ceb4e65.nuTPsFk9f9kMwIMVxmACkDLdwQAt7FPe_1gcbtvKDjE.8Mmc4BhrO4Nupu5WsSpx3Fu6k1dm2mXuyTBxOOKzXEDVnJfIGmQluzSj1g"
  ]
  +isValidated: false
  +validatedFields: []
  -shouldAutoSubmitForm: true
}
component:forms:text-read-only App\Twig\Components\Forms\TextReadOnlyComponent 8.0 MiB 0.23 ms
Input props
[
  "label" => "Pays"
  "value" => "France"
]
Attributes
[]
Component
App\Twig\Components\Forms\TextReadOnlyComponent {#2827
  -label: "Pays"
  -value: "France"
  -id: null
  -attrs: [
    "readonly" => "readonly"
    "class" => "form-control readonly"
  ]
  -prepend: null
  -append: null
}