http://backoffice.beconnected.travel/signup

Forms

  • user
    • email
    • firstName
    • lastName
    • plainPassword
    • plainPassword2
    • phoneNumberAreaCode
    • phoneNumber
    • _token

user

"App\Form\UserType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#963
  -id: null
  -roles: []
  -firstName: null
  -lastName: null
  -email: null
  -password: null
  -plainPassword: null
  -plainPassword2: null
  -deletedAt: null
  -phoneNumber: null
  -phoneNumberAreaCode: null
  -customer: null
  -balanceTransactions: Doctrine\Common\Collections\ArrayCollection {#953 …}
  -isAuthenticationless: false
  -partner: 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 {#963
  -id: null
  -roles: []
  -firstName: null
  -lastName: null
  -email: null
  -password: null
  -plainPassword: null
  -plainPassword2: null
  -deletedAt: null
  -phoneNumber: null
  -phoneNumberAreaCode: null
  -customer: null
  -balanceTransactions: Doctrine\Common\Collections\ArrayCollection {#953 …}
  -isAuthenticationless: false
  -partner: null
  #createdAt: null
  #updatedAt: null
}
same as passed value
validation_groups
[
  "Registration"
]
[
  "Registration"
]

Resolved Options

View Variables