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 {#362
  -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?"
  -plainPassword: ""
  -hasNewsletter: false
  -isActive: false
  -isSleeping: false
  -isVerified: false
  -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#1029 …}
  -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#1028 …}
  -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#1024 …}
  -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#1026 …}
  -payments: Doctrine\Common\Collections\ArrayCollection {#976 …}
  #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 {#362
  -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?"
  -plainPassword: ""
  -hasNewsletter: false
  -isActive: false
  -isSleeping: false
  -isVerified: false
  -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#1029 …}
  -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#1028 …}
  -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#1024 …}
  -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#1026 …}
  -payments: Doctrine\Common\Collections\ArrayCollection {#976 …}
  #createdAt: null
  #updatedAt: null
}
same as passed value

Resolved Options

View Variables