https://dev.happylauncher.com/register

Forms

  • registration_form
    • email
    • firstName
    • lastName
    • agreeTerms
    • plainPassword
    • captcha
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#550
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstName: null
  -lastName: null
  -isVerified: false
  -products: Doctrine\Common\Collections\ArrayCollection {#661 …}
  -userStores: Doctrine\Common\Collections\ArrayCollection {#527 …}
  -stripe_customer_id: null
  -lastLogin: null
  -userProductImages: Doctrine\Common\Collections\ArrayCollection {#523 …}
  -apiKey: null
  -apiKeyShippo: null
  #createdAt: null
  #updatedAt: 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 {#550
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstName: null
  -lastName: null
  -isVerified: false
  -products: Doctrine\Common\Collections\ArrayCollection {#661 …}
  -userStores: Doctrine\Common\Collections\ArrayCollection {#527 …}
  -stripe_customer_id: null
  -lastLogin: null
  -userProductImages: Doctrine\Common\Collections\ArrayCollection {#523 …}
  -apiKey: null
  -apiKeyShippo: null
  #createdAt: null
  #updatedAt: null
}
same as passed value

Resolved Options

View Variables