http://datamana.net/register

Forms

  • registration_form
    • email
    • firstname
    • lastname
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#633
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -createdAt: null
  -updatedAt: null
  -isVerified: false
  -githubId: null
  -googleId: null
  -facebookId: null
  -company: null
  -phoneNumber: null
  -imageFile: null
  -imageName: null
  -imageSize: null
  -imageUrl: null
  -filesUsers: Doctrine\Common\Collections\ArrayCollection {#995 …}
  -fileEnriches: Doctrine\Common\Collections\ArrayCollection {#957 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#633
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -createdAt: null
  -updatedAt: null
  -isVerified: false
  -githubId: null
  -googleId: null
  -facebookId: null
  -company: null
  -phoneNumber: null
  -imageFile: null
  -imageName: null
  -imageSize: null
  -imageUrl: null
  -filesUsers: Doctrine\Common\Collections\ArrayCollection {#995 …}
  -fileEnriches: Doctrine\Common\Collections\ArrayCollection {#957 …}
}
same as passed value

Resolved Options

View Variables