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

Components

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

Render calls

front:inscription:user App\Twig\Front\InscriptionUserForm 6.0 MiB 9.15 ms
Input props
[
  "entity" => App\Entity\UserClient {#1298
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1737565408 {#1299
      date: 2025-01-22 17:03:28.182204 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1102 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1315 …}
    -theRolePrincipal: App\Entity\UserRole {#1308 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -visites: Doctrine\Common\Collections\ArrayCollection {#1300 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1301 …}
    -actionCommerciales: Doctrine\Common\Collections\ArrayCollection {#1302 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1305 …}
    -tarifHoraire: null
    -client: null
    -visiteTechnicien: Doctrine\Common\Collections\ArrayCollection {#1316 …}
    +"visitePrestations": Doctrine\Common\Collections\ArrayCollection {#1303 …}
  }
]
Attributes
[]
Component
App\Twig\Front\InscriptionUserForm {#1471
  #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1406 …}
  +entity: App\Entity\UserClient {#1298
    -id: null
    -email: null
    -roles: [
      "ROLE_CLIENT_DIRECTION"
    ]
    -plainPassword: null
    -password: null
    -tokenPassword: null
    -tokenActivate: null
    -nom: null
    -prenom: null
    -createdAt: DateTimeImmutable @1737565408 {#1299
      date: 2025-01-22 17:03:28.182204 UTC (+00:00)
    }
    -theStatut: App\Entity\UserStatut {#1102 …}
    -mobile: null
    -reference: null
    -theType: App\Entity\UserType {#1315 …}
    -theRolePrincipal: App\Entity\UserRole {#1308 …}
    -photo: null
    -photoFile: null
    -oldImageName: null
    -uploadsImageFile: ? ?string
    -updatedAt: null
    -visites: Doctrine\Common\Collections\ArrayCollection {#1300 …}
    -interventions: Doctrine\Common\Collections\ArrayCollection {#1301 …}
    -actionCommerciales: Doctrine\Common\Collections\ArrayCollection {#1302 …}
    -responsableInterventions: Doctrine\Common\Collections\ArrayCollection {#1305 …}
    -tarifHoraire: null
    -client: null
    -visiteTechnicien: Doctrine\Common\Collections\ArrayCollection {#1316 …}
    +"visitePrestations": Doctrine\Common\Collections\ArrayCollection {#1303 …}
  }
  +codePromo: null
  -codePromoRepository: App\Repository\CodePromoRepository {#1482 …}
  +forfaitDefault: App\Entity\Forfait {#1567 …}
  +paiementDefault: App\Entity\AbonnementPaiement {#1485 …}
  -userService: App\Service\UserService {#995 …}
  -requestService: App\Service\RequestService {#601 …}
  -inscriptionService: App\Service\InscriptionService {#1141 …}
  -entityManager: ContainerTeIjPA3\EntityManagerGhost614a58f {#114 …}
  -codePromoService: App\Service\CodePromoService {#1427 …}
  -liveResponder: Symfony\UX\LiveComponent\LiveResponder {#1550 …}
  -formView: Symfony\Component\Form\FormView {#1727 …}
  -form: Symfony\Component\Form\Form {#1926 …}
  +formName: "inscription_user"
  +formValues: [
    "nom" => ""
    "prenom" => ""
    "email" => ""
    "plainPassword" => ""
    "mobile" => ""
    "client" => [
      "raisonSociale" => ""
      "adresse" => [
        "rue" => ""
        "codePostal" => ""
        "ville" => ""
      ]
      "abonnement" => [
        "licenceNb" => "2"
        "thePaiement" => "1"
        "codePromo" => ""
      ]
    ]
    "_token" => "c.oI3vPzB-N8xdZQ2CKv2jgdLGILGsY8gvXTEcF0GSo6s.wfTWC0AGDosXXTTXZY7Q8pPzSIeZUYlHbllbRQbb9ZPM-p4GejsAvm09OQ"
  ]
  +isValidated: false
  +validatedFields: []
  -shouldAutoSubmitForm: true
}
component:forms:text-read-only App\Twig\Components\Forms\TextReadOnlyComponent 6.0 MiB 0.69 ms
Input props
[
  "label" => "Pays"
  "value" => "France"
]
Attributes
[]
Component
App\Twig\Components\Forms\TextReadOnlyComponent {#2654
  -label: "Pays"
  -value: "France"
  -id: null
  -attrs: [
    "readonly" => "readonly"
    "class" => "form-control readonly"
  ]
  -prepend: null
  -append: null
}