https://dev.esrautomoto.fr/register

Forms

  • registration_form
    • email
    • agreeTerms
    • plainPassword
    • save
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#529
  -id: null
  -email: null
  -roles: []
  -password: null
  -phone: null
  -address: null
  -city: null
  -date_birth: null
  -isVerified: false
  -subscriptions: Doctrine\Common\Collections\ArrayCollection {#659 …}
  -partner: null
  -users: Doctrine\Common\Collections\ArrayCollection {#625 …}
  -canCode: false
  -createdAt: null
  -updatedAt: null
  -fname: null
  -lname: null
  -dossierCPFs: Doctrine\Common\Collections\ArrayCollection {#626 …}
  -data: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#529
  -id: null
  -email: null
  -roles: []
  -password: null
  -phone: null
  -address: null
  -city: null
  -date_birth: null
  -isVerified: false
  -subscriptions: Doctrine\Common\Collections\ArrayCollection {#659 …}
  -partner: null
  -users: Doctrine\Common\Collections\ArrayCollection {#625 …}
  -canCode: false
  -createdAt: null
  -updatedAt: null
  -fname: null
  -lname: null
  -dossierCPFs: Doctrine\Common\Collections\ArrayCollection {#626 …}
  -data: null
}
same as passed value

Resolved Options

View Variables