- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 20
- Events
- Routing
- Cache
- Translation 17
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- EasyAdmin
- VichUploader
- 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
User
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } |
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\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } |
same as passed value |
entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885 -isAccessible: true -fqcn: "App\Domain\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …} -instance: App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } -primaryKeyName: "id" -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …} } |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data | App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } |
data_class | "App\Domain\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1068 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} use: { $class: "App\Domain\Entity\User" } } |
entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885 -isAccessible: true -fqcn: "App\Domain\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …} -instance: App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } -primaryKeyName: "id" -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1069 …} } } |
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\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } |
disabled | false |
ea_crud_form | [ "assets" => EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1207 -webpackEncoreAssets: [] -cssAssets: [] -jsAssets: [] -headContents: [] -bodyContents: [] } "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885 -isAccessible: true -fqcn: "App\Domain\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …} -instance: App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } -primaryKeyName: "id" -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …} } "form_tabs" => [] "form_panels" => [] ] |
errors | Symfony\Component\Form\FormErrorIterator {#1184 -form: Symfony\Component\Form\Form {#1120 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1128 …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\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "test" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Username" |
same as passed value |
label_translation_parameters | [] |
[] |
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 | [ "data-ea-align" => "left" ] |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1083 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} } |
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 | "Username" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1084 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_User_username" ] |
cache_key | "_User_username_text" |
compound | false |
data | "test" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#689 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "username" -value: "test" -formattedValue: "test" -formatValueCallable: null -label: "Username" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#675 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -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" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#676 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#674 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#954 …} -uniqueId: Symfony\Component\Uid\Ulid {#677 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#726 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885 -isAccessible: true -fqcn: "App\Domain\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …} -instance: App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } -primaryKeyName: "id" -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#1189 -form: Symfony\Component\Form\Form {#1146 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1190 …5} |
full_name | "User[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "User_username" |
label | "Username" |
label_attr | [] |
label_format | null |
label_html | false |
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 | "test" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "test" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Name" |
same as passed value |
label_translation_parameters | [] |
[] |
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 | [ "data-ea-align" => "left" ] |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1046 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} } |
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 | [] |
legacy_error_messages | true |
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" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1049 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_User_name" ] |
cache_key | "_User_name_text" |
compound | false |
data | "test" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#722 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "name" -value: "test" -formattedValue: "test" -formatValueCallable: null -label: "Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#725 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -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" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#666 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#609 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#682 …} -uniqueId: Symfony\Component\Uid\Ulid {#668 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#654 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885 -isAccessible: true -fqcn: "App\Domain\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …} -instance: App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } -primaryKeyName: "id" -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#1188 -form: Symfony\Component\Form\Form {#1150 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1187 …5} |
full_name | "User[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "User_name" |
label | "Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_User_name" |
valid | true |
value | "test" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "test" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
label | "Lastname" |
same as passed value |
label_translation_parameters | [] |
[] |
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 | [ "data-ea-align" => "left" ] |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1053 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} } |
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 | "Lastname" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1054 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_User_lastname" ] |
cache_key | "_User_lastname_text" |
compound | false |
data | "test" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#659 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "lastname" -value: "test" -formattedValue: "test" -formatValueCallable: null -label: "Lastname" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#680 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -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" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#679 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#742 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#925 …} -uniqueId: Symfony\Component\Uid\Ulid {#670 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#736 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885 -isAccessible: true -fqcn: "App\Domain\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …} -instance: App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } -primaryKeyName: "id" -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#1186 -form: Symfony\Component\Form\Form {#1153 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1185 …5} |
full_name | "User[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "User_lastname" |
label | "Lastname" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_User_lastname" |
valid | true |
value | "test" |
password
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "testtest" |
View Format |
[ "first" => "testtest" "second" => "testtest" ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
first_options | [ "label" => "New password" ] |
[ "label" => "New password" ] |
label | "New Password" |
same as passed value |
label_translation_parameters | [] |
[] |
required | true |
same as passed value |
row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
second_options | [ "label" => "Repeat Password" ] |
[ "label" => "Repeat Password" ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-ea-align" => "left" ] |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1089 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "New password" ] |
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 | "New Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
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" ] |
second_name | "second" |
second_options | [ "label" => "Repeat Password" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#1062 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1063 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-ea-align" => "left" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_User_password" ] |
cache_key | "_User_password_repeated" |
compound | true |
data | "testtest" |
disabled | false |
ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#667 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "password" -value: "testtest" -formattedValue: "testtest" -formatValueCallable: null -label: "New Password" -formType: "Symfony\Component\Form\Extension\Core\Type\RepeatedType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#963 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -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" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#727 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#960 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#945 …} -uniqueId: "01JZY9QAP9TXT0PVH0RY350T96" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#951 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#885 -isAccessible: true -fqcn: "App\Domain\Entity\User" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#628 …} -instance: App\Domain\Entity\User {#863 +email: "juliengfgh.montel@idp.lu" +username: "test" +name: "test" #lastname: "test" #password: "testtest" #role: [ "ROLE_USER" ] #token: null -isVerified: true #id: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} #createdAt: 1663564835 #updatedAt: null } -primaryKeyName: "id" -primaryKeyValue: Ramsey\Uuid\Lazy\LazyUuidFromString {#786 …} -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#965 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1025 …} } ] |
errors | Symfony\Component\Form\FormErrorIterator {#1161 -form: Symfony\Component\Form\Form {#1132 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1157 …5} |
full_name | "User[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "User_password" |
label | "New Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [ "class" => "field-text" ] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_User_password" |
valid | true |
value | [ "first" => "testtest" "second" => "testtest" ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "testtest" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
error_bubbling | false |
false
|
label | "New password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1100 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} } |
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 | "New password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | null |
trim | false |
upload_max_size_message | Closure() {#1108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1099 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_User_password_first" ] |
cache_key | "_User_password_first_password" |
compound | false |
data | "testtest" |
disabled | false |
ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
errors | Symfony\Component\Form\FormErrorIterator {#1172 -form: Symfony\Component\Form\Form {#1135 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1171 …5} |
full_name | "User[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "User_password_first" |
label | "New password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_User_password_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "testtest" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
error_bubbling | false |
false
|
label | "Repeat Password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} } |
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 | "Repeat Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | null |
trim | false |
upload_max_size_message | Closure() {#1123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1119 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_User_password_second" ] |
cache_key | "_User_password_second_password" |
compound | false |
data | "testtest" |
disabled | false |
ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
errors | Symfony\Component\Form\FormErrorIterator {#1173 -form: Symfony\Component\Form\Form {#1138 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1174 …5} |
full_name | "User[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "User_password_second" |
label | "Repeat Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "messages" |
unique_block_prefix | "_User_password_second" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "dfc824a7630db99334355fde.14K3xxQdHZDNjn_KbZL7Ude_jIJwTJxfBjrtnuYZ8Zo.o8zYi1NVJeSkuAWeJNWXaI7Sv_QGLdcsZVGM16Esi--mzeKAU0or2fz9Pg" |
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 | "dfc824a7630db99334355fde.14K3xxQdHZDNjn_KbZL7Ude_jIJwTJxfBjrtnuYZ8Zo.o8zYi1NVJeSkuAWeJNWXaI7Sv_QGLdcsZVGM16Esi--mzeKAU0or2fz9Pg" |
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 {#60 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#75 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#76 …} -namespace: Closure() {#69 …} } |
data | "dfc824a7630db99334355fde.14K3xxQdHZDNjn_KbZL7Ude_jIJwTJxfBjrtnuYZ8Zo.o8zYi1NVJeSkuAWeJNWXaI7Sv_QGLdcsZVGM16Esi--mzeKAU0or2fz9Pg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1003 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#927 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#203 …} $translationDomain: "validators" $message: Closure() {#1148 …} } } |
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 | "dfc824a7630db99334355fde.14K3xxQdHZDNjn_KbZL7Ude_jIJwTJxfBjrtnuYZ8Zo.o8zYi1NVJeSkuAWeJNWXaI7Sv_QGLdcsZVGM16Esi--mzeKAU0or2fz9Pg" |
disabled | false |
ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
errors | Symfony\Component\Form\FormErrorIterator {#1204 -form: Symfony\Component\Form\Form {#1200 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1195 …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 | "dfc824a7630db99334355fde.14K3xxQdHZDNjn_KbZL7Ude_jIJwTJxfBjrtnuYZ8Zo.o8zYi1NVJeSkuAWeJNWXaI7Sv_QGLdcsZVGM16Esi--mzeKAU0or2fz9Pg" |