Forms
-
file_attachments
-
date
-
description
-
category
-
notes
-
attachment
-
_token
-
file_attachments
Form type:
"App\Form\FileAttachmentsType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\FileAttachments {#1131 -id: null -date: null -description: null -category: null -notes: null -attachment: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\FileAttachments {#1131 -id: null -date: null -description: null -category: null -notes: null -attachment: null } |
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 {#1356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1358 …} -namespace: Closure() {#1360 …} } |
data | App\Entity\FileAttachments {#1131 -id: null -date: null -description: null -category: null -notes: null -attachment: null } |
data_class | "App\Entity\FileAttachments" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1403 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\FileAttachments" } } |
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 | [] |
id | null |
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() {#1401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1166 …} $message: Closure() {#1402 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file_attachments" "_file_attachments" ] |
cache_key | "_file_attachments_file_attachments" |
compound | true |
data | App\Entity\FileAttachments {#1131 -id: null -date: null -description: null -category: null -notes: null -attachment: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1479 -form: Symfony\Component\Form\Form {#1497 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1400 …5} |
full_name | "file_attachments" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "file_attachments" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file_attachments" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_file_attachments" |
valid | true |
value | App\Entity\FileAttachments {#1131 -id: null -date: null -description: null -category: null -notes: null -attachment: null } |
date
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 | "Date" |
same as passed value |
required | false |
same as passed value |
widget | "single_text" |
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 | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
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 {#1356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1358 …} -namespace: Closure() {#1360 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => "" "month" => "" "day" => "" ] |
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() {#1655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1166 …} $message: Closure() {#1654 …} $translationDomain: "validators" } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_file_attachments_date" ] |
cache_key | "_file_attachments_date_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1530 -form: Symfony\Component\Form\Form {#1519 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1532 …5} |
full_name | "file_attachments[date]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "file_attachments_date" |
label | "Date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "date" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_file_attachments_date" |
valid | true |
value | "" |
widget | "single_text" |
description
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Description" |
same as passed value |
required | false |
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 {#1356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1358 …} -namespace: Closure() {#1360 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1636 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 | "Description" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1641 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1166 …} $message: Closure() {#1635 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_file_attachments_description" ] |
cache_key | "_file_attachments_description_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1528 -form: Symfony\Component\Form\Form {#1522 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1529 …5} |
full_name | "file_attachments[description]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "file_attachments_description" |
label | "Description" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "description" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_file_attachments_description" |
valid | true |
value | "" |
category
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Category" |
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 {#1356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1358 …} -namespace: Closure() {#1360 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1585 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 | "Category" |
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() {#1587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1166 …} $message: Closure() {#1586 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_file_attachments_category" ] |
cache_key | "_file_attachments_category_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1516 -form: Symfony\Component\Form\Form {#1525 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1520 …5} |
full_name | "file_attachments[category]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "file_attachments_category" |
label | "Category" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "category" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_file_attachments_category" |
valid | true |
value | "" |
notes
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 | "Notes" |
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 {#1356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1358 …} -namespace: Closure() {#1360 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1631 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 | "Notes" |
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() {#1558 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1166 …} $message: Closure() {#1630 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_file_attachments_notes" ] |
cache_key | "_file_attachments_notes_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1503 -form: Symfony\Component\Form\Form {#1495 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1556 …5} |
full_name | "file_attachments[notes]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "file_attachments_notes" |
label | "Notes" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "notes" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_file_attachments_notes" |
valid | true |
value | "" |
attachment
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 | "Document" |
same as passed value |
mapped | false |
same as passed value |
multiple | 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 {#1356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1358 …} -namespace: Closure() {#1360 …} } |
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 | "Document" |
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() {#1504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1166 …} $message: Closure() {#1505 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_file_attachments_attachment" ] |
cache_key | "_file_attachments_attachment_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1588 -form: Symfony\Component\Form\Form {#1492 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1639 …5} |
full_name | "file_attachments[attachment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "file_attachments_attachment" |
label | "Document" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "attachment" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_file_attachments_attachment" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "0b0b6ca497a71dafa9.8bqqIlwcA4E08B1RoVwkire_VLGczUbi9vN2CJLVKlE.p_XPQzp0RPZbwixjzmQS8oLbYcjZ9BWlx5lDQKSZfT-n7foTZVgu5nGpTA" |
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 | "0b0b6ca497a71dafa9.8bqqIlwcA4E08B1RoVwkire_VLGczUbi9vN2CJLVKlE.p_XPQzp0RPZbwixjzmQS8oLbYcjZ9BWlx5lDQKSZfT-n7foTZVgu5nGpTA" |
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 {#1356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1358 …} -namespace: Closure() {#1360 …} } |
data | "0b0b6ca497a71dafa9.8bqqIlwcA4E08B1RoVwkire_VLGczUbi9vN2CJLVKlE.p_XPQzp0RPZbwixjzmQS8oLbYcjZ9BWlx5lDQKSZfT-n7foTZVgu5nGpTA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1656 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() {#1486 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1166 …} $message: Closure() {#1478 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_file_attachments__token" ] |
cache_key | "_file_attachments__token_hidden" |
compound | false |
data | "0b0b6ca497a71dafa9.8bqqIlwcA4E08B1RoVwkire_VLGczUbi9vN2CJLVKlE.p_XPQzp0RPZbwixjzmQS8oLbYcjZ9BWlx5lDQKSZfT-n7foTZVgu5nGpTA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1387 -form: Symfony\Component\Form\Form {#1538 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1484 …5} |
full_name | "file_attachments[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "file_attachments__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 | "_file_attachments__token" |
valid | true |
value | "0b0b6ca497a71dafa9.8bqqIlwcA4E08B1RoVwkire_VLGczUbi9vN2CJLVKlE.p_XPQzp0RPZbwixjzmQS8oLbYcjZ9BWlx5lDQKSZfT-n7foTZVgu5nGpTA" |