https://dev.sirene.tech/user/new

Forms

  • user_register
    • captcha
    • profiles
    • entities
    • birthDate
    • postalCode
    • lastName
    • name
    • email
    • phone
    • password
    • isAccept
    • _token

user_register

"App\Form\UserRegisterType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#959
  -id: null
  -email: null
  -roles: [
    "ROLE_USER"
  ]
  -password: null
  -name: null
  -lastName: null
  -phone: null
  -birthDate: null
  -address: null
  -additionalAddress: null
  -city: null
  -postalCode: null
  -isAccept: null
  -isActivated: null
  -smsToken: null
  -entitiesAdmins: Doctrine\Common\Collections\ArrayCollection {#992 …}
  -profiles: Doctrine\Common\Collections\ArrayCollection {#960
    -elements: []
  }
  -picture: null
  -selectedEntity: null
  -userEntities: Doctrine\Common\Collections\ArrayCollection {#991 …}
  -answers: Doctrine\Common\Collections\ArrayCollection {#996 …}
  -notifications: Doctrine\Common\Collections\ArrayCollection {#994 …}
  -device: null
  -createdDate: DateTime @1743648783 {#983
    date: 2025-04-03 04:53:03.528228 Europe/Paris (+02:00)
  }
  -likes: Doctrine\Common\Collections\ArrayCollection {#981 …}
  -notifParams: App\Entity\NotifParams {#979 …}
  -resetToken: null
  -entities: Doctrine\Common\Collections\ArrayCollection {#980
    -elements: []
  }
  -numberGU: null
  -userConnexions: Doctrine\Common\Collections\ArrayCollection {#978 …}
  -logs: Doctrine\Common\Collections\ArrayCollection {#977 …}
  -adminTerritories: Doctrine\Common\Collections\ArrayCollection {#976 …}
  -territories: Doctrine\Common\Collections\ArrayCollection {#975 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#959
  -id: null
  -email: null
  -roles: [
    "ROLE_USER"
  ]
  -password: null
  -name: null
  -lastName: null
  -phone: null
  -birthDate: null
  -address: null
  -additionalAddress: null
  -city: null
  -postalCode: null
  -isAccept: null
  -isActivated: null
  -smsToken: null
  -entitiesAdmins: Doctrine\Common\Collections\ArrayCollection {#992 …}
  -profiles: Doctrine\Common\Collections\ArrayCollection {#960
    -elements: []
  }
  -picture: null
  -selectedEntity: null
  -userEntities: Doctrine\Common\Collections\ArrayCollection {#991 …}
  -answers: Doctrine\Common\Collections\ArrayCollection {#996 …}
  -notifications: Doctrine\Common\Collections\ArrayCollection {#994 …}
  -device: null
  -createdDate: DateTime @1743648783 {#983
    date: 2025-04-03 04:53:03.528228 Europe/Paris (+02:00)
  }
  -likes: Doctrine\Common\Collections\ArrayCollection {#981 …}
  -notifParams: App\Entity\NotifParams {#979 …}
  -resetToken: null
  -entities: Doctrine\Common\Collections\ArrayCollection {#980
    -elements: []
  }
  -numberGU: null
  -userConnexions: Doctrine\Common\Collections\ArrayCollection {#978 …}
  -logs: Doctrine\Common\Collections\ArrayCollection {#977 …}
  -adminTerritories: Doctrine\Common\Collections\ArrayCollection {#976 …}
  -territories: Doctrine\Common\Collections\ArrayCollection {#975 …}
}
same as passed value

Resolved Options

View Variables