- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 19
- Security
- Twig
- Doctrine
- Migrations
- Debug
- E-mails
- 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
-
-
fullName
-
ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29
-
username
-
ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C
-
email
-
-
0
-
1
-
-
_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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } |
| 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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } |
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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -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
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [ "class" => "ea-edit-form" "id" => "edit-User-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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data | App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#972 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#856 …} use: { $class: "App\Entity\User" } } |
| 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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } |
| 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() {#974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#971 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "ea-edit-form" "id" => "edit-User-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_crud" "_User" ] |
| cache_key | "_User_ea_crud" |
| compound | true |
| data | App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } |
| 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 {#494 -isAccessible: true -fqcn: "App\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …} -instance: App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } "form_tabs" => [] "form_fieldsets" => [] ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1187 -fieldDto: null -entityDto: null } |
| errors | Symfony\Component\Form\FormErrorIterator {#1121 -form: Symfony\Component\Form\Form {#980 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#991 …5} |
| full_name | "User" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "User" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User" |
| valid | true |
| value | App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } |
fullName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Tom Doe" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Full Name" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
| 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#988 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#856 …} } |
| 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 | "Full Name" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | [ "class" => "field-text" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#989 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_User_fullName" ] |
| cache_key | "_User_fullName_text" |
| compound | false |
| data | "Tom Doe" |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#693 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "fullName" -value: "Tom Doe" -formattedValue: "Tom Doe" -formatValueCallable: null -label: "Full Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#697 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text" -columns: "col-12 col-xl-8 col-xxl-6" -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 {#696 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#698 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#741 …} -uniqueId: Symfony\Component\Uid\Ulid {#695 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#700 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#494 -isAccessible: true -fqcn: "App\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …} -instance: App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1144 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#693 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "fullName" -value: "Tom Doe" -formattedValue: "Tom Doe" -formatValueCallable: null -label: "Full Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#697 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text" -columns: "col-12 col-xl-8 col-xxl-6" -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 {#696 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#698 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#741 …} -uniqueId: Symfony\Component\Uid\Ulid {#695 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#700 …} } -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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1126 -form: Symfony\Component\Form\Form {#1072 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1125 …5} |
| full_name | "User[fullName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User_fullName" |
| label | "Full Name" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fullName" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_fullName" |
| valid | true |
| value | "Tom Doe" |
ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaFormRowType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | null |
null
|
| label_html | true |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "field-form_row flex-fill" ] |
[ "class" => "field-form_row flex-fill" ] |
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 | 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1001 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#856 …} } |
| 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 | true |
| 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 | [ "class" => "field-form_row flex-fill" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1002 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_form_row" "_User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29" ] |
| cache_key | "_User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29_ea_form_row" |
| compound | true |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#701 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField" -propertyName: "ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29" -value: true -formattedValue: null -formatValueCallable: null -label: false -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaFormRowType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#704 …} -sortable: false -virtual: true -permission: null -textAlign: null -help: null -cssClass: "field-form_row" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#703 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#705 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#787 …} -uniqueId: Symfony\Component\Uid\Ulid {#702 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#707 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#494 -isAccessible: true -fqcn: "App\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …} -instance: App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1147 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#701 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField" -propertyName: "ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29" -value: true -formattedValue: null -formatValueCallable: null -label: false -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaFormRowType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#704 …} -sortable: false -virtual: true -permission: null -textAlign: null -help: null -cssClass: "field-form_row" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#703 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#705 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#787 …} -uniqueId: Symfony\Component\Uid\Ulid {#702 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#707 …} } -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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1145 -form: Symfony\Component\Form\Form {#1075 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1142 …5} |
| full_name | "User[ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-form_row flex-fill" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z29" |
| valid | true |
| value | null |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "tom_admin" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| disabled | true |
same as passed value |
| help | Symfony\Component\Translation\TranslatableMessage {#713 -message: "The username can't be changed after the user is created." -parameters: [] -domain: "messages" } |
same as passed value |
| help_html | true |
same as passed value |
| label | "Username" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
| 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#1010 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#856 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | Symfony\Component\Translation\TranslatableMessage {#713 -message: "The username can't be changed after the user is created." -parameters: [] -domain: "messages" } |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Username" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | [ "class" => "field-text" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1011 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_User_username" ] |
| cache_key | "_User_username_text" |
| compound | false |
| data | "tom_admin" |
| disabled | true |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#708 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "username" -value: "tom_admin" -formattedValue: "tom_admin" -formatValueCallable: null -label: "Username" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#711 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: Symfony\Component\Translation\TranslatableMessage {#713 -message: "The username can't be changed after the user is created." -parameters: [] -domain: "messages" } -cssClass: "field-text" -columns: "col-8 col-xl-6 col-xxl-4" -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 {#710 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#712 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#789 …} -uniqueId: Symfony\Component\Uid\Ulid {#709 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#714 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#494 -isAccessible: true -fqcn: "App\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …} -instance: App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1154 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#708 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "username" -value: "tom_admin" -formattedValue: "tom_admin" -formatValueCallable: null -label: "Username" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#711 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: Symfony\Component\Translation\TranslatableMessage {#713 -message: "The username can't be changed after the user is created." -parameters: [] -domain: "messages" } -cssClass: "field-text" -columns: "col-8 col-xl-6 col-xxl-4" -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 {#710 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#712 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#789 …} -uniqueId: Symfony\Component\Uid\Ulid {#709 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#714 …} } -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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1151 -form: Symfony\Component\Form\Form {#1078 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1146 …5} |
| full_name | "User[username]" |
| help | Symfony\Component\Translation\TranslatableMessage {#713 -message: "The username can't be changed after the user is created." -parameters: [] -domain: "messages" } |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "User_username" |
| label | "Username" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_username" |
| valid | true |
| value | "tom_admin" |
ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaFormRowType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | null |
null
|
| label_html | true |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "field-form_row flex-fill" ] |
[ "class" => "field-form_row flex-fill" ] |
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 | 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1019 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#856 …} } |
| 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 | true |
| 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 | [ "class" => "field-form_row flex-fill" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1020 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_form_row" "_User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C" ] |
| cache_key | "_User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C_ea_form_row" |
| compound | true |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#715 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField" -propertyName: "ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C" -value: true -formattedValue: null -formatValueCallable: null -label: false -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaFormRowType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#718 …} -sortable: false -virtual: true -permission: null -textAlign: null -help: null -cssClass: "field-form_row" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#717 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#719 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#706 …} -uniqueId: Symfony\Component\Uid\Ulid {#716 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#721 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#494 -isAccessible: true -fqcn: "App\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …} -instance: App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1157 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#715 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField" -propertyName: "ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C" -value: true -formattedValue: null -formatValueCallable: null -label: false -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaFormRowType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#718 …} -sortable: false -virtual: true -permission: null -textAlign: null -help: null -cssClass: "field-form_row" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#717 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#719 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#706 …} -uniqueId: Symfony\Component\Uid\Ulid {#716 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#721 …} } -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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1155 -form: Symfony\Component\Form\Form {#1081 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1153 …5} |
| full_name | "User[ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-form_row flex-fill" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_ea_form_row_01KBTRQ7A8ZRG87ZXH2NXW9Z2C" |
| valid | true |
| value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "tom_admin@symfony.com" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "inputmode" => "email" ] |
[ "inputmode" => "email" ] |
| label | "Email" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "field-email" ] |
[ "class" => "field-email" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "inputmode" => "email" ] |
| 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1032 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#856 …} } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | [ "class" => "field-email" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1033 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "inputmode" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_User_email" ] |
| cache_key | "_User_email_email" |
| compound | false |
| data | "tom_admin@symfony.com" |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#722 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\EmailField" -propertyName: "email" -value: "tom_admin@symfony.com" -formattedValue: "tom_admin@symfony.com" -formatValueCallable: null -label: "Email" -formType: "Symfony\Component\Form\Extension\Core\Type\EmailType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#725 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-email" -columns: "col-12 col-xl-8 col-xxl-6" -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/email" -templatePath: "@EasyAdmin/crud/field/email.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#724 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#726 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#807 …} -uniqueId: Symfony\Component\Uid\Ulid {#723 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#728 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#494 -isAccessible: true -fqcn: "App\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …} -instance: App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1160 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#722 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\EmailField" -propertyName: "email" -value: "tom_admin@symfony.com" -formattedValue: "tom_admin@symfony.com" -formatValueCallable: null -label: "Email" -formType: "Symfony\Component\Form\Extension\Core\Type\EmailType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#725 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-email" -columns: "col-12 col-xl-8 col-xxl-6" -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/email" -templatePath: "@EasyAdmin/crud/field/email.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#724 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#726 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#807 …} -uniqueId: Symfony\Component\Uid\Ulid {#723 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#728 …} } -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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1158 -form: Symfony\Component\Form\Form {#1084 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1156 …5} |
| full_name | "User[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-email" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_email" |
| valid | true |
| value | "tom_admin@symfony.com" |
roles
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [
"ROLE_ADMIN"
] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-autocomplete-render-items-as-html" => "false" ] |
[ "data-ea-autocomplete-render-items-as-html" => "false" ] |
| choices | [ "User" => "ROLE_USER" "Admin" => "ROLE_ADMIN" ] |
[ "User" => "ROLE_USER" "Admin" => "ROLE_ADMIN" ] |
| expanded | true |
same as passed value |
| label | "Roles" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | true |
same as passed value |
| placeholder | "" |
null
|
| required | true |
same as passed value |
| row_attr | [ "class" => "field-select" ] |
[ "class" => "field-select" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-ea-autocomplete-render-items-as-html" => "false" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "User" => "ROLE_USER" "Admin" => "ROLE_ADMIN" ] |
| 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Roles" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "field-select" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1052 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-autocomplete-render-items-as-html" => "false" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_User_roles" ] |
| cache_key | "_User_roles_choice" |
| choice_translation_domain | "messages" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "User" +value: "ROLE_USER" +data: "ROLE_USER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1063 +label: "Admin" +value: "ROLE_ADMIN" +data: "ROLE_ADMIN" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [
"ROLE_ADMIN"
] |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#729 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField" -propertyName: "roles" -value: [ "ROLE_ADMIN" ] -formattedValue: [ "ROLE_ADMIN" ] -formatValueCallable: null -label: "Roles" -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#732 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-select" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/choice" -templatePath: "@EasyAdmin/crud/field/choice.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#731 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#733 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#785 …} -uniqueId: Symfony\Component\Uid\Ulid {#730 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#735 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#494 -isAccessible: true -fqcn: "App\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#444 …} -instance: App\Entity\User {#495 -id: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1164 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#729 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField" -propertyName: "roles" -value: [ "ROLE_ADMIN" ] -formattedValue: [ "ROLE_ADMIN" ] -formatValueCallable: null -label: "Roles" -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#732 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-select" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/choice" -templatePath: "@EasyAdmin/crud/field/choice.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#731 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#733 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#785 …} -uniqueId: Symfony\Component\Uid\Ulid {#730 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#735 …} } -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: 2 -fullName: "Tom Doe" -username: "tom_admin" -email: "tom_admin@symfony.com" -password: "$2y$13$aBB/wELjpysf6PpYuXLEBuK4pEGaWJLxnC7aa/8FFjLqQmLie8ni2" -roles: [ "ROLE_ADMIN" ] } -primaryKeyName: "id" -primaryKeyValue: 2 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#668 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#841 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1161 -form: Symfony\Component\Form\Form {#1111 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1159 …5} |
| full_name | "User[roles]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User_roles" |
| is_selected | Closure($choice, array $values) {#1162 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1040 …} } |
| label | "Roles" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "roles" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-select" ] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_roles" |
| valid | true |
| value | [
"ROLE_ADMIN"
] |
0
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "User" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "ROLE_USER" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1091 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1087 …} } |
| 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 {#1092 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "User" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1096 …} } } |
| validation_groups | null |
| value | "ROLE_USER" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_User_roles_entry" ] |
| cache_key | "_User_roles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1168 -fieldDto: null -entityDto: null } |
| errors | Symfony\Component\Form\FormErrorIterator {#1166 -form: Symfony\Component\Form\Form {#1114 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1165 …5} |
| full_name | "User[roles][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User_roles_0" |
| label | "User" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_roles_entry" |
| valid | true |
| value | "ROLE_USER" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"ROLE_ADMIN"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Admin" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "ROLE_ADMIN" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1091 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1087 …} } |
| 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 {#1092 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Admin" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1103 …} } } |
| validation_groups | null |
| value | "ROLE_ADMIN" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_User_roles_entry" ] |
| cache_key | "_User_roles_entry_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1171 -fieldDto: null -entityDto: null } |
| errors | Symfony\Component\Form\FormErrorIterator {#1169 -form: Symfony\Component\Form\Form {#1117 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1167 …5} |
| full_name | "User[roles][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User_roles_1" |
| label | "Admin" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_User_roles_entry" |
| valid | true |
| value | "ROLE_ADMIN" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e5f57be17.yJLe74WExhMMXJPh7ixX9eWvHP_sfmQrxgUasEtA33U.vfWBiMOp_nFHE9TS130jvLbFcJC9By5vrUgsxzsx7x2D947etMOfISEY0g" |
| 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 | "e5f57be17.yJLe74WExhMMXJPh7ixX9eWvHP_sfmQrxgUasEtA33U.vfWBiMOp_nFHE9TS130jvLbFcJC9By5vrUgsxzsx7x2D947etMOfISEY0g" |
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 {#191 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#195 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#183 …} } |
| data | "e5f57be17.yJLe74WExhMMXJPh7ixX9eWvHP_sfmQrxgUasEtA33U.vfWBiMOp_nFHE9TS130jvLbFcJC9By5vrUgsxzsx7x2D947etMOfISEY0g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1173 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#856 …} } |
| 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() {#1175 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#954 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#864 …} $translationDomain: "validators" $message: Closure() {#1174 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_User__token" ] |
| cache_key | "_User__token_hidden" |
| compound | false |
| data | "e5f57be17.yJLe74WExhMMXJPh7ixX9eWvHP_sfmQrxgUasEtA33U.vfWBiMOp_nFHE9TS130jvLbFcJC9By5vrUgsxzsx7x2D947etMOfISEY0g" |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1188 -fieldDto: null -entityDto: null } |
| errors | Symfony\Component\Form\FormErrorIterator {#1185 -form: Symfony\Component\Form\Form {#1181 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1176 …5} |
| full_name | "User[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "User__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 | "_User__token" |
| valid | true |
| value | "e5f57be17.yJLe74WExhMMXJPh7ixX9eWvHP_sfmQrxgUasEtA33U.vfWBiMOp_nFHE9TS130jvLbFcJC9By5vrUgsxzsx7x2D947etMOfISEY0g" |