http://croncam.com/register

Forms

  • registration_form
    • username
    • email
    • agreeTerms
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#612
  -id: null
  -username: null
  -email: null
  -roles: [
    "ROLE_USER"
  ]
  -password: null
  -isVerified: false
  -channels: Doctrine\Common\Collections\ArrayCollection {#613 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#612
  -id: null
  -username: null
  -email: null
  -roles: [
    "ROLE_USER"
  ]
  -password: null
  -isVerified: false
  -channels: Doctrine\Common\Collections\ArrayCollection {#613 …}
}
same as passed value

Resolved Options

View Variables