https://baux.brainsensetech.com/user/1/edit

Forms

  • user
    • nom
    • prenom
    • fonction
    • telephone
    • email
    • password
    • roles
    • _token

user

"App\Form\UserType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#527
  -id: 1
  -email: "bangs.services@gmail.com"
  -roles: [
    "ROLE_SUPER_ADMIN"
  ]
  -password: "$2y$13$qRPIZ6eONq2ilOklZu6jwO6l5sBV7VHF9Hur62/8Jf53ChxvY632y"
  -nom: null
  -prenom: null
  -telephone: null
  -fonction: null
  -bails: Doctrine\ORM\PersistentCollection {#533 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#527
  -id: 1
  -email: "bangs.services@gmail.com"
  -roles: [
    "ROLE_SUPER_ADMIN"
  ]
  -password: "$2y$13$qRPIZ6eONq2ilOklZu6jwO6l5sBV7VHF9Hur62/8Jf53ChxvY632y"
  -nom: null
  -prenom: null
  -telephone: null
  -fonction: null
  -bails: Doctrine\ORM\PersistentCollection {#533 …}
}
same as passed value

Resolved Options

View Variables