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

Components

2 Twig Components
2 Render Count
31 ms Render Time
16.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 31.20ms
component:forms:text-read-only
"App\Twig\Components\Forms\TextReadOnlyComponent"
components/component/forms/text-read-only.html.twig
1 0.92ms

Render calls

front:inscription:user App\Twig\Front\InscriptionUserForm 16.0 MiB 31.20 ms
Input props
[
  "entity" => App\Entity\UserClient {#1545
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1765370448 {#1544
      date: 2025-12-10 12:40:48.299312 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1546 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1527 …}
    -theRolePrincipal: App\Entity\UserRole {#1535 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -diagnostics: Doctrine\Common\Collections\ArrayCollection {#1543 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1542 …}
    -commandes: Doctrine\Common\Collections\ArrayCollection {#1541 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1538 …}
    -tarifHoraire: null
    -client: null
    -diagnosticTechnicien: Doctrine\Common\Collections\ArrayCollection {#1525 …}
    +"diagnosticPrestations": Doctrine\Common\Collections\ArrayCollection {#1540 …}
  }
]
Attributes
[]
Component
App\Twig\Front\InscriptionUserForm {#883
  #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1354 …}
  +entity: App\Entity\UserClient {#1545
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1765370448 {#1544
      date: 2025-12-10 12:40:48.299312 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1546 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1527 …}
    -theRolePrincipal: App\Entity\UserRole {#1535 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -diagnostics: Doctrine\Common\Collections\ArrayCollection {#1543 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1542 …}
    -commandes: Doctrine\Common\Collections\ArrayCollection {#1541 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1538 …}
    -tarifHoraire: null
    -client: null
    -diagnosticTechnicien: Doctrine\Common\Collections\ArrayCollection {#1525 …}
    +"diagnosticPrestations": Doctrine\Common\Collections\ArrayCollection {#1540 …}
  }
  +codePromo: null
  -codePromoRepository: App\Repository\CodePromoRepository {#898 …}
  +forfaitDefault: App\Entity\Forfait {#1338 …}
  +paiementDefault: App\Entity\AbonnementPaiement {#890 …}
  -userService: App\Service\UserService {#1214 …}
  -requestService: App\Service\RequestService {#392 …}
  -inscriptionService: App\Service\InscriptionService {#1654 …}
  -entityManager: ContainerQRuow7R\EntityManagerGhost614a58f {#288 …}
  -codePromoService: App\Service\CodePromoService {#1273 …}
  -liveResponder: Symfony\UX\LiveComponent\LiveResponder {#1317 …}
  -formView: Symfony\Component\Form\FormView {#1763 …}
  -form: Symfony\Component\Form\Form {#1967 …}
  +formName: "inscription_user"
  +formValues: [
    "nom" => ""
    "prenom" => ""
    "email" => ""
    "plainPassword" => ""
    "mobile" => ""
    "client" => [
      "raisonSociale" => ""
      "adresse" => [
        "rue" => ""
        "codePostal" => ""
        "ville" => ""
      ]
      "abonnement" => [
        "licenceNb" => "2"
        "thePaiement" => "1"
        "codePromo" => ""
      ]
    ]
    "_token" => "96094df070334485c9041b419abf458.vkJJpSmKt66kghIdwDm402Cu7tYD_iplWkW_6KEs9Zo.8Xc5zwS-8uTl4GhfhHLpgBH6grhKznpRLhfXmfNKtsvwdiPiatLcwOq3Jg"
  ]
  +isValidated: false
  +validatedFields: []
  -shouldAutoSubmitForm: true
}
component:forms:text-read-only App\Twig\Components\Forms\TextReadOnlyComponent 16.0 MiB 0.92 ms
Input props
[
  "label" => "Pays"
  "value" => "France"
]
Attributes
[]
Component
App\Twig\Components\Forms\TextReadOnlyComponent {#2831
  -label: "Pays"
  -value: "France"
  -id: null
  -attrs: [
    "readonly" => "readonly"
    "class" => "form-control readonly"
  ]
  -prepend: null
  -append: null
}