- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 25
- Events
- Routing
- Cache
- Translation 4
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- 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
members
"App\Form\MembersType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Members {#390 -id: null -fName: null -lName: null -picture: null -date: DateTime @1752523180 {#389 date: 2025-07-14 21:59:40.507124 Europe/Paris (+02:00) } -createdBy: null -updatedBy: null -isEnabled: null -title: null -profession: null +"commissions": Doctrine\Common\Collections\ArrayCollection {#388 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Members {#390 -id: null -fName: null -lName: null -picture: null -date: DateTime @1752523180 {#389 date: 2025-07-14 21:59:40.507124 Europe/Paris (+02:00) } -createdBy: null -updatedBy: null -isEnabled: null -title: null -profession: null +"commissions": Doctrine\Common\Collections\ArrayCollection {#388 …} } |
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 | 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 {#668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#667 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#664 …} } |
data | App\Entity\Members {#390 -id: null -fName: null -lName: null -picture: null -date: DateTime @1752523180 {#389 date: 2025-07-14 21:59:40.507124 Europe/Paris (+02:00) } -createdBy: null -updatedBy: null -isEnabled: null -title: null -profession: null +"commissions": Doctrine\Common\Collections\ArrayCollection {#388 …} } |
data_class | "App\Entity\Members" |
disabled | false |
empty_data | Closure(FormInterface $form) {#687 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#372 …} use: { $class: "App\Entity\Members" } } |
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 | null |
trim | true |
upload_max_size_message | Closure() {#685 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#369 …} $translationDomain: "validators" $message: Closure() {#686 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "members" "_members" ] |
cache_key | "_members_members" |
compound | true |
data | App\Entity\Members {#390 -id: null -fName: null -lName: null -picture: null -date: DateTime @1752523180 {#389 date: 2025-07-14 21:59:40.507124 Europe/Paris (+02:00) } -createdBy: null -updatedBy: null -isEnabled: null -title: null -profession: null +"commissions": Doctrine\Common\Collections\ArrayCollection {#388 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#839 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#684 …5} |
full_name | "members" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "members" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "members" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_members" |
valid | true |
value | App\Entity\Members {#390 -id: null -fName: null -lName: null -picture: null -date: DateTime @1752523180 {#389 date: 2025-07-14 21:59:40.507124 Europe/Paris (+02:00) } -createdBy: null -updatedBy: null -isEnabled: null -title: null -profession: null +"commissions": Doctrine\Common\Collections\ArrayCollection {#388 …} } |
fName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "Prénoms :" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#667 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#664 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#372 …} } |
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 | "Prénoms :" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#644 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#369 …} $translationDomain: "validators" $message: Closure() {#645 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_members_fName" ] |
cache_key | "_members_fName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#846 -form: Symfony\Component\Form\Form {#818 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#847 …5} |
full_name | "members[fName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "members_fName" |
label | "Prénoms :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_members_fName" |
valid | true |
value | "" |
lName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "Nom :" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#667 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#664 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#372 …} } |
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 | "Nom :" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#369 …} $translationDomain: "validators" $message: Closure() {#770 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_members_lName" ] |
cache_key | "_members_lName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#844 -form: Symfony\Component\Form\Form {#822 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#842 …5} |
full_name | "members[lName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "members_lName" |
label | "Nom :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_members_lName" |
valid | true |
value | "" |
profession
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "Profession :" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#667 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#664 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#772 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#372 …} } |
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 | "Profession :" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#369 …} $translationDomain: "validators" $message: Closure() {#698 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_members_profession" ] |
cache_key | "_members_profession_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#841 -form: Symfony\Component\Form\Form {#825 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#840 …5} |
full_name | "members[profession]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "members_profession" |
label | "Profession :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "profession" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_members_profession" |
valid | true |
value | "" |
picture
"App\Form\PictureType"
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 |
---|---|---|
attr | [ "class" => "has-preview" "data-target" => ".os-preview" ] |
[ "class" => "has-preview" "data-target" => ".os-preview" ] |
label | "Photo" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
accept | "image/*" |
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "has-preview" "data-target" => ".os-preview" ] |
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 {#668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#667 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#664 …} } |
data_class | "App\Entity\Picture" |
disabled | false |
empty_data | Closure(FormInterface $form) {#680 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#372 …} use: { $class: "App\Entity\Picture" } } |
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 | "Photo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
max-size | 134217728.0 |
method | "POST" |
min-height | 0 |
min-width | 0 |
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() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#369 …} $translationDomain: "validators" $message: Closure() {#705 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "has-preview" "data-target" => ".os-preview" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "os_picture" "_members_picture" ] |
cache_key | "_members_picture_os_picture" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#776 -form: Symfony\Component\Form\Form {#813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#828 …5} |
full_name | "members[picture]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "members_picture" |
label | "Photo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "picture" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_members_picture" |
valid | true |
value | null |
target
"Symfony\Component\Form\Extension\Core\Type\FileType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "accept" => "image/*" "data-max-size" => 134217728.0 "data-min-width" => 0 "data-min-height" => 0 ] |
[ "accept" => "image/*" "data-max-size" => 134217728.0 "data-min-width" => 0 "data-min-height" => 0 ] |
label | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "accept" => "image/*" "data-max-size" => 134217728.0 "data-min-width" => 0 "data-min-height" => 0 ] |
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 {#668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#667 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#664 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#369 …} $translationDomain: "validators" $message: Closure() {#831 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "accept" => "image/*" "data-max-size" => 134217728.0 "data-min-width" => 0 "data-min-height" => 0 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_members_picture_target" ] |
cache_key | "_members_picture_target_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#803 -form: Symfony\Component\Form\Form {#810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#640 …5} |
full_name | "members[picture][target]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "members_picture_target" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "target" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_members_picture_target" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6f5e5397b9f7.ywBahE6jIdINAbEqcYImDstP2BVTO_Msb2RfIcIOlQk.g2Vo6yaRbqJVN9ZvCNd2efkEkEwDdqJ9PxQ1DJZ85EWkM2_iAvZGlXxS_A" |
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 | "6f5e5397b9f7.ywBahE6jIdINAbEqcYImDstP2BVTO_Msb2RfIcIOlQk.g2Vo6yaRbqJVN9ZvCNd2efkEkEwDdqJ9PxQ1DJZ85EWkM2_iAvZGlXxS_A" |
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 {#668 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#667 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#664 …} } |
data | "6f5e5397b9f7.ywBahE6jIdINAbEqcYImDstP2BVTO_Msb2RfIcIOlQk.g2Vo6yaRbqJVN9ZvCNd2efkEkEwDdqJ9PxQ1DJZ85EWkM2_iAvZGlXxS_A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#372 …} } |
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() {#860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#369 …} $translationDomain: "validators" $message: Closure() {#852 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_members__token" ] |
cache_key | "_members__token_hidden" |
compound | false |
data | "6f5e5397b9f7.ywBahE6jIdINAbEqcYImDstP2BVTO_Msb2RfIcIOlQk.g2Vo6yaRbqJVN9ZvCNd2efkEkEwDdqJ9PxQ1DJZ85EWkM2_iAvZGlXxS_A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#871 -form: Symfony\Component\Form\Form {#867 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#862 …5} |
full_name | "members[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "members__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 | null |
unique_block_prefix | "_members__token" |
valid | true |
value | "6f5e5397b9f7.ywBahE6jIdINAbEqcYImDstP2BVTO_Msb2RfIcIOlQk.g2Vo6yaRbqJVN9ZvCNd2efkEkEwDdqJ9PxQ1DJZ85EWkM2_iAvZGlXxS_A" |