http://devpan.wimbitek.com/es/register

Forms

  • registration_form
    • email
    • plainPassword
    • name
    • surname
    • institution
    • dni
    • telephone
    • address
    • zip_code
    • country
    • city
    • province
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#532
  -id: null
  -name: ""
  -surname: ""
  -email: null
  -hashAux: null
  -roles: [
    "ROLE_RINGER"
  ]
  -role_bank: null
  -password: null
  -active: "0"
  -isVerified: false
  -isBanned: false
  -dni: null
  -telephone: null
  -address: null
  -city: null
  -province: null
  -country: null
  -zip_code: null
  -category: null
  -institution: null
  -ringer: null
  -groupUsers: Doctrine\Common\Collections\ArrayCollection {#533 …}
  -coordinator_groups: Doctrine\Common\Collections\ArrayCollection {#534 …}
  -registers: Doctrine\Common\Collections\ArrayCollection {#535 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#532
  -id: null
  -name: ""
  -surname: ""
  -email: null
  -hashAux: null
  -roles: [
    "ROLE_RINGER"
  ]
  -role_bank: null
  -password: null
  -active: "0"
  -isVerified: false
  -isBanned: false
  -dni: null
  -telephone: null
  -address: null
  -city: null
  -province: null
  -country: null
  -zip_code: null
  -category: null
  -institution: null
  -ringer: null
  -groupUsers: Doctrine\Common\Collections\ArrayCollection {#533 …}
  -coordinator_groups: Doctrine\Common\Collections\ArrayCollection {#534 …}
  -registers: Doctrine\Common\Collections\ArrayCollection {#535 …}
}
same as passed value

Resolved Options

View Variables