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 {#551
  -id: 2
  -name: "Cuisine"
  -articles: Doctrine\ORM\PersistentCollection {#546 …}
}
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 {#551
  -id: 2
  -name: "Cuisine"
  -articles: Doctrine\ORM\PersistentCollection {#546 …}
}
same as passed value
entityDto
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#512
  -isAccessible: true
  -fqcn: "App\Entity\Category"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#446 …}
  -instance: App\Entity\Category {#551
    -id: 2
    -name: "Cuisine"
    -articles: Doctrine\ORM\PersistentCollection {#546 …}
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 2
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#738 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#783 …}
}
same as passed value
translation_domain
"messages"
same as passed value

Resolved Options

View Variables