Forms

  • User
    • fullName
    • ea_form_row_01KBTRQ7Q2XMVN2GKFM3H368Z2
    • username
    • ea_form_row_01KBTRQ7Q2XMVN2GKFM3H368Z5
    • 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 {#655
  -id: null
  -fullName: null
  -username: "new-user-971121"
  -email: null
  -password: null
  -roles: []
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
attr
[
  "class" => "ea-new-form"
  "id" => "new-User-form"
]
[
  "class" => "ea-new-form"
  "id" => "new-User-form"
]
data
App\Entity\User {#655
  -id: null
  -fullName: null
  -username: "new-user-971121"
  -email: null
  -password: null
  -roles: []
}
same as passed value
entityDto
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#488
  -isAccessible: true
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …}
  -instance: App\Entity\User {#655
    -id: null
    -fullName: null
    -username: "new-user-971121"
    -email: null
    -password: null
    -roles: []
  }
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#659 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#832 …}
}
same as passed value
translation_domain
"messages"
same as passed value

Resolved Options

View Variables