Forms

  • registration_form
    • fName
    • lName
    • email
    • sex
    • agreeTerms
    • plainPassword
    • confirmedPassword
    • recaptcha
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Applicants {#688
  #email: null
  #password: null
  -fName: null
  -lName: null
  -createdAt: DateTime @1761592268 {#733
    date: 2025-10-27 20:11:08.515389 Europe/Paris (+01:00)
  }
  -lastLogin: null
  -token: null
  -sex: null
  #isEnabled: true
  #roles: [
    "ROLE_USER"
  ]
  #mergeRoles: []
  -isEmailVerified: false
  -isVerified: false
  -jobsApplications: Doctrine\Common\Collections\ArrayCollection {#732 …}
  -curriculumVitaes: Doctrine\Common\Collections\ArrayCollection {#765 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Applicants {#688
  #email: null
  #password: null
  -fName: null
  -lName: null
  -createdAt: DateTime @1761592268 {#733
    date: 2025-10-27 20:11:08.515389 Europe/Paris (+01:00)
  }
  -lastLogin: null
  -token: null
  -sex: null
  #isEnabled: true
  #roles: [
    "ROLE_USER"
  ]
  #mergeRoles: []
  -isEmailVerified: false
  -isVerified: false
  -jobsApplications: Doctrine\Common\Collections\ArrayCollection {#732 …}
  -curriculumVitaes: Doctrine\Common\Collections\ArrayCollection {#765 …}
}
same as passed value

Resolved Options

View Variables