https://competitor-reviews.com/register

Forms

  • registration_form
    • firstName
    • lastName
    • phone
    • email
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#592
  -firstName: null
  -lastName: null
  -email: null
  -password: null
  -enabled: true
  -locations: Doctrine\Common\Collections\ArrayCollection {#593 …}
  -createdAt: DateTimeImmutable @1725762362 {#594
    date: 2024-09-08 02:26:02.450788 UTC (+00:00)
  }
  -phone: null
  -emailVerified: false
  -resetPasswordRequestAt: null
  -subscriptions: Doctrine\Common\Collections\ArrayCollection {#595 …}
  -isAdmin: 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 {#592
  -firstName: null
  -lastName: null
  -email: null
  -password: null
  -enabled: true
  -locations: Doctrine\Common\Collections\ArrayCollection {#593 …}
  -createdAt: DateTimeImmutable @1725762362 {#594
    date: 2024-09-08 02:26:02.450788 UTC (+00:00)
  }
  -phone: null
  -emailVerified: false
  -resetPasswordRequestAt: null
  -subscriptions: Doctrine\Common\Collections\ArrayCollection {#595 …}
  -isAdmin: null
}
same as passed value

Resolved Options

View Variables