https://maketou-ht.com/register

Forms

  • registration_form
    • email
    • agreeTerms
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#526
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -notifications: Doctrine\Common\Collections\ArrayCollection {#527 …}
  -shops: Doctrine\Common\Collections\ArrayCollection {#528 …}
  -createdAt: null
  -firstname: null
  -lastname: null
  -gender: null
  -kycStatus: null
  -selfieSubmitted: null
  -frontDocumentSubmitted: null
  -backDocumentSubmitted: null
  -kycSubmittedAt: null
  -kycVerifiedAt: null
  -addresses: Doctrine\Common\Collections\ArrayCollection {#529 …}
  -phone: null
  -profilePicture: null
  -resetToken: null
  -passwordRequestedAt: 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 {#526
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -notifications: Doctrine\Common\Collections\ArrayCollection {#527 …}
  -shops: Doctrine\Common\Collections\ArrayCollection {#528 …}
  -createdAt: null
  -firstname: null
  -lastname: null
  -gender: null
  -kycStatus: null
  -selfieSubmitted: null
  -frontDocumentSubmitted: null
  -backDocumentSubmitted: null
  -kycSubmittedAt: null
  -kycVerifiedAt: null
  -addresses: Doctrine\Common\Collections\ArrayCollection {#529 …}
  -phone: null
  -profilePicture: null
  -resetToken: null
  -passwordRequestedAt: null
}
same as passed value

Resolved Options

View Variables