Forms

  • app_user_registration
    • email
    • plainPassword
    • profile
    • agreeTerms
    • _token

app_user_registration

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#1172
  -roles: []
  -enabled: false
  -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk"
  -token: "a22e196fc77875b669832da024f26f00c09ac42b"
  -profile: App\Entity\Profile {#1173
    -user: App\Entity\User {#1172}
    -createdAt: DateTime @1767318231 {#1174
      date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00)
    }
    -updatedAt: DateTime @1767318231 {#1175
      date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00)
    }
    -firstname: null
    -lastname: null
    -identificationNumber: null
    -phoneCode: App\Entity\PhoneCode {#2121
      -id: 64
      -nameEs: "España"
      -nameEn: "Spain"
      -nameFr: "Espagne"
      -iso2: "ES"
      -iso3: "ESP"
      -code: "34"
    }
    -phone: null
    -photo: null
    -codeSms: null
    -codeSentAt: null
    -phoneValidated: false
    -phoneValidatedAt: null
    -subscribed: false
    -uploadPhoto: null
  }
  -username: null
  -usernameCanonical: null
  -emailCanonical: null
  -passwordRequestedAt: null
  -locked: false
  -expired: false
  -credentialsExpired: false
  -credentialsExpireAt: null
  -expiresAt: null
  -active: true
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#1172
  -roles: []
  -enabled: false
  -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk"
  -token: "a22e196fc77875b669832da024f26f00c09ac42b"
  -profile: App\Entity\Profile {#1173
    -user: App\Entity\User {#1172}
    -createdAt: DateTime @1767318231 {#1174
      date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00)
    }
    -updatedAt: DateTime @1767318231 {#1175
      date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00)
    }
    -firstname: null
    -lastname: null
    -identificationNumber: null
    -phoneCode: App\Entity\PhoneCode {#2121
      -id: 64
      -nameEs: "España"
      -nameEn: "Spain"
      -nameFr: "Espagne"
      -iso2: "ES"
      -iso3: "ESP"
      -code: "34"
    }
    -phone: null
    -photo: null
    -codeSms: null
    -codeSentAt: null
    -phoneValidated: false
    -phoneValidatedAt: null
    -subscribed: false
    -uploadPhoto: null
  }
  -username: null
  -usernameCanonical: null
  -emailCanonical: null
  -passwordRequestedAt: null
  -locked: false
  -expired: false
  -credentialsExpired: false
  -credentialsExpireAt: null
  -expiresAt: null
  -active: true
}
same as passed value

Resolved Options

View Variables