Forms

  • User
    • username
    • name
    • lastname
    • password
    • _token

User

"EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Domain\Entity\User {#863
  +email: "juliengfgh.montel@idp.lu"
  +username: "test"
  +name: "test"
  #lastname: "test"
  #password: "testtest"
  #role: [
    "ROLE_USER"
  ]
  #token: null
  -isVerified: true
  #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …}
  #createdAt: 1663564835
  #updatedAt: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
attr
[
  "class" => "ea-edit-form"
  "id" => "edit-User-form"
]
[
  "class" => "ea-edit-form"
  "id" => "edit-User-form"
]
data
App\Domain\Entity\User {#863
  +email: "juliengfgh.montel@idp.lu"
  +username: "test"
  +name: "test"
  #lastname: "test"
  #password: "testtest"
  #role: [
    "ROLE_USER"
  ]
  #token: null
  -isVerified: true
  #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …}
  #createdAt: 1663564835
  #updatedAt: null
}
same as passed value
entityDto
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885
  -isAccessible: true
  -fqcn: "App\Domain\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …}
  -instance: App\Domain\Entity\User {#863
    +email: "juliengfgh.montel@idp.lu"
    +username: "test"
    +name: "test"
    #lastname: "test"
    #password: "testtest"
    #role: [
      "ROLE_USER"
    ]
    #token: null
    -isVerified: true
    #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …}
    #createdAt: 1663564835
    #updatedAt: null
  }
  -primaryKeyName: "id"
  -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …}
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …}
}
same as passed value
translation_domain
"messages"
same as passed value

Resolved Options

View Variables