https://lebiodelo.com/preparer-commande

Forms

  • user
    • email
    • password
    • nom
    • prenom
    • _token

user

"App\Form\UserType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#13
  -id: null
  -email: null
  -password: null
  -nom: null
  -prenom: null
  -roles: [
    "ROLE_USER"
  ]
  -adresses: Doctrine\Common\Collections\ArrayCollection {#452 …}
  -date_inscription: null
  -commandes: Doctrine\Common\Collections\ArrayCollection {#441 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#13
  -id: null
  -email: null
  -password: null
  -nom: null
  -prenom: null
  -roles: [
    "ROLE_USER"
  ]
  -adresses: Doctrine\Common\Collections\ArrayCollection {#452 …}
  -date_inscription: null
  -commandes: Doctrine\Common\Collections\ArrayCollection {#441 …}
}
same as passed value
inscription
true
same as passed value

Resolved Options

View Variables