- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 10
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
Dentiste
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } |
| 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-Dentiste-form" ] |
[ "class" => "ea-edit-form" "id" => "edit-Dentiste-form" ] |
| data | App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } |
same as passed value |
| entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#477 -isAccessible: true -fqcn: "App\Entity\Dentiste" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#395 …} -instance: App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } -primaryKeyName: "id" -primaryKeyValue: 4 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#555 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#665 …} } |
same as passed value |
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [ "class" => "ea-edit-form" "id" => "edit-Dentiste-form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
| data | App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } |
| data_class | "App\Entity\Dentiste" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#798 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} use: { $class: "App\Entity\Dentiste" } } |
| entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#477 -isAccessible: true -fqcn: "App\Entity\Dentiste" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#395 …} -instance: App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } -primaryKeyName: "id" -primaryKeyValue: 4 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#555 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#665 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#799 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "ea-edit-form" "id" => "edit-Dentiste-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_crud" "_Dentiste" ] |
| cache_key | "_Dentiste_ea_crud" |
| compound | true |
| data | App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } |
| disabled | false |
| ea_crud_form | [ "assets" => "** This variable no longer stores field assets. Instead, use "ea.crud.fieldAssets()" in your Twig template." "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#477 -isAccessible: true -fqcn: "App\Entity\Dentiste" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#395 …} -instance: App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } -primaryKeyName: "id" -primaryKeyValue: 4 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#555 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#665 …} } "form_tabs" => [] "form_panels" => [] ] |
| errors | Symfony\Component\Form\FormErrorIterator {#919 -form: Symfony\Component\Form\Form {#852 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#825 …5} |
| full_name | "Dentiste" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Dentiste" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "Dentiste" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Dentiste" |
| valid | true |
| value | App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "SAOUSSANE MELLOUK" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Name" |
same as passed value |
| required | false |
false
|
| row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#773 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "field-text" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#772 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Dentiste_name" ] |
| cache_key | "_Dentiste_name_text" |
| compound | false |
| data | "SAOUSSANE MELLOUK" |
| disabled | false |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#564 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "name" -value: "SAOUSSANE MELLOUK" -formattedValue: "SAOUSSANE MELLOUK" -formatValueCallable: null -label: "Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#561 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#562 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#556 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#580 …} -uniqueId: Symfony\Component\Uid\Ulid {#563 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#553 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#477 -isAccessible: true -fqcn: "App\Entity\Dentiste" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#395 …} -instance: App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } -primaryKeyName: "id" -primaryKeyValue: 4 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#555 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#665 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#924 -form: Symfony\Component\Form\Form {#882 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#925 …5} |
| full_name | "Dentiste[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Dentiste_name" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-text" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Dentiste_name" |
| valid | true |
| value | "SAOUSSANE MELLOUK" |
image
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
Default Data
| Property | Value |
|---|---|
| Model Format |
"saoussane.jpg"
|
| Normalized Format | Symfony\Component\HttpFoundation\File\File {#891 path: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images" filename: "saoussane.jpg" basename: "saoussane.jpg" pathname: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" extension: "jpg" realPath: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" aTime: 2026-06-27 18:08:41 mTime: 2023-08-18 14:31:30 cTime: 2023-10-20 17:17:37 inode: 32179140 size: 1262116 perms: 0100644 owner: 1069 group: 1071 type: "file" writable: true readable: true executable: false file: true dir: false link: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-align" => "center" ] |
[ "data-ea-align" => "center" ] |
| label | "Image" |
same as passed value |
| required | false |
false
|
| row_attr | [ "class" => "field-image" ] |
[ "class" => "field-image" ] |
| upload_dir | "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/" |
same as passed value |
| upload_filename | "[name].[extension]" |
Closure(UploadedFile $file) {#814 class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" use: { $fileNamePatternOrCallable: "[name].[extension]" } } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | false |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "data-ea-align" => "center" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| download_path | "front/images/" |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Image" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "field-image" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_delete | Closure(File $file) {#782 class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" } |
| upload_dir | "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/" |
| upload_filename | Closure(UploadedFile $file) {#814 class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" use: { $fileNamePatternOrCallable: "[name].[extension]" } } |
| upload_max_size_message | Closure() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#789 …} } } |
| upload_new | Closure(UploadedFile $file, string $uploadDir, string $fileName) {#781 class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" } |
| upload_validate | Closure(string $filename): string {#784 returnType: "string" class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | false |
| allow_delete | true |
| attr | [ "data-ea-align" => "center" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_fileupload" "_Dentiste_image" ] |
| cache_key | "_Dentiste_image_ea_fileupload" |
| compound | true |
| currentFiles | [ Symfony\Component\HttpFoundation\File\File {#891 path: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images" filename: "saoussane.jpg" basename: "saoussane.jpg" pathname: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" extension: "jpg" realPath: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" aTime: 2026-06-27 18:08:41 mTime: 2023-08-18 14:31:30 cTime: 2023-10-20 17:17:37 inode: 32179140 size: 1262116 perms: 0100644 owner: 1069 group: 1071 type: "file" writable: true readable: true executable: false file: true dir: false link: false } ] |
| data | Symfony\Component\HttpFoundation\File\File {#891 path: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images" filename: "saoussane.jpg" basename: "saoussane.jpg" pathname: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" extension: "jpg" realPath: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" aTime: 2026-06-27 18:08:41 mTime: 2023-08-18 14:31:30 cTime: 2023-10-20 17:17:37 inode: 32179140 size: 1262116 perms: 0100644 owner: 1069 group: 1071 type: "file" writable: true readable: true executable: false file: true dir: false link: false } |
| disabled | false |
| download_path | "front/images/" |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#600 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField" -propertyName: "image" -value: "saoussane.jpg" -formattedValue: "front/images/saoussane.jpg" -formatValueCallable: null -label: "Image" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#569 …} -sortable: true -virtual: false -permission: null -textAlign: "center" -help: null -cssClass: "field-image" -columns: null -defaultColumns: "col-md-7 col-xxl-5" -translationParameters: [] -templateName: "crud/field/image" -templatePath: "@EasyAdmin/crud/field/image.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#570 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#568 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#640 …} -uniqueId: Symfony\Component\Uid\Ulid {#571 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#566 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#477 -isAccessible: true -fqcn: "App\Entity\Dentiste" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#395 …} -instance: App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } -primaryKeyName: "id" -primaryKeyValue: 4 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#555 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#665 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#923 -form: Symfony\Component\Form\Form {#872 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#922 …5} |
| full_name | "Dentiste[image]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Dentiste_image" |
| label | "Image" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| multiple | false |
| name | "image" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-image" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Dentiste_image" |
| valid | true |
| value | Symfony\Component\HttpFoundation\File\File {#891 path: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images" filename: "saoussane.jpg" basename: "saoussane.jpg" pathname: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" extension: "jpg" realPath: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" aTime: 2026-06-27 18:08:41 mTime: 2023-08-18 14:31:30 cTime: 2023-10-20 17:17:37 inode: 32179140 size: 1262116 perms: 0100644 owner: 1069 group: 1071 type: "file" writable: true readable: true executable: false file: true dir: false link: false } |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Symfony\Component\HttpFoundation\File\File {#891 path: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images" filename: "saoussane.jpg" basename: "saoussane.jpg" pathname: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" extension: "jpg" realPath: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" aTime: 2026-06-27 18:08:41 mTime: 2023-08-18 14:31:30 cTime: 2023-10-20 17:17:37 inode: 32179140 size: 1262116 perms: 0100644 owner: 1069 group: 1071 type: "file" writable: true readable: true executable: false file: true dir: false link: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
false
|
| allow_file_upload | true |
same as passed value |
| attr | [ "data-ea-align" => "center" ] |
[ "data-ea-align" => "center" ] |
| attr_translation_parameters | [] |
[] |
| auto_initialize | true |
same as passed value |
| block_name | null |
null
|
| block_prefix | null |
null
|
| by_reference | true |
same as passed value |
| constraints | [] |
[] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
null
|
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
same as passed value |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
same as passed value |
| disabled | false |
false
|
| empty_data | null |
null
|
| error_bubbling | false |
false
|
| error_mapping | [] |
[] |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
false
|
| getter | null |
null
|
| help | null |
null
|
| help_attr | [] |
[] |
| help_html | false |
false
|
| help_translation_parameters | [] |
[] |
| inherit_data | false |
false
|
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| is_empty_callback | null |
null
|
| label | "Image" |
same as passed value |
| label_attr | [] |
[] |
| label_format | null |
null
|
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| multiple | false |
false
|
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
null
|
| required | false |
false
|
| row_attr | [ "class" => "field-image" ] |
[ "class" => "field-image" ] |
| setter | null |
null
|
| translation_domain | null |
null
|
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#789 …} } } |
Closure() {#832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#789 …} } } } } |
| validation_groups | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "data-ea-align" => "center" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Image" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "field-image" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#789 …} } } } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-align" => "center" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_Dentiste_image_file" ] |
| cache_key | "_Dentiste_image_file_file" |
| compound | false |
| data | Symfony\Component\HttpFoundation\File\File {#891 path: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images" filename: "saoussane.jpg" basename: "saoussane.jpg" pathname: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" extension: "jpg" realPath: "/home/gebcloud/public_html/dental.gebanalysis.cloud/public/front/images/saoussane.jpg" aTime: 2026-06-27 18:08:41 mTime: 2023-08-18 14:31:30 cTime: 2023-10-20 17:17:37 inode: 32179140 size: 1262116 perms: 0100644 owner: 1069 group: 1071 type: "file" writable: true readable: true executable: false file: true dir: false link: false } |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| errors | Symfony\Component\Form\FormErrorIterator {#893 -form: Symfony\Component\Form\Form {#868 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#815 …5} |
| full_name | "Dentiste[image][file]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Dentiste_image_file" |
| label | "Image" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "file" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-image" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| type | "file" |
| unique_block_prefix | "_Dentiste_image_file" |
| valid | true |
| value | "" |
delete
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#823 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#826 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#824 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#862 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_Dentiste_image_delete" ] |
| cache_key | "_Dentiste_image_delete_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| errors | Symfony\Component\Form\FormErrorIterator {#896 -form: Symfony\Component\Form\Form {#874 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#912 …5} |
| full_name | "Dentiste[image][delete]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Dentiste_image_delete" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "delete" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Dentiste_image_delete" |
| valid | true |
| value | "1" |
description
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\TextEditorType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Description" |
same as passed value |
| required | false |
false
|
| row_attr | [ "class" => "field-text_editor" ] |
[ "class" => "field-text_editor" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Description" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "field-text_editor" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#857 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "ea_text_editor" "_Dentiste_description" ] |
| cache_key | "_Dentiste_description_ea_text_editor" |
| compound | false |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#630 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextEditorField" -propertyName: "description" -value: null -formattedValue: null -formatValueCallable: null -label: "Description" -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\TextEditorType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#627 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text_editor" -columns: null -defaultColumns: "col-md-9 col-xxl-7" -translationParameters: [] -templateName: "crud/field/text_editor" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#628 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#626 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#642 …} -uniqueId: Symfony\Component\Uid\Ulid {#629 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#624 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#477 -isAccessible: true -fqcn: "App\Entity\Dentiste" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#395 …} -instance: App\Entity\Dentiste {#520 -id: 4 -name: "SAOUSSANE MELLOUK" -description: null -image: "saoussane.jpg" -information: Doctrine\ORM\PersistentCollection {#510 …} } -primaryKeyName: "id" -primaryKeyValue: 4 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#555 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#665 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#921 -form: Symfony\Component\Form\Form {#877 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#920 …5} |
| full_name | "Dentiste[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Dentiste_description" |
| label | "Description" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-text_editor" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Dentiste_description" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c343de744a57.i8sNEbSTZ-iho2b7xPdvtJ00Of9iH0Nw7U8zfnFwJM8.-L5KYdPZJdnN9C2Rir4Hwft-fMooTyIAvn4COUEhFJzfqF9O3aYyhejsIw" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "c343de744a57.i8sNEbSTZ-iho2b7xPdvtJ00Of9iH0Nw7U8zfnFwJM8.-L5KYdPZJdnN9C2Rir4Hwft-fMooTyIAvn4COUEhFJzfqF9O3aYyhejsIw" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#174 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#172 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#173 …} -namespace: Closure() {#176 …} } |
| data | "c343de744a57.i8sNEbSTZ-iho2b7xPdvtJ00Of9iH0Nw7U8zfnFwJM8.-L5KYdPZJdnN9C2Rir4Hwft-fMooTyIAvn4COUEhFJzfqF9O3aYyhejsIw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#913 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#766 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#675 …} $translationDomain: "validators" $message: Closure() {#914 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_Dentiste__token" ] |
| cache_key | "_Dentiste__token_hidden" |
| compound | false |
| data | "c343de744a57.i8sNEbSTZ-iho2b7xPdvtJ00Of9iH0Nw7U8zfnFwJM8.-L5KYdPZJdnN9C2Rir4Hwft-fMooTyIAvn4COUEhFJzfqF9O3aYyhejsIw" |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| errors | Symfony\Component\Form\FormErrorIterator {#936 -form: Symfony\Component\Form\Form {#932 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#918 …5} |
| full_name | "Dentiste[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Dentiste__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Dentiste__token" |
| valid | true |
| value | "c343de744a57.i8sNEbSTZ-iho2b7xPdvtJ00Of9iH0Nw7U8zfnFwJM8.-L5KYdPZJdnN9C2Rir4Hwft-fMooTyIAvn4COUEhFJzfqF9O3aYyhejsIw" |