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 {#2072 -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 {#2072 -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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data | App\Model\Form\SendByMail {#2072 -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) {#2128 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() {#2130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2129 …} $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 {#2072 -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 {#2255 -errors: [] -form: Symfony\Component\Form\Form {#2260 …} } |
form | Symfony\Component\Form\FormView {#2131 …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 {#2072 -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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data | "eml" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2142 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() {#2144 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2143 …} $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 {#2207 -errors: [] -form: Symfony\Component\Form\Form {#2263 …} } |
form | Symfony\Component\Form\FormView {#2216 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
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() {#2165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2163 …} $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 {#2173 +data: true +value: "1" +label: "modal.export.field.abstract" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2174 +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 {#2198 -errors: [] -form: Symfony\Component\Form\Form {#2288 …} } |
expanded | true |
form | Symfony\Component\Form\FormView {#2185 …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) {#2166 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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2183 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 {#2184 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() {#2272 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2271 …} $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 {#2319 -errors: [] -form: Symfony\Component\Form\Form {#2291 …} } |
form | Symfony\Component\Form\FormView {#2145 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2183 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 {#2184 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() {#2281 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2280 …} $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 {#2321 -errors: [] -form: Symfony\Component\Form\Form {#2294 …} } |
form | Symfony\Component\Form\FormView {#2322 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2183 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 {#2184 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() {#2186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2188 …} $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 {#2273 -errors: [] -form: Symfony\Component\Form\Form {#2297 …} } |
form | Symfony\Component\Form\FormView {#2282 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2195 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() {#2197 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2196 …} $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 {#2360 -errors: [] -form: Symfony\Component\Form\Form {#2300 …} } |
form | Symfony\Component\Form\FormView {#2323 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2204 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() {#2206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2205 …} $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 {#2361 -errors: [] -form: Symfony\Component\Form\Form {#2303 …} } |
form | Symfony\Component\Form\FormView {#2362 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2213 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() {#2215 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2214 …} $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 {#2363 -errors: [] -form: Symfony\Component\Form\Form {#2306 …} } |
form | Symfony\Component\Form\FormView {#2367 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2230 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() {#2232 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2231 …} $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 {#2369 -errors: [] -form: Symfony\Component\Form\Form {#2309 …} } |
form | Symfony\Component\Form\FormView {#2370 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2239 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() {#2241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2240 …} $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 {#2371 -errors: [] -form: Symfony\Component\Form\Form {#2312 …} } |
form | Symfony\Component\Form\FormView {#2372 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2252 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() {#2254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2253 …} $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 {#2373 -errors: [] -form: Symfony\Component\Form\Form {#2315 …} } |
form | Symfony\Component\Form\FormView {#2374 …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 | "079a2172c.6AcD0Wld7-e2--PgLy616Yh2F5N1m8Mz4B5XymXTTBc.sHdEll8XtZ7EsKW6GFrTv9AHJccDw4VlrXQeoQOFOFa4My6jWmmo1_CDog" |
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 | "079a2172c.6AcD0Wld7-e2--PgLy616Yh2F5N1m8Mz4B5XymXTTBc.sHdEll8XtZ7EsKW6GFrTv9AHJccDw4VlrXQeoQOFOFa4My6jWmmo1_CDog" |
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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data | "079a2172c.6AcD0Wld7-e2--PgLy616Yh2F5N1m8Mz4B5XymXTTBc.sHdEll8XtZ7EsKW6GFrTv9AHJccDw4VlrXQeoQOFOFa4My6jWmmo1_CDog" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2242 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() {#2375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2376 …} $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 | "079a2172c.6AcD0Wld7-e2--PgLy616Yh2F5N1m8Mz4B5XymXTTBc.sHdEll8XtZ7EsKW6GFrTv9AHJccDw4VlrXQeoQOFOFa4My6jWmmo1_CDog" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2386 -errors: [] -form: Symfony\Component\Form\Form {#2382 …} } |
form | Symfony\Component\Form\FormView {#2377 …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 | "079a2172c.6AcD0Wld7-e2--PgLy616Yh2F5N1m8Mz4B5XymXTTBc.sHdEll8XtZ7EsKW6GFrTv9AHJccDw4VlrXQeoQOFOFa4My6jWmmo1_CDog" |
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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2388 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() {#2391 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2390 …} $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 {#2401 -errors: [] -form: Symfony\Component\Form\Form {#2397 …} } |
form | Symfony\Component\Form\FormView {#2392 …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 {#2804 -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 {#2804 -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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data | App\Model\Form\SuggestByMail {#2804 -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) {#2810 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() {#2812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2811 …} $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 {#2804 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2879 -errors: [] -form: Symfony\Component\Form\Form {#2884 …} } |
form | Symfony\Component\Form\FormView {#2813 …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 {#2804 -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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2820 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() {#2822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2821 …} $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 {#2840 -errors: [] -form: Symfony\Component\Form\Form {#2887 …} } |
form | Symfony\Component\Form\FormView {#2852 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2829 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() {#2831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2830 …} $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 {#2832 -errors: [] -form: Symfony\Component\Form\Form {#2890 …} } |
form | Symfony\Component\Form\FormView {#2823 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
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() {#2839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2838 …} $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 {#2912 +data: "Livre" +value: "Livre" +label: "Livre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +data: "Livre numérique" +value: "Livre numérique" +label: "Livre numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +data: "Musique" +value: "Musique" +label: "Musique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +data: "Vidéo" +value: "Vidéo" +label: "Vidéo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +data: "BD" +value: "BD" +label: "BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +data: "Revue, journal" +value: "Revue, journal" +label: "Revue, journal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +data: "Revue numérique" +value: "Revue numérique" +label: "Revue numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +data: "Site et base" +value: "Site et base" +label: "Site et base" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +data: "Livre audio" +value: "Livre audio" +label: "Livre audio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +data: "Débat et enregistrement" +value: "Débat et enregistrement" +label: "Débat et enregistrement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +data: "Carte" +value: "Carte" +label: "Carte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +data: "Partition et méthode" +value: "Partition et méthode" +label: "Partition et méthode" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +data: "Formation" +value: "Formation" +label: "Formation" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2909 -errors: [] -form: Symfony\Component\Form\Form {#2893 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#2911 …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) {#2954 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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2849 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() {#2851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2850 …} $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 {#2955 -errors: [] -form: Symfony\Component\Form\Form {#2896 …} } |
form | Symfony\Component\Form\FormView {#2956 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2858 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() {#2860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2859 …} $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 {#2957 -errors: [] -form: Symfony\Component\Form\Form {#2899 …} } |
form | Symfony\Component\Form\FormView {#2958 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2867 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() {#2869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2868 …} $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 {#2959 -errors: [] -form: Symfony\Component\Form\Form {#2902 …} } |
form | Symfony\Component\Form\FormView {#2960 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2876 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() {#2878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2877 …} $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 {#2961 -errors: [] -form: Symfony\Component\Form\Form {#2905 …} } |
form | Symfony\Component\Form\FormView {#2962 …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 | "782f4f54d2eed0ef3796f5722aa46.POx-VmhrH-BVThDU0o9lZ9LEkw97S76ubLnj5AlrC90.BbskAQsmarRsCl2evsUqMoGe_EwTZsTZJdDOhnAqY75FiBQdWz0shTMsKA" |
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 | "782f4f54d2eed0ef3796f5722aa46.POx-VmhrH-BVThDU0o9lZ9LEkw97S76ubLnj5AlrC90.BbskAQsmarRsCl2evsUqMoGe_EwTZsTZJdDOhnAqY75FiBQdWz0shTMsKA" |
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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data | "782f4f54d2eed0ef3796f5722aa46.POx-VmhrH-BVThDU0o9lZ9LEkw97S76ubLnj5AlrC90.BbskAQsmarRsCl2evsUqMoGe_EwTZsTZJdDOhnAqY75FiBQdWz0shTMsKA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2870 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() {#2963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2964 …} $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 | "782f4f54d2eed0ef3796f5722aa46.POx-VmhrH-BVThDU0o9lZ9LEkw97S76ubLnj5AlrC90.BbskAQsmarRsCl2evsUqMoGe_EwTZsTZJdDOhnAqY75FiBQdWz0shTMsKA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2974 -errors: [] -form: Symfony\Component\Form\Form {#2970 …} } |
form | Symfony\Component\Form\FormView {#2965 …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 | "782f4f54d2eed0ef3796f5722aa46.POx-VmhrH-BVThDU0o9lZ9LEkw97S76ubLnj5AlrC90.BbskAQsmarRsCl2evsUqMoGe_EwTZsTZJdDOhnAqY75FiBQdWz0shTMsKA" |
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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2976 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() {#2979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2978 …} $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 {#2989 -errors: [] -form: Symfony\Component\Form\Form {#2985 …} } |
form | Symfony\Component\Form\FormView {#2980 …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 {#3361 -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 {#3361 -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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data | App\Model\Form\ReportError {#3361 -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) {#3367 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() {#3369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3368 …} $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 {#3361 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3416 -errors: [] -form: Symfony\Component\Form\Form {#3421 …} } |
form | Symfony\Component\Form\FormView {#3370 …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 {#3361 -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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3377 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() {#3379 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3378 …} $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 {#3380 -errors: [] -form: Symfony\Component\Form\Form {#3424 …} } |
form | Symfony\Component\Form\FormView {#3389 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3386 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() {#3388 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3387 …} $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 {#3440 -errors: [] -form: Symfony\Component\Form\Form {#3427 …} } |
form | Symfony\Component\Form\FormView {#3442 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3395 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() {#3397 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3396 …} $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 {#3443 -errors: [] -form: Symfony\Component\Form\Form {#3430 …} } |
form | Symfony\Component\Form\FormView {#3444 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3404 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() {#3406 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3405 …} $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 {#3445 -errors: [] -form: Symfony\Component\Form\Form {#3433 …} } |
form | Symfony\Component\Form\FormView {#3465 …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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3413 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() {#3415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3414 …} $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 {#3467 -errors: [] -form: Symfony\Component\Form\Form {#3436 …} } |
form | Symfony\Component\Form\FormView {#3468 …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 | "07.odyLgpTvrrTh9Ph7HD9ARVz5hVeY_7pLa2iflbnd69Y.mK3et92gyPeAt7QLZVwRczCW9gT-l9AkNFyoxvuCqqDAt-_job-XjLK3jw" |
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 | "07.odyLgpTvrrTh9Ph7HD9ARVz5hVeY_7pLa2iflbnd69Y.mK3et92gyPeAt7QLZVwRczCW9gT-l9AkNFyoxvuCqqDAt-_job-XjLK3jw" |
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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data | "07.odyLgpTvrrTh9Ph7HD9ARVz5hVeY_7pLa2iflbnd69Y.mK3et92gyPeAt7QLZVwRczCW9gT-l9AkNFyoxvuCqqDAt-_job-XjLK3jw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3407 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() {#3469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3470 …} $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 | "07.odyLgpTvrrTh9Ph7HD9ARVz5hVeY_7pLa2iflbnd69Y.mK3et92gyPeAt7QLZVwRczCW9gT-l9AkNFyoxvuCqqDAt-_job-XjLK3jw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3480 -errors: [] -form: Symfony\Component\Form\Form {#3476 …} } |
form | Symfony\Component\Form\FormView {#3471 …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 | "07.odyLgpTvrrTh9Ph7HD9ARVz5hVeY_7pLa2iflbnd69Y.mK3et92gyPeAt7QLZVwRczCW9gT-l9AkNFyoxvuCqqDAt-_job-XjLK3jw" |
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 {#521 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#653 …} -namespace: Closure() {#658 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3482 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() {#3485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3484 …} $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 {#3495 -errors: [] -form: Symfony\Component\Form\Form {#3491 …} } |
form | Symfony\Component\Form\FormView {#3486 …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 | "" |