http://shop-dev.dm-edv.de/kundenkonto/registrierung

Forms

  • registration
    • email
    • firstname
    • lastname
    • plainPassword
    • addressBook
    • agreeToTiInfos
    • submit
    • _token

registration

"App\Form\RegistrationType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#776
  -id: null
  -username: null
  -firstname: null
  -lastname: null
  -agreeTermsToReceiveTiInfos: null
  -passwordResetToken: null
  -passwordResetTokenValidity: null
  -verifyEmailToken: null
  -verifyEmailTokenValidity: null
  -email: null
  -roles: []
  -password: null
  -tenant: null
  -isVerified: false
  -orders: Doctrine\Common\Collections\ArrayCollection {#777 …}
  -addressBook: null
  -plainTextPassword: null
  -dateCreated: 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 {#776
  -id: null
  -username: null
  -firstname: null
  -lastname: null
  -agreeTermsToReceiveTiInfos: null
  -passwordResetToken: null
  -passwordResetTokenValidity: null
  -verifyEmailToken: null
  -verifyEmailTokenValidity: null
  -email: null
  -roles: []
  -password: null
  -tenant: null
  -isVerified: false
  -orders: Doctrine\Common\Collections\ArrayCollection {#777 …}
  -addressBook: null
  -plainTextPassword: null
  -dateCreated: null
}
same as passed value

Resolved Options

View Variables