Forms

  • Category
    • name
    • _token

Category

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

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Category {#1092
  #id: Symfony\Component\Uid\UuidV6 {#1094 …}
  -name: "Produit"
  -products: Doctrine\ORM\PersistentCollection {#1083 …}
}
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-Category-form"
]
[
  "class" => "ea-edit-form"
  "id" => "edit-Category-form"
]
data
App\Entity\Category {#1092
  #id: Symfony\Component\Uid\UuidV6 {#1094 …}
  -name: "Produit"
  -products: Doctrine\ORM\PersistentCollection {#1083 …}
}
same as passed value
entityDto
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#922
  -isAccessible: true
  -fqcn: "App\Entity\Category"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1004 …}
  -instance: App\Entity\Category {#1092
    #id: Symfony\Component\Uid\UuidV6 {#1094 …}
    -name: "Produit"
    -products: Doctrine\ORM\PersistentCollection {#1083 …}
  }
  -primaryKeyName: "id"
  -primaryKeyValue: Symfony\Component\Uid\UuidV6 {#1094 …}
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1196 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1239 …}
}
same as passed value
translation_domain
"messages"
same as passed value

Resolved Options

View Variables