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 {#1931 -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 {#1931 -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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data | App\Model\Form\SendByMail {#1931 -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) {#1987 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() {#1989 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#1988 …} $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 {#1931 -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 {#2114 -errors: [] -form: Symfony\Component\Form\Form {#2119 …} } |
form | Symfony\Component\Form\FormView {#1990 …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 {#1931 -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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data | "eml" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2001 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() {#2003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2002 …} $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 {#2066 -errors: [] -form: Symfony\Component\Form\Form {#2122 …} } |
form | Symfony\Component\Form\FormView {#2075 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
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() {#2024 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2022 …} $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 {#2032 +data: true +value: "1" +label: "modal.export.field.abstract" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2033 +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 {#2057 -errors: [] -form: Symfony\Component\Form\Form {#2147 …} } |
expanded | true |
form | Symfony\Component\Form\FormView {#2044 …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) {#2025 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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2042 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 {#2043 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() {#2131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2130 …} $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 {#2178 -errors: [] -form: Symfony\Component\Form\Form {#2150 …} } |
form | Symfony\Component\Form\FormView {#2004 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2042 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 {#2043 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() {#2140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2139 …} $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 {#2180 -errors: [] -form: Symfony\Component\Form\Form {#2153 …} } |
form | Symfony\Component\Form\FormView {#2181 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2042 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 {#2043 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() {#2045 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2047 …} $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 {#2132 -errors: [] -form: Symfony\Component\Form\Form {#2156 …} } |
form | Symfony\Component\Form\FormView {#2141 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2054 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() {#2056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2055 …} $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 {#2219 -errors: [] -form: Symfony\Component\Form\Form {#2159 …} } |
form | Symfony\Component\Form\FormView {#2182 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2063 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() {#2065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2064 …} $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 {#2220 -errors: [] -form: Symfony\Component\Form\Form {#2162 …} } |
form | Symfony\Component\Form\FormView {#2221 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2072 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() {#2074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2073 …} $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 {#2222 -errors: [] -form: Symfony\Component\Form\Form {#2165 …} } |
form | Symfony\Component\Form\FormView {#2226 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2089 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() {#2091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2090 …} $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 {#2228 -errors: [] -form: Symfony\Component\Form\Form {#2168 …} } |
form | Symfony\Component\Form\FormView {#2229 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2098 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() {#2100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2099 …} $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 {#2230 -errors: [] -form: Symfony\Component\Form\Form {#2171 …} } |
form | Symfony\Component\Form\FormView {#2231 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2111 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() {#2113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2112 …} $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 {#2232 -errors: [] -form: Symfony\Component\Form\Form {#2174 …} } |
form | Symfony\Component\Form\FormView {#2233 …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 | "bd8f3abf.R-gvLo_k7PCaBJkdvB_Ykld8s_u2r6kwRA6Q86wt3wQ.DZFdGsG7iIauYPpw906W1S0Y_4qHyZ1hEEzCqfNU5nET0WFo-pGCuvh01A" |
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 | "bd8f3abf.R-gvLo_k7PCaBJkdvB_Ykld8s_u2r6kwRA6Q86wt3wQ.DZFdGsG7iIauYPpw906W1S0Y_4qHyZ1hEEzCqfNU5nET0WFo-pGCuvh01A" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data | "bd8f3abf.R-gvLo_k7PCaBJkdvB_Ykld8s_u2r6kwRA6Q86wt3wQ.DZFdGsG7iIauYPpw906W1S0Y_4qHyZ1hEEzCqfNU5nET0WFo-pGCuvh01A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2101 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() {#2234 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2235 …} $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 | "bd8f3abf.R-gvLo_k7PCaBJkdvB_Ykld8s_u2r6kwRA6Q86wt3wQ.DZFdGsG7iIauYPpw906W1S0Y_4qHyZ1hEEzCqfNU5nET0WFo-pGCuvh01A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2245 -errors: [] -form: Symfony\Component\Form\Form {#2241 …} } |
form | Symfony\Component\Form\FormView {#2236 …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 | "bd8f3abf.R-gvLo_k7PCaBJkdvB_Ykld8s_u2r6kwRA6Q86wt3wQ.DZFdGsG7iIauYPpw906W1S0Y_4qHyZ1hEEzCqfNU5nET0WFo-pGCuvh01A" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2247 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() {#2250 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2249 …} $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 {#2260 -errors: [] -form: Symfony\Component\Form\Form {#2256 …} } |
form | Symfony\Component\Form\FormView {#2251 …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 {#2663 -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 {#2663 -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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data | App\Model\Form\SuggestByMail {#2663 -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) {#2669 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() {#2671 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2670 …} $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 {#2663 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2738 -errors: [] -form: Symfony\Component\Form\Form {#2743 …} } |
form | Symfony\Component\Form\FormView {#2672 …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 {#2663 -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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2679 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() {#2681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2680 …} $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 {#2699 -errors: [] -form: Symfony\Component\Form\Form {#2746 …} } |
form | Symfony\Component\Form\FormView {#2711 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2688 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() {#2690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2689 …} $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 {#2691 -errors: [] -form: Symfony\Component\Form\Form {#2749 …} } |
form | Symfony\Component\Form\FormView {#2682 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
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() {#2698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2697 …} $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 {#2771 +data: "Livre" +value: "Livre" +label: "Livre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +data: "Livre numérique" +value: "Livre numérique" +label: "Livre numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2773 +data: "Musique" +value: "Musique" +label: "Musique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +data: "Vidéo" +value: "Vidéo" +label: "Vidéo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +data: "BD" +value: "BD" +label: "BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +data: "Revue, journal" +value: "Revue, journal" +label: "Revue, journal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2805 +data: "Revue numérique" +value: "Revue numérique" +label: "Revue numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +data: "Site et base" +value: "Site et base" +label: "Site et base" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +data: "Livre audio" +value: "Livre audio" +label: "Livre audio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +data: "Débat et enregistrement" +value: "Débat et enregistrement" +label: "Débat et enregistrement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2809 +data: "Carte" +value: "Carte" +label: "Carte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +data: "Partition et méthode" +value: "Partition et méthode" +label: "Partition et méthode" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +data: "Formation" +value: "Formation" +label: "Formation" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2768 -errors: [] -form: Symfony\Component\Form\Form {#2752 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#2770 …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) {#2813 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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2708 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() {#2710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2709 …} $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 {#2814 -errors: [] -form: Symfony\Component\Form\Form {#2755 …} } |
form | Symfony\Component\Form\FormView {#2815 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2717 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() {#2719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2718 …} $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 {#2816 -errors: [] -form: Symfony\Component\Form\Form {#2758 …} } |
form | Symfony\Component\Form\FormView {#2817 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2726 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() {#2728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2727 …} $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 {#2818 -errors: [] -form: Symfony\Component\Form\Form {#2761 …} } |
form | Symfony\Component\Form\FormView {#2819 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2735 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() {#2737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2736 …} $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 {#2820 -errors: [] -form: Symfony\Component\Form\Form {#2764 …} } |
form | Symfony\Component\Form\FormView {#2821 …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 | "4ce74.BFMdZ9cMaxSNRYoH3lX-HfpgP1D0txCoK1YMD9qIgmo.UTZxCrBiCH3kfMxU6CbJLKoyawaW9EmYbB9rRZ_DyCRnBG9Tv28vWudo6Q" |
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 | "4ce74.BFMdZ9cMaxSNRYoH3lX-HfpgP1D0txCoK1YMD9qIgmo.UTZxCrBiCH3kfMxU6CbJLKoyawaW9EmYbB9rRZ_DyCRnBG9Tv28vWudo6Q" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data | "4ce74.BFMdZ9cMaxSNRYoH3lX-HfpgP1D0txCoK1YMD9qIgmo.UTZxCrBiCH3kfMxU6CbJLKoyawaW9EmYbB9rRZ_DyCRnBG9Tv28vWudo6Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2729 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() {#2822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2823 …} $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 | "4ce74.BFMdZ9cMaxSNRYoH3lX-HfpgP1D0txCoK1YMD9qIgmo.UTZxCrBiCH3kfMxU6CbJLKoyawaW9EmYbB9rRZ_DyCRnBG9Tv28vWudo6Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2833 -errors: [] -form: Symfony\Component\Form\Form {#2829 …} } |
form | Symfony\Component\Form\FormView {#2824 …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 | "4ce74.BFMdZ9cMaxSNRYoH3lX-HfpgP1D0txCoK1YMD9qIgmo.UTZxCrBiCH3kfMxU6CbJLKoyawaW9EmYbB9rRZ_DyCRnBG9Tv28vWudo6Q" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2835 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() {#2838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#2837 …} $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 {#2848 -errors: [] -form: Symfony\Component\Form\Form {#2844 …} } |
form | Symfony\Component\Form\FormView {#2839 …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 {#3220 -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 {#3220 -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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data | App\Model\Form\ReportError {#3220 -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) {#3226 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() {#3228 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3227 …} $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 {#3220 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3275 -errors: [] -form: Symfony\Component\Form\Form {#3280 …} } |
form | Symfony\Component\Form\FormView {#3229 …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 {#3220 -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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3236 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() {#3238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3237 …} $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 {#3239 -errors: [] -form: Symfony\Component\Form\Form {#3283 …} } |
form | Symfony\Component\Form\FormView {#3248 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3245 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() {#3247 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3246 …} $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 {#3299 -errors: [] -form: Symfony\Component\Form\Form {#3286 …} } |
form | Symfony\Component\Form\FormView {#3301 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3254 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() {#3256 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3255 …} $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 {#3302 -errors: [] -form: Symfony\Component\Form\Form {#3289 …} } |
form | Symfony\Component\Form\FormView {#3303 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3263 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() {#3265 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3264 …} $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 {#3304 -errors: [] -form: Symfony\Component\Form\Form {#3292 …} } |
form | Symfony\Component\Form\FormView {#3324 …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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3272 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() {#3274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3273 …} $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 {#3326 -errors: [] -form: Symfony\Component\Form\Form {#3295 …} } |
form | Symfony\Component\Form\FormView {#3327 …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 | "d47469ea6b7e99de84420.tHz6Q1iGl5LSfkUUbIcgORVsaQW0azBlFRNRJAzrZwc.3ivMcBrE0eSCJ3xCJdBTWl0rJmjiDmozUVIaU2PaEWCDT54cDMnF4bZLCA" |
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 | "d47469ea6b7e99de84420.tHz6Q1iGl5LSfkUUbIcgORVsaQW0azBlFRNRJAzrZwc.3ivMcBrE0eSCJ3xCJdBTWl0rJmjiDmozUVIaU2PaEWCDT54cDMnF4bZLCA" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data | "d47469ea6b7e99de84420.tHz6Q1iGl5LSfkUUbIcgORVsaQW0azBlFRNRJAzrZwc.3ivMcBrE0eSCJ3xCJdBTWl0rJmjiDmozUVIaU2PaEWCDT54cDMnF4bZLCA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3266 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() {#3328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3329 …} $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 | "d47469ea6b7e99de84420.tHz6Q1iGl5LSfkUUbIcgORVsaQW0azBlFRNRJAzrZwc.3ivMcBrE0eSCJ3xCJdBTWl0rJmjiDmozUVIaU2PaEWCDT54cDMnF4bZLCA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3339 -errors: [] -form: Symfony\Component\Form\Form {#3335 …} } |
form | Symfony\Component\Form\FormView {#3330 …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 | "d47469ea6b7e99de84420.tHz6Q1iGl5LSfkUUbIcgORVsaQW0azBlFRNRJAzrZwc.3ivMcBrE0eSCJ3xCJdBTWl0rJmjiDmozUVIaU2PaEWCDT54cDMnF4bZLCA" |
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 {#516 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#647 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#646 …} -namespace: Closure() {#653 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3341 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() {#3344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#411 …} $message: Closure() {#3343 …} $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 {#3354 -errors: [] -form: Symfony\Component\Form\Form {#3350 …} } |
form | Symfony\Component\Form\FormView {#3345 …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 | "" |