Forms
-
languages
-
ranking
-
isActive
-
language
-
abbreviation
-
linkedInOther
-
icon
-
_token
-
languages
Form type:
"App\Form\LanguagesType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Languages {#879 -id: 2 -language: "German" -abbreviation: "DE" -icon: "" -isActive: true -linkedInOther: true -ranking: -444 } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Languages {#879 -id: 2 -language: "German" -abbreviation: "DE" -icon: "" -isActive: true -linkedInOther: true -ranking: -444 } |
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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
data | App\Entity\Languages {#879 -id: 2 -language: "German" -abbreviation: "DE" -icon: "" -isActive: true -linkedInOther: true -ranking: -444 } |
data_class | "App\Entity\Languages" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1113 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Languages" } } |
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 | null |
trim | true |
upload_max_size_message | Closure() {#1111 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1112 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "languages" "_languages" ] |
cache_key | "_languages_languages" |
compound | true |
data | App\Entity\Languages {#879 -id: 2 -language: "German" -abbreviation: "DE" -icon: "" -isActive: true -linkedInOther: true -ranking: -444 } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1197 -form: Symfony\Component\Form\Form {#1219 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1110 …5} |
full_name | "languages" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "languages" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_languages" |
valid | true |
value | App\Entity\Languages {#879 -id: 2 -language: "German" -abbreviation: "DE" -icon: "" -isActive: true -linkedInOther: true -ranking: -444 } |
ranking
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "-444" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Ranking" |
same as passed value |
required | false |
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 | 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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1139 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Ranking" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1138 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_languages_ranking" ] |
cache_key | "_languages_ranking_text" |
compound | false |
data | "-444" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1258 -form: Symfony\Component\Form\Form {#1241 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1260 …5} |
full_name | "languages[ranking]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages_ranking" |
label | "Ranking" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ranking" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_languages_ranking" |
valid | true |
value | "-444" |
isActive
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Active" |
same as passed value |
required | false |
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 | 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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Active" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1147 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_languages_isActive" ] |
cache_key | "_languages_isActive_text" |
compound | false |
data | "1" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1257 -form: Symfony\Component\Form\Form {#1244 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1256 …5} |
full_name | "languages[isActive]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages_isActive" |
label | "Active" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "isActive" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_languages_isActive" |
valid | true |
value | "1" |
language
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "German" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Language" |
same as passed value |
required | false |
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 | 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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Language" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1158 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_languages_language" ] |
cache_key | "_languages_language_text" |
compound | false |
data | "German" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1255 -form: Symfony\Component\Form\Form {#1247 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1254 …5} |
full_name | "languages[language]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages_language" |
label | "Language" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "language" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_languages_language" |
valid | true |
value | "German" |
abbreviation
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "DE" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Abbreviation" |
same as passed value |
required | false |
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 | 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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1171 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Abbreviation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1172 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_languages_abbreviation" ] |
cache_key | "_languages_abbreviation_text" |
compound | false |
data | "DE" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1225 -form: Symfony\Component\Form\Form {#1217 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1183 …5} |
full_name | "languages[abbreviation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages_abbreviation" |
label | "Abbreviation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "abbreviation" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_languages_abbreviation" |
valid | true |
value | "DE" |
linkedInOther
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "LinkedIn Other" |
same as passed value |
required | false |
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 | 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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "LinkedIn Other" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1181 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_languages_linkedInOther" ] |
cache_key | "_languages_linkedInOther_text" |
compound | false |
data | "1" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1174 -form: Symfony\Component\Form\Form {#1214 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1160 …5} |
full_name | "languages[linkedInOther]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages_linkedInOther" |
label | "LinkedIn Other" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "linkedInOther" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_languages_linkedInOther" |
valid | true |
value | "1" |
icon
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Icon" |
same as passed value |
mapped | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | 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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
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 | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Icon" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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() {#1226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1227 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_languages_icon" ] |
cache_key | "_languages_icon_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1149 -form: Symfony\Component\Form\Form {#1211 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1131 …5} |
full_name | "languages[icon]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages_icon" |
label | "Icon" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "icon" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_languages_icon" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ce47750d52f4f9aa2a91.c6o1C3Vp-_ACtxPXmwgLVPxbRuZLbNNLKOza8Oe2Ph0.Bf57fyIQlYRj4X6V_29_P7A5dakmNpktGpqUm4TMWkkXmHY-Mh-kh1HBYA" |
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 | "ce47750d52f4f9aa2a91.c6o1C3Vp-_ACtxPXmwgLVPxbRuZLbNNLKOza8Oe2Ph0.Bf57fyIQlYRj4X6V_29_P7A5dakmNpktGpqUm4TMWkkXmHY-Mh-kh1HBYA" |
same as passed value |
mapped | false |
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 | "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 {#1066 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1067 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1068 …} -namespace: Closure() {#1070 …} } |
data | "ce47750d52f4f9aa2a91.c6o1C3Vp-_ACtxPXmwgLVPxbRuZLbNNLKOza8Oe2Ph0.Bf57fyIQlYRj4X6V_29_P7A5dakmNpktGpqUm4TMWkkXmHY-Mh-kh1HBYA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1204 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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() {#1262 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $message: Closure() {#1252 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_languages__token" ] |
cache_key | "_languages__token_hidden" |
compound | false |
data | "ce47750d52f4f9aa2a91.c6o1C3Vp-_ACtxPXmwgLVPxbRuZLbNNLKOza8Oe2Ph0.Bf57fyIQlYRj4X6V_29_P7A5dakmNpktGpqUm4TMWkkXmHY-Mh-kh1HBYA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1272 -form: Symfony\Component\Form\Form {#1268 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1263 …5} |
full_name | "languages[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "languages__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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_languages__token" |
valid | true |
value | "ce47750d52f4f9aa2a91.c6o1C3Vp-_ACtxPXmwgLVPxbRuZLbNNLKOza8Oe2Ph0.Bf57fyIQlYRj4X6V_29_P7A5dakmNpktGpqUm4TMWkkXmHY-Mh-kh1HBYA" |