Forms

  • registration_form
    • username
    • firstName
    • lastName
    • address
    • birthday
    • city
    • country
    • subscribe
    • latitude
    • longitude
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Customer {#2393
  -prayings: Doctrine\Common\Collections\ArrayCollection {#2397 …}
  -id: null
  -username: null
  -roles: [
    "ROLE_CUSTOMER"
  ]
  -password: null
  -firstName: null
  -lastName: null
  -address: null
  -city: null
  -zip: null
  -country: null
  -latitude: null
  -longitude: null
  -image: null
  -imageFile: null
  +popupInfo: null
  -birthday: null
  -prayers: Doctrine\Common\Collections\ArrayCollection {#2396 …}
  -isVerified: false
  -subscribe: null
  #created: DateTime @1727533345 {#2394
    date: 2024-09-28 16:22:25.335560 Europe/Berlin (+02:00)
  }
  #updated: DateTime @1727533345 {#2395
    date: 2024-09-28 16:22:25.335566 Europe/Berlin (+02:00)
  }
  #status: true
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Customer {#2393
  -prayings: Doctrine\Common\Collections\ArrayCollection {#2397 …}
  -id: null
  -username: null
  -roles: [
    "ROLE_CUSTOMER"
  ]
  -password: null
  -firstName: null
  -lastName: null
  -address: null
  -city: null
  -zip: null
  -country: null
  -latitude: null
  -longitude: null
  -image: null
  -imageFile: null
  +popupInfo: null
  -birthday: null
  -prayers: Doctrine\Common\Collections\ArrayCollection {#2396 …}
  -isVerified: false
  -subscribe: null
  #created: DateTime @1727533345 {#2394
    date: 2024-09-28 16:22:25.335560 Europe/Berlin (+02:00)
  }
  #updated: DateTime @1727533345 {#2395
    date: 2024-09-28 16:22:25.335566 Europe/Berlin (+02:00)
  }
  #status: true
}
same as passed value

Resolved Options

View Variables