https://wamacoul.fr/register

Forms

  • registration_form
    • email
    • name
    • agreeTerms
    • password
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#546
  -id: null
  -email: null
  -roles: [
    "ROLE_USER"
  ]
  -password: null
  -name: null
  -createdAt: null
  -articles: Doctrine\Common\Collections\ArrayCollection {#580 …}
  -comments: Doctrine\Common\Collections\ArrayCollection {#583 …}
  -categories: Doctrine\Common\Collections\ArrayCollection {#581 …}
  -tags: Doctrine\Common\Collections\ArrayCollection {#548 …}
  -images: Doctrine\Common\Collections\ArrayCollection {#549 …}
  -isVerified: false
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#546
  -id: null
  -email: null
  -roles: [
    "ROLE_USER"
  ]
  -password: null
  -name: null
  -createdAt: null
  -articles: Doctrine\Common\Collections\ArrayCollection {#580 …}
  -comments: Doctrine\Common\Collections\ArrayCollection {#583 …}
  -categories: Doctrine\Common\Collections\ArrayCollection {#581 …}
  -tags: Doctrine\Common\Collections\ArrayCollection {#548 …}
  -images: Doctrine\Common\Collections\ArrayCollection {#549 …}
  -isVerified: false
}
same as passed value

Resolved Options

View Variables