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 {#961
  -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 {#966 …}
  -profiles: Doctrine\Common\Collections\ArrayCollection {#962
    -elements: []
  }
  -picture: null
  -selectedEntity: null
  -userEntities: Doctrine\Common\Collections\ArrayCollection {#965 …}
  -answers: Doctrine\Common\Collections\ArrayCollection {#963 …}
  -notifications: Doctrine\Common\Collections\ArrayCollection {#964 …}
  -device: null
  -createdDate: DateTime @1745214270 {#967
    date: 2025-04-21 07:44:30.734020 Europe/Paris (+02:00)
  }
  -likes: Doctrine\Common\Collections\ArrayCollection {#968 …}
  -notifParams: App\Entity\NotifParams {#970 …}
  -resetToken: null
  -entities: Doctrine\Common\Collections\ArrayCollection {#969
    -elements: []
  }
  -numberGU: null
  -userConnexions: Doctrine\Common\Collections\ArrayCollection {#971 …}
  -logs: Doctrine\Common\Collections\ArrayCollection {#972 …}
  -adminTerritories: Doctrine\Common\Collections\ArrayCollection {#973 …}
  -territories: Doctrine\Common\Collections\ArrayCollection {#974 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#961
  -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 {#966 …}
  -profiles: Doctrine\Common\Collections\ArrayCollection {#962
    -elements: []
  }
  -picture: null
  -selectedEntity: null
  -userEntities: Doctrine\Common\Collections\ArrayCollection {#965 …}
  -answers: Doctrine\Common\Collections\ArrayCollection {#963 …}
  -notifications: Doctrine\Common\Collections\ArrayCollection {#964 …}
  -device: null
  -createdDate: DateTime @1745214270 {#967
    date: 2025-04-21 07:44:30.734020 Europe/Paris (+02:00)
  }
  -likes: Doctrine\Common\Collections\ArrayCollection {#968 …}
  -notifParams: App\Entity\NotifParams {#970 …}
  -resetToken: null
  -entities: Doctrine\Common\Collections\ArrayCollection {#969
    -elements: []
  }
  -numberGU: null
  -userConnexions: Doctrine\Common\Collections\ArrayCollection {#971 …}
  -logs: Doctrine\Common\Collections\ArrayCollection {#972 …}
  -adminTerritories: Doctrine\Common\Collections\ArrayCollection {#973 …}
  -territories: Doctrine\Common\Collections\ArrayCollection {#974 …}
}
same as passed value

Resolved Options

View Variables