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

Components

2 Twig Components
2 Render Count
4 ms Render Time
14.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.34ms
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 14.0 MiB 4.34 ms
Input props
[
  "entity" => App\Entity\UserClient {#1371
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1773934885 {#1372
      date: 2026-03-19 15:41:25.499345 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1370 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1389 …}
    -theRolePrincipal: App\Entity\UserRole {#1381 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -diagnostics: Doctrine\Common\Collections\ArrayCollection {#1373 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1374 …}
    -commandes: Doctrine\Common\Collections\ArrayCollection {#1375 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1378 …}
    -tarifHoraire: null
    -client: null
    -diagnosticTechnicien: Doctrine\Common\Collections\ArrayCollection {#1391 …}
    +"diagnosticPrestations": Doctrine\Common\Collections\ArrayCollection {#1376 …}
  }
]
Attributes
[]
Component
App\Twig\Front\InscriptionUserForm {#1490
  #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1447 …}
  +entity: App\Entity\UserClient {#1371
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1773934885 {#1372
      date: 2026-03-19 15:41:25.499345 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1370 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1389 …}
    -theRolePrincipal: App\Entity\UserRole {#1381 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -diagnostics: Doctrine\Common\Collections\ArrayCollection {#1373 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1374 …}
    -commandes: Doctrine\Common\Collections\ArrayCollection {#1375 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1378 …}
    -tarifHoraire: null
    -client: null
    -diagnosticTechnicien: Doctrine\Common\Collections\ArrayCollection {#1391 …}
    +"diagnosticPrestations": Doctrine\Common\Collections\ArrayCollection {#1376 …}
  }
  +codePromo: null
  -codePromoRepository: App\Repository\CodePromoRepository {#1488 …}
  +forfaitDefault: App\Entity\Forfait {#1633 …}
  +paiementDefault: App\Entity\AbonnementPaiement {#1489 …}
  -userService: App\Service\UserService {#1110 …}
  -requestService: App\Service\RequestService {#391 …}
  -inscriptionService: App\Service\InscriptionService {#1103 …}
  -entityManager: ContainerH1cZ4Q0\EntityManagerGhost614a58f {#287 …}
  -codePromoService: App\Service\CodePromoService {#1520 …}
  -liveResponder: Symfony\UX\LiveComponent\LiveResponder {#1622 …}
  -formView: Symfony\Component\Form\FormView {#1835 …}
  -form: Symfony\Component\Form\Form {#2056 …}
  +formName: "inscription_user"
  +formValues: [
    "nom" => ""
    "prenom" => ""
    "email" => ""
    "plainPassword" => ""
    "mobile" => ""
    "client" => [
      "raisonSociale" => ""
      "adresse" => [
        "rue" => ""
        "codePostal" => ""
        "ville" => ""
      ]
      "abonnement" => [
        "licenceNb" => "2"
        "thePaiement" => "1"
        "codePromo" => ""
      ]
    ]
    "_token" => "a5f9e4955f38f3b32954.Ewu4E4rZ8hzN7kDDumIPnbuGlOcLlujxZk-ehyAtfpY.eSaOYfufkU601y7w7ytm7-vV2qNgz5ujDBrq_lVpM_FVYvla6ZixTam6BQ"
  ]
  +isValidated: false
  +validatedFields: []
  -shouldAutoSubmitForm: true
}
component:forms:text-read-only App\Twig\Components\Forms\TextReadOnlyComponent 14.0 MiB 0.23 ms
Input props
[
  "label" => "Pays"
  "value" => "France"
]
Attributes
[]
Component
App\Twig\Components\Forms\TextReadOnlyComponent {#2820
  -label: "Pays"
  -value: "France"
  -id: null
  -attrs: [
    "readonly" => "readonly"
    "class" => "form-control readonly"
  ]
  -prepend: null
  -append: null
}