Forms

  • customer
    • name
    • surname
    • imageFile
    • email
    • plainPassword
    • nameTeam
    • categoryTeam
    • typeSoccerTeamId
    • country_id
    • seasonYear
    • _token

customer

"EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Customer {#4878
  -id: null
  -email: null
  -username: null
  -roles: [
    "ROLE_CUSTOMER"
  ]
  -password: null
  -plainPassword: null
  -enabled: true
  -name: null
  -surname: null
  -address: null
  -celular: null
  -image: null
  -imageFile: null
  -createdAt: null
  -updatedAt: null
  -season: Doctrine\Common\Collections\ArrayCollection {#4883 …}
  -country: null
  +countryId: null
  +seasonActive: null
  -suggestions: Doctrine\Common\Collections\ArrayCollection {#4925 …}
  -typeAccount: null
  -isPro: null
  -purchase: null
  -purchasePlatform: null
  -membershipId: null
  -customerCoupons: Doctrine\Common\Collections\ArrayCollection {#4923 …}
  -couponStatus: null
  -phone: null
  -googleAuthCode: null
  -googleAuthCodeVerified: null
  -dateOfBirth: null
  -notifications: Doctrine\Common\Collections\ArrayCollection {#4920 …}
  -deletedAt: null
  -isDeleted: null
  -exerciseQualifications: Doctrine\Common\Collections\ArrayCollection {#4921 …}
  -strategies: Doctrine\Common\Collections\ArrayCollection {#4912 …}
  +"typeSoccerTeamId": ""
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Customer {#4878
  -id: null
  -email: null
  -username: null
  -roles: [
    "ROLE_CUSTOMER"
  ]
  -password: null
  -plainPassword: null
  -enabled: true
  -name: null
  -surname: null
  -address: null
  -celular: null
  -image: null
  -imageFile: null
  -createdAt: null
  -updatedAt: null
  -season: Doctrine\Common\Collections\ArrayCollection {#4883 …}
  -country: null
  +countryId: null
  +seasonActive: null
  -suggestions: Doctrine\Common\Collections\ArrayCollection {#4925 …}
  -typeAccount: null
  -isPro: null
  -purchase: null
  -purchasePlatform: null
  -membershipId: null
  -customerCoupons: Doctrine\Common\Collections\ArrayCollection {#4923 …}
  -couponStatus: null
  -phone: null
  -googleAuthCode: null
  -googleAuthCodeVerified: null
  -dateOfBirth: null
  -notifications: Doctrine\Common\Collections\ArrayCollection {#4920 …}
  -deletedAt: null
  -isDeleted: null
  -exerciseQualifications: Doctrine\Common\Collections\ArrayCollection {#4921 …}
  -strategies: Doctrine\Common\Collections\ArrayCollection {#4912 …}
  +"typeSoccerTeamId": ""
}
same as passed value
entity
"Customer"
same as passed value
view
"new"
same as passed value

Resolved Options

View Variables