Forms

  • User
    • fullName
    • ea_form_row_01KBTRQ6F54RBFNACYC431HKBR
    • username
    • ea_form_row_01KBTRQ6F54RBFNACYC431HKBV
    • 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: 3
  -fullName: "John Doe"
  -username: "john_user"
  -email: "john_user@symfony.com"
  -password: "$2y$13$RNUzIa1pIzwdARInhBNS/.m5fnZYEK5UvK0W74fJrWkmIjebLOhpy"
  -roles: [
    "ROLE_USER"
  ]
}
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: 3
  -fullName: "John Doe"
  -username: "john_user"
  -email: "john_user@symfony.com"
  -password: "$2y$13$RNUzIa1pIzwdARInhBNS/.m5fnZYEK5UvK0W74fJrWkmIjebLOhpy"
  -roles: [
    "ROLE_USER"
  ]
}
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: 3
    -fullName: "John Doe"
    -username: "john_user"
    -email: "john_user@symfony.com"
    -password: "$2y$13$RNUzIa1pIzwdARInhBNS/.m5fnZYEK5UvK0W74fJrWkmIjebLOhpy"
    -roles: [
      "ROLE_USER"
    ]
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 3
  -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