http://wohlstandclub.de/register

Forms

  • registration_form
    • email
    • plainPassword
    • agreeTerms
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#707
  -id: null
  -name: ""
  -lastname: null
  -email: null
  -password: null
  -roles: "ROLE_USER"
  -language: "de"
  -street: null
  -city: null
  -postal_code: null
  -country: null
  -payment_method: ""
  -credit_card_number: null
  -credit_card_expiry: null
  -credit_card_cvc: null
  -paypal_token: null
  -google_token: null
  -created_at: null
  -updated_at: null
  -is_active: true
  -tickets: Doctrine\Common\Collections\ArrayCollection {#708 …}
  -plainPassword: 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 {#707
  -id: null
  -name: ""
  -lastname: null
  -email: null
  -password: null
  -roles: "ROLE_USER"
  -language: "de"
  -street: null
  -city: null
  -postal_code: null
  -country: null
  -payment_method: ""
  -credit_card_number: null
  -credit_card_expiry: null
  -credit_card_cvc: null
  -paypal_token: null
  -google_token: null
  -created_at: null
  -updated_at: null
  -is_active: true
  -tickets: Doctrine\Common\Collections\ArrayCollection {#708 …}
  -plainPassword: null
}
same as passed value

Resolved Options

View Variables