http://62.113.106.32/register/ru

Forms

  • registration_form
    • email
    • username
    • firstName
    • lastName
    • mobile
    • agreeTerms
    • plainPassword
    • gender
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#621
  -id: null
  -email: null
  -username: null
  -roles: []
  -password: null
  -isVerified: false
  -orders: Doctrine\Common\Collections\ArrayCollection {#654 …}
  -firstName: null
  -lastName: null
  -mobile: null
  -gender: null
  -birthdate: null
  -address: null
  -avatar: null
  -country: 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 {#621
  -id: null
  -email: null
  -username: null
  -roles: []
  -password: null
  -isVerified: false
  -orders: Doctrine\Common\Collections\ArrayCollection {#654 …}
  -firstName: null
  -lastName: null
  -mobile: null
  -gender: null
  -birthdate: null
  -address: null
  -avatar: null
  -country: null
}
same as passed value

Resolved Options

View Variables