Forms

  • registration_form
    • civility
    • firstname
    • lastname
    • email
    • username
    • organization
    • plainPassword
    • address
    • additionalAddress
    • zipCode
    • city
    • country
    • phoneNumber
    • additionalPhoneNumber
    • contributor
    • hasNewsletter
    • agreeTerms
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#360
  -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?"
  -plainPassword: ""
  -hasNewsletter: false
  -isActive: false
  -isSleeping: false
  -isVerified: false
  -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#846 …}
  -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#845 …}
  -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#841 …}
  -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#843 …}
  -payments: Doctrine\Common\Collections\ArrayCollection {#800 …}
  #createdAt: null
  #updatedAt: 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 {#360
  -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?"
  -plainPassword: ""
  -hasNewsletter: false
  -isActive: false
  -isSleeping: false
  -isVerified: false
  -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#846 …}
  -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#845 …}
  -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#841 …}
  -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#843 …}
  -payments: Doctrine\Common\Collections\ArrayCollection {#800 …}
  #createdAt: null
  #updatedAt: null
}
same as passed value

Resolved Options

View Variables