https://amb-dev.clubtickets.com/es/register

Forms

  • registration_form
    • email
    • agreeTerms
    • plainPassword
    • name
    • surname
    • address
    • city
    • country
    • passport
    • instagram
    • twitter
    • tiktok
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#524
  -id: null
  -email: null
  -roles: []
  -password: null
  -name: null
  -surname: null
  -country: null
  -city: null
  -address: null
  -passport: null
  -slug: null
  -visits: Doctrine\Common\Collections\ArrayCollection {#574 …}
  -locale: null
  -isVerified: false
  -instagram: null
  -twitter: null
  -tiktok: null
  -signupDate: null
  -isBanned: false
  -bannedDate: null
  -bannedBy: 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 {#524
  -id: null
  -email: null
  -roles: []
  -password: null
  -name: null
  -surname: null
  -country: null
  -city: null
  -address: null
  -passport: null
  -slug: null
  -visits: Doctrine\Common\Collections\ArrayCollection {#574 …}
  -locale: null
  -isVerified: false
  -instagram: null
  -twitter: null
  -tiktok: null
  -signupDate: null
  -isBanned: false
  -bannedDate: null
  -bannedBy: null
}
same as passed value

Resolved Options

View Variables