Forms

  • registration_form
    • role
    • firstName
    • lastName
    • birthday
    • email
    • phone
    • plainPassword
    • isAcceptNewsletter
    • agreeCgv
    • agreeTerms
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#1835
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -isVerifiedKyc: null
  -isAdminValidated: null
  -firstName: null
  -lastName: null
  -birthday: null
  -phone: null
  -isAcceptNewsletter: null
  -civility: null
  -licenceYear: null
  -address: null
  -postalCode: null
  -city: null
  -departement: null
  -biograph: null
  -isInfosExact: null
  -territories: Doctrine\Common\Collections\ArrayCollection {#1836 …}
  -bookings: Doctrine\Common\Collections\ArrayCollection {#1837 …}
  -stripeAccountId: null
  -stripePersonId: null
  -stripeAccountBankId: null
  -createdAt: null
  -stripeCustomerId: 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 {#1835
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -isVerifiedKyc: null
  -isAdminValidated: null
  -firstName: null
  -lastName: null
  -birthday: null
  -phone: null
  -isAcceptNewsletter: null
  -civility: null
  -licenceYear: null
  -address: null
  -postalCode: null
  -city: null
  -departement: null
  -biograph: null
  -isInfosExact: null
  -territories: Doctrine\Common\Collections\ArrayCollection {#1836 …}
  -bookings: Doctrine\Common\Collections\ArrayCollection {#1837 …}
  -stripeAccountId: null
  -stripePersonId: null
  -stripeAccountBankId: null
  -createdAt: null
  -stripeCustomerId: null
}
same as passed value

Resolved Options

View Variables