https://baux.brainsensetech.com/user/2/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 {#464
  -id: 2
  -email: "agent1@test.com"
  -roles: []
  -password: "$2y$13$WksHgUcjxRC9rcOqu1LES.FpnqEBg8uKAJ8Llg1y1PAPdG5ssNqiy"
  -nom: null
  -prenom: null
  -telephone: null
  -fonction: null
  -bails: Doctrine\ORM\PersistentCollection {#475 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#464
  -id: 2
  -email: "agent1@test.com"
  -roles: []
  -password: "$2y$13$WksHgUcjxRC9rcOqu1LES.FpnqEBg8uKAJ8Llg1y1PAPdG5ssNqiy"
  -nom: null
  -prenom: null
  -telephone: null
  -fonction: null
  -bails: Doctrine\ORM\PersistentCollection {#475 …}
}
same as passed value

Resolved Options

View Variables