Forms
-
send_by_mail
-
formatType
-
shortFormat
-
0
-
1
-
-
image
-
notices
-
authorities
-
indices
-
sender
-
reciever
-
message
-
_token
-
email_address
-
-
suggest_by_mail
-
title
-
author
-
documentType
-
lastName
-
firstName
-
editor
-
email
-
_token
-
email_address
-
-
report_error
-
permalink
-
message
-
lastName
-
firstName
-
email
-
_token
-
email_address
-
send_by_mail
"App\Form\SendByMailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Model\Form\SendByMail {#1350 -shortFormat: false -formatType: "pdf" -image: false -notices: null -indices: null -authorities: null -debug: false -message: null -sender: null -reciever: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Model\Form\SendByMail {#1350 -shortFormat: false -formatType: "pdf" -image: false -notices: null -indices: null -authorities: null -debug: false -message: null -sender: null -reciever: 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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | App\Model\Form\SendByMail {#1350 -shortFormat: false -formatType: "pdf" -image: false -notices: null -indices: null -authorities: null -debug: false -message: null -sender: null -reciever: null } |
data_class | "App\Model\Form\SendByMail" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1406 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Model\Form\SendByMail" } } |
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 | [] |
honeypot | true |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Champs invalides" |
honeypot_use_class | false |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1407 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "send_by_mail" "_send_by_mail" ] |
cache_key | "_send_by_mail_send_by_mail" |
compound | true |
data | App\Model\Form\SendByMail {#1350 -shortFormat: false -formatType: "pdf" -image: false -notices: null -indices: null -authorities: null -debug: false -message: null -sender: null -reciever: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1533 -errors: [] -form: Symfony\Component\Form\Form {#1538 …} } |
form | Symfony\Component\Form\FormView {#1409 …5} |
full_name | "send_by_mail" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "send_by_mail" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail" |
valid | true |
value | App\Model\Form\SendByMail {#1350 -shortFormat: false -formatType: "pdf" -image: false -notices: null -indices: null -authorities: null -debug: false -message: null -sender: null -reciever: null } |
formatType
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "eml" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "eml" |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | "eml" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1420 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | 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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1422 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1421 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_send_by_mail_formatType" ] |
cache_key | "_send_by_mail_formatType_hidden" |
compound | false |
data | "eml" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1485 -errors: [] -form: Symfony\Component\Form\Form {#1541 …} } |
form | Symfony\Component\Form\FormView {#1494 …5} |
full_name | "send_by_mail[formatType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_formatType" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "formatType" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_formatType" |
valid | true |
value | "eml" |
shortFormat
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
choices | [ "modal.export.field.abstract" => true "modal.export.field.long" => false ] |
[ "modal.export.field.abstract" => true "modal.export.field.long" => false ] |
data | true |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "modal.export.field.abstract" => true "modal.export.field.long" => false ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | true |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1441 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_send_by_mail_shortFormat" ] |
cache_key | "_send_by_mail_shortFormat_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1451 +data: true +value: "1" +label: "modal.export.field.abstract" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +data: false +value: "0" +label: "modal.export.field.long" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | true |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#1476 -errors: [] -form: Symfony\Component\Form\Form {#1566 …} } |
expanded | true |
form | Symfony\Component\Form\FormView {#1463 …5} |
full_name | "send_by_mail[shortFormat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_shortFormat" |
is_selected | Closure($choice, $value) {#1444 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "shortFormat" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_shortFormat" |
valid | true |
value | "1" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "modal.export.field.abstract" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
translation_domain | null |
same as passed value |
value | "1" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1461 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1462 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "modal.export.field.abstract" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1550 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1549 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_send_by_mail_shortFormat_entry" ] |
cache_key | "_send_by_mail_shortFormat_entry_radio" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1597 -errors: [] -form: Symfony\Component\Form\Form {#1569 …} } |
form | Symfony\Component\Form\FormView {#1423 …5} |
full_name | "send_by_mail[shortFormat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_shortFormat_0" |
label | "modal.export.field.abstract" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_shortFormat_entry" |
valid | true |
value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "modal.export.field.long" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
translation_domain | null |
same as passed value |
value | "0" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1461 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1462 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "modal.export.field.long" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1558 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "0" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_send_by_mail_shortFormat_entry" ] |
cache_key | "_send_by_mail_shortFormat_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1599 -errors: [] -form: Symfony\Component\Form\Form {#1572 …} } |
form | Symfony\Component\Form\FormView {#1600 …5} |
full_name | "send_by_mail[shortFormat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_shortFormat_1" |
label | "modal.export.field.long" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_shortFormat_entry" |
valid | true |
value | "0" |
image
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
label | "modal.export.field.img" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1461 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1462 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "modal.export.field.img" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1464 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1466 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_send_by_mail_image" ] |
cache_key | "_send_by_mail_image_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1551 -errors: [] -form: Symfony\Component\Form\Form {#1575 …} } |
form | Symfony\Component\Form\FormView {#1560 …5} |
full_name | "send_by_mail[image]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_image" |
label | "modal.export.field.img" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "image" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_image" |
valid | true |
value | "1" |
notices
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "js-print-notices" ] |
[ "class" => "js-print-notices" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "js-print-notices" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1473 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | 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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1474 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-print-notices" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_send_by_mail_notices" ] |
cache_key | "_send_by_mail_notices_hidden" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1638 -errors: [] -form: Symfony\Component\Form\Form {#1578 …} } |
form | Symfony\Component\Form\FormView {#1601 …5} |
full_name | "send_by_mail[notices]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_notices" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "notices" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_notices" |
valid | true |
value | "" |
authorities
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "js-print-authorities" ] |
[ "class" => "js-print-authorities" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "js-print-authorities" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1482 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | 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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1484 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1483 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-print-authorities" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_send_by_mail_authorities" ] |
cache_key | "_send_by_mail_authorities_hidden" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1639 -errors: [] -form: Symfony\Component\Form\Form {#1581 …} } |
form | Symfony\Component\Form\FormView {#1640 …5} |
full_name | "send_by_mail[authorities]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_authorities" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "authorities" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_authorities" |
valid | true |
value | "" |
indices
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 |
---|---|---|
attr | [ "class" => "js-print-indices" ] |
[ "class" => "js-print-indices" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "js-print-indices" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1491 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | 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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1492 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-print-indices" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_send_by_mail_indices" ] |
cache_key | "_send_by_mail_indices_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1641 -errors: [] -form: Symfony\Component\Form\Form {#1584 …} } |
form | Symfony\Component\Form\FormView {#1645 …5} |
full_name | "send_by_mail[indices]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_indices" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "indices" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_indices" |
valid | true |
value | "" |
sender
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
label | "modal.share.field.expeditor" |
same as passed value |
label_attr | [ "compl" => "modal.email-example" ] |
[ "compl" => "modal.email-example" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1508 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.share.field.expeditor" |
label_attr | [ "compl" => "modal.email-example" ] |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1510 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1509 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_send_by_mail_sender" ] |
cache_key | "_send_by_mail_sender_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1647 -errors: [] -form: Symfony\Component\Form\Form {#1587 …} } |
form | Symfony\Component\Form\FormView {#1648 …5} |
full_name | "send_by_mail[sender]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_sender" |
label | "modal.share.field.expeditor" |
label_attr | [ "compl" => "modal.email-example" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "sender" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_sender" |
valid | true |
value | "" |
reciever
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
label | "modal.share.field.recipient" |
same as passed value |
label_attr | [ "compl" => "modal.email-example" ] |
[ "compl" => "modal.email-example" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1517 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.share.field.recipient" |
label_attr | [ "compl" => "modal.email-example" ] |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1518 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_send_by_mail_reciever" ] |
cache_key | "_send_by_mail_reciever_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1649 -errors: [] -form: Symfony\Component\Form\Form {#1590 …} } |
form | Symfony\Component\Form\FormView {#1650 …5} |
full_name | "send_by_mail[reciever]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_reciever" |
label | "modal.share.field.recipient" |
label_attr | [ "compl" => "modal.email-example" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "reciever" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_reciever" |
valid | true |
value | "" |
message
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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
label | "modal.export.field.comments" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1530 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.export.field.comments" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1532 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1531 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_send_by_mail_message" ] |
cache_key | "_send_by_mail_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1651 -errors: [] -form: Symfony\Component\Form\Form {#1593 …} } |
form | Symfony\Component\Form\FormView {#1652 …5} |
full_name | "send_by_mail[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_message" |
label | "modal.export.field.comments" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_message" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "aeb4f91e931e29fba2097cf220be6.XE9Mw5nwIvgn_3pJWqrmD_Ey1xSB6cWHng581-NIQOU.AxAbh_WIerxAnDg8OOPRPcJTolDSqvL08Uoz-qgpB6sLfH6w_rlzv2aZDQ" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "aeb4f91e931e29fba2097cf220be6.XE9Mw5nwIvgn_3pJWqrmD_Ey1xSB6cWHng581-NIQOU.AxAbh_WIerxAnDg8OOPRPcJTolDSqvL08Uoz-qgpB6sLfH6w_rlzv2aZDQ" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | "aeb4f91e931e29fba2097cf220be6.XE9Mw5nwIvgn_3pJWqrmD_Ey1xSB6cWHng581-NIQOU.AxAbh_WIerxAnDg8OOPRPcJTolDSqvL08Uoz-qgpB6sLfH6w_rlzv2aZDQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1520 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1654 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_send_by_mail__token" ] |
cache_key | "_send_by_mail__token_hidden" |
compound | false |
data | "aeb4f91e931e29fba2097cf220be6.XE9Mw5nwIvgn_3pJWqrmD_Ey1xSB6cWHng581-NIQOU.AxAbh_WIerxAnDg8OOPRPcJTolDSqvL08Uoz-qgpB6sLfH6w_rlzv2aZDQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1664 -errors: [] -form: Symfony\Component\Form\Form {#1660 …} } |
form | Symfony\Component\Form\FormView {#1655 …5} |
full_name | "send_by_mail[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail__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 | "_send_by_mail__token" |
valid | true |
value | "aeb4f91e931e29fba2097cf220be6.XE9Mw5nwIvgn_3pJWqrmD_Ey1xSB6cWHng581-NIQOU.AxAbh_WIerxAnDg8OOPRPcJTolDSqvL08Uoz-qgpB6sLfH6w_rlzv2aZDQ" |
email_address
"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 |
---|---|---|
attr | [ "style" => "display:none" ] |
[ "style" => "display:none" ] |
label | false |
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 | false |
attr | [ "style" => "display:none" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1666 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | [] |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#1668 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "display:none" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_send_by_mail_email_address" ] |
cache_key | "_send_by_mail_email_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1679 -errors: [] -form: Symfony\Component\Form\Form {#1675 …} } |
form | Symfony\Component\Form\FormView {#1670 …5} |
full_name | "send_by_mail[email_address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "send_by_mail_email_address" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email_address" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_send_by_mail_email_address" |
valid | true |
value | "" |
suggest_by_mail
"App\Form\SuggestByMailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Model\Form\SuggestByMail {#2077 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Model\Form\SuggestByMail {#2077 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: 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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | App\Model\Form\SuggestByMail {#2077 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
data_class | "App\Model\Form\SuggestByMail" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2083 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Model\Form\SuggestByMail" } } |
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 | [] |
honeypot | true |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Champs invalides" |
honeypot_use_class | false |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2085 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2084 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "suggest_by_mail" "_suggest_by_mail" ] |
cache_key | "_suggest_by_mail_suggest_by_mail" |
compound | true |
data | App\Model\Form\SuggestByMail {#2077 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2152 -errors: [] -form: Symfony\Component\Form\Form {#2157 …} } |
form | Symfony\Component\Form\FormView {#2086 …5} |
full_name | "suggest_by_mail" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "suggest_by_mail" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail" |
valid | true |
value | App\Model\Form\SuggestByMail {#2077 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
title
"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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2093 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2095 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2094 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_suggest_by_mail_title" ] |
cache_key | "_suggest_by_mail_title_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2113 -errors: [] -form: Symfony\Component\Form\Form {#2160 …} } |
form | Symfony\Component\Form\FormView {#2125 …5} |
full_name | "suggest_by_mail[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_title" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "title" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_title" |
valid | true |
value | "" |
author
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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2102 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | false |
row_attr | [] |
setter | null |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2103 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_suggest_by_mail_author" ] |
cache_key | "_suggest_by_mail_author_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2105 -errors: [] -form: Symfony\Component\Form\Form {#2163 …} } |
form | Symfony\Component\Form\FormView {#2096 …5} |
full_name | "suggest_by_mail[author]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_author" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "author" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_author" |
valid | true |
value | "" |
documentType
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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
choices | [ "Livre" => "Livre" "Livre numérique" => "Livre numérique" "Musique" => "Musique" "Vidéo" => "Vidéo" "BD" => "BD" "Revue, journal" => "Revue, journal" "Revue numérique" => "Revue numérique" "Site et base" => "Site et base" "Livre audio" => "Livre audio" "Débat et enregistrement" => "Débat et enregistrement" "Carte" => "Carte" "Partition et méthode" => "Partition et méthode" "Formation" => "Formation" ] |
[ "Livre" => "Livre" "Livre numérique" => "Livre numérique" "Musique" => "Musique" "Vidéo" => "Vidéo" "BD" => "BD" "Revue, journal" => "Revue, journal" "Revue numérique" => "Revue numérique" "Site et base" => "Site et base" "Livre audio" => "Livre audio" "Débat et enregistrement" => "Débat et enregistrement" "Carte" => "Carte" "Partition et méthode" => "Partition et méthode" "Formation" => "Formation" ] |
multiple | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Livre" => "Livre" "Livre numérique" => "Livre numérique" "Musique" => "Musique" "Vidéo" => "Vidéo" "BD" => "BD" "Revue, journal" => "Revue, journal" "Revue numérique" => "Revue numérique" "Site et base" => "Site et base" "Livre audio" => "Livre audio" "Débat et enregistrement" => "Débat et enregistrement" "Carte" => "Carte" "Partition et méthode" => "Partition et méthode" "Formation" => "Formation" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2111 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_suggest_by_mail_documentType" ] |
cache_key | "_suggest_by_mail_documentType_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2185 +data: "Livre" +value: "Livre" +label: "Livre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2186 +data: "Livre numérique" +value: "Livre numérique" +label: "Livre numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2187 +data: "Musique" +value: "Musique" +label: "Musique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +data: "Vidéo" +value: "Vidéo" +label: "Vidéo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2217 +data: "BD" +value: "BD" +label: "BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2218 +data: "Revue, journal" +value: "Revue, journal" +label: "Revue, journal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2219 +data: "Revue numérique" +value: "Revue numérique" +label: "Revue numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +data: "Site et base" +value: "Site et base" +label: "Site et base" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2221 +data: "Livre audio" +value: "Livre audio" +label: "Livre audio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2222 +data: "Débat et enregistrement" +value: "Débat et enregistrement" +label: "Débat et enregistrement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2223 +data: "Carte" +value: "Carte" +label: "Carte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2224 +data: "Partition et méthode" +value: "Partition et méthode" +label: "Partition et méthode" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2225 +data: "Formation" +value: "Formation" +label: "Formation" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2182 -errors: [] -form: Symfony\Component\Form\Form {#2166 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#2184 …5} |
full_name | "suggest_by_mail[documentType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_documentType" |
is_selected | Closure($choice, $value) {#2227 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "documentType" |
placeholder | "" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_documentType" |
valid | true |
value | "" |
lastName
"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 |
---|---|---|
attr | [ "autocomplete" => "family-name" ] |
[ "autocomplete" => "family-name" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "family-name" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2122 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | false |
row_attr | [] |
setter | null |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2123 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "family-name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_suggest_by_mail_lastName" ] |
cache_key | "_suggest_by_mail_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2228 -errors: [] -form: Symfony\Component\Form\Form {#2169 …} } |
form | Symfony\Component\Form\FormView {#2229 …5} |
full_name | "suggest_by_mail[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_lastName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_lastName" |
valid | true |
value | "" |
firstName
"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 |
---|---|---|
attr | [ "autocomplete" => "name" ] |
[ "autocomplete" => "name" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "name" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2131 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | false |
row_attr | [] |
setter | null |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2133 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2132 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_suggest_by_mail_firstName" ] |
cache_key | "_suggest_by_mail_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2230 -errors: [] -form: Symfony\Component\Form\Form {#2172 …} } |
form | Symfony\Component\Form\FormView {#2231 …5} |
full_name | "suggest_by_mail[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_firstName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_firstName" |
valid | true |
value | "" |
editor
"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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2140 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | false |
row_attr | [] |
setter | null |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2141 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_suggest_by_mail_editor" ] |
cache_key | "_suggest_by_mail_editor_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2232 -errors: [] -form: Symfony\Component\Form\Form {#2175 …} } |
form | Symfony\Component\Form\FormView {#2233 …5} |
full_name | "suggest_by_mail[editor]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_editor" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "editor" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_editor" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
attr | [ "autocomplete" => "email" ] |
[ "autocomplete" => "email" ] |
label_attr | [ "compl" => "modal.email-example" ] |
[ "compl" => "modal.email-example" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2149 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [ "compl" => "modal.email-example" ] |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2150 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_suggest_by_mail_email" ] |
cache_key | "_suggest_by_mail_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2234 -errors: [] -form: Symfony\Component\Form\Form {#2178 …} } |
form | Symfony\Component\Form\FormView {#2235 …5} |
full_name | "suggest_by_mail[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_email" |
label | null |
label_attr | [ "compl" => "modal.email-example" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_email" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "8b99333f81441.zEKZHCC0pZwEDmZl6DZPOFvy7WTLacj1XpInwYmh7TA.pCyqZUP_5t9rVwE12n8WbG-ivBWPA5iNLc10s8Xbpx21NupmcOf0yWZnAQ" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "8b99333f81441.zEKZHCC0pZwEDmZl6DZPOFvy7WTLacj1XpInwYmh7TA.pCyqZUP_5t9rVwE12n8WbG-ivBWPA5iNLc10s8Xbpx21NupmcOf0yWZnAQ" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | "8b99333f81441.zEKZHCC0pZwEDmZl6DZPOFvy7WTLacj1XpInwYmh7TA.pCyqZUP_5t9rVwE12n8WbG-ivBWPA5iNLc10s8Xbpx21NupmcOf0yWZnAQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2143 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2237 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_suggest_by_mail__token" ] |
cache_key | "_suggest_by_mail__token_hidden" |
compound | false |
data | "8b99333f81441.zEKZHCC0pZwEDmZl6DZPOFvy7WTLacj1XpInwYmh7TA.pCyqZUP_5t9rVwE12n8WbG-ivBWPA5iNLc10s8Xbpx21NupmcOf0yWZnAQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2247 -errors: [] -form: Symfony\Component\Form\Form {#2243 …} } |
form | Symfony\Component\Form\FormView {#2238 …5} |
full_name | "suggest_by_mail[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail__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 | "_suggest_by_mail__token" |
valid | true |
value | "8b99333f81441.zEKZHCC0pZwEDmZl6DZPOFvy7WTLacj1XpInwYmh7TA.pCyqZUP_5t9rVwE12n8WbG-ivBWPA5iNLc10s8Xbpx21NupmcOf0yWZnAQ" |
email_address
"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 |
---|---|---|
attr | [ "style" => "display:none" ] |
[ "style" => "display:none" ] |
label | false |
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 | false |
attr | [ "style" => "display:none" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2249 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | [] |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2251 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "display:none" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_suggest_by_mail_email_address" ] |
cache_key | "_suggest_by_mail_email_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2262 -errors: [] -form: Symfony\Component\Form\Form {#2258 …} } |
form | Symfony\Component\Form\FormView {#2253 …5} |
full_name | "suggest_by_mail[email_address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "suggest_by_mail_email_address" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email_address" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_suggest_by_mail_email_address" |
valid | true |
value | "" |
report_error
"App\Form\ReportErrorType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Model\Form\ReportError {#2629 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Model\Form\ReportError {#2629 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: 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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | App\Model\Form\ReportError {#2629 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: null } |
data_class | "App\Model\Form\ReportError" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2635 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Model\Form\ReportError" } } |
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 | [] |
honeypot | true |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Champs invalides" |
honeypot_use_class | false |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2636 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "report_error" "_report_error" ] |
cache_key | "_report_error_report_error" |
compound | true |
data | App\Model\Form\ReportError {#2629 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2684 -errors: [] -form: Symfony\Component\Form\Form {#2689 …} } |
form | Symfony\Component\Form\FormView {#2638 …5} |
full_name | "report_error" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "report_error" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_report_error" |
valid | true |
value | App\Model\Form\ReportError {#2629 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: null } |
permalink
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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
label | "modal.report.field.permalink" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2645 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.report.field.permalink" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2646 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_report_error_permalink" ] |
cache_key | "_report_error_permalink_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2648 -errors: [] -form: Symfony\Component\Form\Form {#2692 …} } |
form | Symfony\Component\Form\FormView {#2657 …5} |
full_name | "report_error[permalink]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error_permalink" |
label | "modal.report.field.permalink" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "permalink" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_report_error_permalink" |
valid | true |
value | "" |
message
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 |
---|---|---|
attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
label | "modal.report.field.message" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "off" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2654 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.report.field.message" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2656 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2655 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_report_error_message" ] |
cache_key | "_report_error_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2708 -errors: [] -form: Symfony\Component\Form\Form {#2695 …} } |
form | Symfony\Component\Form\FormView {#2710 …5} |
full_name | "report_error[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error_message" |
label | "modal.report.field.message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_report_error_message" |
valid | true |
value | "" |
lastName
"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 |
---|---|---|
attr | [ "autocomplete" => "family-name" ] |
[ "autocomplete" => "family-name" ] |
label | "modal.report.field.last-name" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "family-name" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2663 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.report.field.last-name" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2665 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2664 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "family-name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_report_error_lastName" ] |
cache_key | "_report_error_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2711 -errors: [] -form: Symfony\Component\Form\Form {#2698 …} } |
form | Symfony\Component\Form\FormView {#2712 …5} |
full_name | "report_error[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error_lastName" |
label | "modal.report.field.last-name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_report_error_lastName" |
valid | true |
value | "" |
firstName
"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 |
---|---|---|
attr | [ "autocomplete" => "prenom" ] |
[ "autocomplete" => "prenom" ] |
label | "modal.report.field.first-name" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "prenom" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2672 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.report.field.first-name" |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2674 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2673 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "prenom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_report_error_firstName" ] |
cache_key | "_report_error_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2713 -errors: [] -form: Symfony\Component\Form\Form {#2701 …} } |
form | Symfony\Component\Form\FormView {#2733 …5} |
full_name | "report_error[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error_firstName" |
label | "modal.report.field.first-name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_report_error_firstName" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
attr | [ "autocomplete" => "email" ] |
[ "autocomplete" => "email" ] |
label | "modal.report.field.email" |
same as passed value |
label_attr | [ "compl" => "modal.email-example" ] |
[ "compl" => "modal.email-example" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2681 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "modal.report.field.email" |
label_attr | [ "compl" => "modal.email-example" ] |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2682 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_report_error_email" ] |
cache_key | "_report_error_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2735 -errors: [] -form: Symfony\Component\Form\Form {#2704 …} } |
form | Symfony\Component\Form\FormView {#2736 …5} |
full_name | "report_error[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error_email" |
label | "modal.report.field.email" |
label_attr | [ "compl" => "modal.email-example" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_report_error_email" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "360b5d.5Rw619mE0k4REIFAlE3_OwhJ_9Er-FmZI3Velg_QxKA.ilVyvb3Hs31bVtFt3HuGD1cnzrIYyQ_TQCYY83botfaSclLkuu-eAyR4tQ" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "360b5d.5Rw619mE0k4REIFAlE3_OwhJ_9Er-FmZI3Velg_QxKA.ilVyvb3Hs31bVtFt3HuGD1cnzrIYyQ_TQCYY83botfaSclLkuu-eAyR4tQ" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data | "360b5d.5Rw619mE0k4REIFAlE3_OwhJ_9Er-FmZI3Velg_QxKA.ilVyvb3Hs31bVtFt3HuGD1cnzrIYyQ_TQCYY83botfaSclLkuu-eAyR4tQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2675 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2738 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_report_error__token" ] |
cache_key | "_report_error__token_hidden" |
compound | false |
data | "360b5d.5Rw619mE0k4REIFAlE3_OwhJ_9Er-FmZI3Velg_QxKA.ilVyvb3Hs31bVtFt3HuGD1cnzrIYyQ_TQCYY83botfaSclLkuu-eAyR4tQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2748 -errors: [] -form: Symfony\Component\Form\Form {#2744 …} } |
form | Symfony\Component\Form\FormView {#2739 …5} |
full_name | "report_error[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error__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 | "_report_error__token" |
valid | true |
value | "360b5d.5Rw619mE0k4REIFAlE3_OwhJ_9Er-FmZI3Velg_QxKA.ilVyvb3Hs31bVtFt3HuGD1cnzrIYyQ_TQCYY83botfaSclLkuu-eAyR4tQ" |
email_address
"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 |
---|---|---|
attr | [ "style" => "display:none" ] |
[ "style" => "display:none" ] |
label | false |
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 | false |
attr | [ "style" => "display:none" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#563 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#562 …} -namespace: Closure() {#570 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2750 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 | [] |
honeypot | false |
honeypot_field | "email_address" |
honeypot_hide_class | "hidden" |
honeypot_message | "Form fields are invalid" |
honeypot_use_class | false |
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 | [] |
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 |
timed_spam | false |
timed_spam_max | 3600 |
timed_spam_message | "You are doing that too quickly" |
timed_spam_min | 7 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $message: Closure() {#2752 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "display:none" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_report_error_email_address" ] |
cache_key | "_report_error_email_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2763 -errors: [] -form: Symfony\Component\Form\Form {#2759 …} } |
form | Symfony\Component\Form\FormView {#2754 …5} |
full_name | "report_error[email_address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "report_error_email_address" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email_address" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_report_error_email_address" |
valid | true |
value | "" |