http://pjtqdev.zele.ovh/inscription

Forms

  • form
    • email
    • person
    • plainPassword
    • _token

form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#683
  -id: null
  -email: null
  -roles: []
  -password: null
  -person: null
  -createdAt: null
  -updatedAt: null
  -professionalProfile: null
  -token: null
  -isVerified: false
  -notificationParameter: null
  -oldAccount: null
  -territory: null
  -companyProfile: null
  -realEstateProfile: null
  -realEstateAds: Doctrine\Common\Collections\ArrayCollection {#676 …}
  -opportunities: Doctrine\Common\Collections\ArrayCollection {#784 …}
  -registerPage: 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 {#683
  -id: null
  -email: null
  -roles: []
  -password: null
  -person: null
  -createdAt: null
  -updatedAt: null
  -professionalProfile: null
  -token: null
  -isVerified: false
  -notificationParameter: null
  -oldAccount: null
  -territory: null
  -companyProfile: null
  -realEstateProfile: null
  -realEstateAds: Doctrine\Common\Collections\ArrayCollection {#676 …}
  -opportunities: Doctrine\Common\Collections\ArrayCollection {#784 …}
  -registerPage: null
}
same as passed value

Resolved Options

View Variables