https://handmade-demo.ru/register

Forms

  • registration_form_buyer
    • name
    • email
    • agreeTerms
    • _token
  • registration_form_seller
    • name
    • lastname
    • email
    • phone
    • agreeTerms
    • plainPassword
    • plainPasswordRepeat
    • _token

registration_form_buyer

"App\Form\RegistrationFormBuyerType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#411
  -id: null
  -email: null
  -name: null
  -lastname: null
  -phone: null
  -website: null
  -about_me: null
  -icon_path: null
  -address: null
  -status: null
  -password: null
  -isVerified: false
  -specialties: null
  -shopCartItems: Doctrine\Common\Collections\ArrayCollection {#412 …}
  -products: Doctrine\Common\Collections\ArrayCollection {#413 …}
  -orders: Doctrine\Common\Collections\ArrayCollection {#414 …}
  -roles: Doctrine\Common\Collections\ArrayCollection {#415 …}
  -comments: Doctrine\Common\Collections\ArrayCollection {#416 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#411
  -id: null
  -email: null
  -name: null
  -lastname: null
  -phone: null
  -website: null
  -about_me: null
  -icon_path: null
  -address: null
  -status: null
  -password: null
  -isVerified: false
  -specialties: null
  -shopCartItems: Doctrine\Common\Collections\ArrayCollection {#412 …}
  -products: Doctrine\Common\Collections\ArrayCollection {#413 …}
  -orders: Doctrine\Common\Collections\ArrayCollection {#414 …}
  -roles: Doctrine\Common\Collections\ArrayCollection {#415 …}
  -comments: Doctrine\Common\Collections\ArrayCollection {#416 …}
}
same as passed value

Resolved Options

View Variables