https://dev.sebohushalmstad.se/register

Forms

  • registration_form
    • username
    • firstname
    • lastname
    • email
    • plainPassword
    • question
    • agreeTerms
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#510
  -id: null
  -username: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -email: null
  -authenticated: false
  -image: null
  -houseNumber: 0
  -created: null
  -lastLogin: null
  -lastActive: null
  -products: Doctrine\Common\Collections\ArrayCollection {#511 …}
  -address: ""
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#510
  -id: null
  -username: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -email: null
  -authenticated: false
  -image: null
  -houseNumber: 0
  -created: null
  -lastLogin: null
  -lastActive: null
  -products: Doctrine\Common\Collections\ArrayCollection {#511 …}
  -address: ""
}
same as passed value

Resolved Options

View Variables