Forms

  • User
    • fullName
    • ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29
    • username
    • ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C
    • email
    • roles
    • _token

User

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

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#495
  -id: 2
  -fullName: "Tom Doe"
  -username: "tom_admin"
  -email: "tom_admin@symfony.com"
  -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2"
  -roles: [
    "ROLE_ADMIN"
  ]
}
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\Entity\User {#495
  -id: 2
  -fullName: "Tom Doe"
  -username: "tom_admin"
  -email: "tom_admin@symfony.com"
  -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2"
  -roles: [
    "ROLE_ADMIN"
  ]
}
same as passed value
entityDto
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#494
  -isAccessible: true
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …}
  -instance: App\Entity\User {#495
    -id: 2
    -fullName: "Tom Doe"
    -username: "tom_admin"
    -email: "tom_admin@symfony.com"
    -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2"
    -roles: [
      "ROLE_ADMIN"
    ]
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 2
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …}
}
same as passed value
translation_domain
"messages"
same as passed value

Resolved Options

View Variables