Forms

  • fos_user_registration_form
    • email
    • plainPassword
    • firstname
    • lastname
    • phoneNumber
    • administrator
    • cgv
    • submit
    • _token

fos_user_registration_form

"App\Form\Type\RegistrationType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#3026
  #id: null
  #firstname: null
  #lastname: null
  #phoneNumber: null
  -authorizedBrands: Doctrine\Common\Collections\ArrayCollection {#3027 …}
  -administrator: null
  #stripeId: null
  -centralPurchasing: null
  -freelancerAssistant: null
  -createdAt: null
  -configStep: 0
  -userTracking: Doctrine\Common\Collections\ArrayCollection {#3028 …}
  -userTrackingDuration: null
  -paymentMethods: Doctrine\Common\Collections\ArrayCollection {#3030 …}
  -defaultPaymentMethod: null
  -storeToAssociateSepaWith: null
  -emailAuthEnabled: false
  -prescriber: null
  #username: null
  #usernameCanonical: null
  #email: null
  #emailCanonical: null
  #enabled: true
  #salt: null
  #password: null
  #plainPassword: null
  #lastLogin: null
  #confirmationToken: null
  #passwordRequestedAt: null
  #roles: []
  +"freelancerComments": Doctrine\Common\Collections\ArrayCollection {#3029 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
validation_groups
[
  "Registration"
  "Default"
]
[
  "Registration"
  "Default"
]

Resolved Options

View Variables