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 {#2369 -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 {#2369 -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 {#2369 -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) {#2425 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() {#2427 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2426 …} $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 {#2369 -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 {#2552 -errors: [] -form: Symfony\Component\Form\Form {#2557 …} } |
form | Symfony\Component\Form\FormView {#2428 …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 {#2369 -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) {#2439 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() {#2441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2440 …} $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 {#2504 -errors: [] -form: Symfony\Component\Form\Form {#2560 …} } |
form | Symfony\Component\Form\FormView {#2513 …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() {#2462 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2460 …} $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 {#2470 +data: true +value: "1" +label: "modal.export.field.abstract" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +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 {#2495 -errors: [] -form: Symfony\Component\Form\Form {#2585 …} } |
expanded | true |
form | Symfony\Component\Form\FormView {#2482 …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) {#2463 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) {#2480 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 {#2481 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() {#2569 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2568 …} $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 {#2616 -errors: [] -form: Symfony\Component\Form\Form {#2588 …} } |
form | Symfony\Component\Form\FormView {#2442 …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) {#2480 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 {#2481 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() {#2578 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2577 …} $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 {#2618 -errors: [] -form: Symfony\Component\Form\Form {#2591 …} } |
form | Symfony\Component\Form\FormView {#2619 …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) {#2480 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 {#2481 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() {#2483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2485 …} $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 {#2570 -errors: [] -form: Symfony\Component\Form\Form {#2594 …} } |
form | Symfony\Component\Form\FormView {#2579 …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) {#2492 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() {#2494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2493 …} $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 {#2657 -errors: [] -form: Symfony\Component\Form\Form {#2597 …} } |
form | Symfony\Component\Form\FormView {#2620 …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) {#2501 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() {#2503 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2502 …} $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 {#2658 -errors: [] -form: Symfony\Component\Form\Form {#2600 …} } |
form | Symfony\Component\Form\FormView {#2659 …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) {#2510 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() {#2512 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2511 …} $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 {#2660 -errors: [] -form: Symfony\Component\Form\Form {#2603 …} } |
form | Symfony\Component\Form\FormView {#2664 …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) {#2527 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() {#2529 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2528 …} $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 {#2666 -errors: [] -form: Symfony\Component\Form\Form {#2606 …} } |
form | Symfony\Component\Form\FormView {#2667 …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) {#2536 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() {#2538 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2537 …} $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 {#2668 -errors: [] -form: Symfony\Component\Form\Form {#2609 …} } |
form | Symfony\Component\Form\FormView {#2669 …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) {#2549 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() {#2551 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2550 …} $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 {#2670 -errors: [] -form: Symfony\Component\Form\Form {#2612 …} } |
form | Symfony\Component\Form\FormView {#2671 …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 | "80f.whonw-taznX_HckPL7JIc3uNmYBh-362zrZkuObw7Ac.hm1V7pgVvhKbR4pLRN0hQDniyuoEqjbk_flWj9SyqVeRa1Co2SiiN89bgA" |
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 | "80f.whonw-taznX_HckPL7JIc3uNmYBh-362zrZkuObw7Ac.hm1V7pgVvhKbR4pLRN0hQDniyuoEqjbk_flWj9SyqVeRa1Co2SiiN89bgA" |
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 | "80f.whonw-taznX_HckPL7JIc3uNmYBh-362zrZkuObw7Ac.hm1V7pgVvhKbR4pLRN0hQDniyuoEqjbk_flWj9SyqVeRa1Co2SiiN89bgA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2539 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() {#2672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2673 …} $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 | "80f.whonw-taznX_HckPL7JIc3uNmYBh-362zrZkuObw7Ac.hm1V7pgVvhKbR4pLRN0hQDniyuoEqjbk_flWj9SyqVeRa1Co2SiiN89bgA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2683 -errors: [] -form: Symfony\Component\Form\Form {#2679 …} } |
form | Symfony\Component\Form\FormView {#2674 …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 | "80f.whonw-taznX_HckPL7JIc3uNmYBh-362zrZkuObw7Ac.hm1V7pgVvhKbR4pLRN0hQDniyuoEqjbk_flWj9SyqVeRa1Co2SiiN89bgA" |
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) {#2685 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() {#2688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#2687 …} $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 {#2698 -errors: [] -form: Symfony\Component\Form\Form {#2694 …} } |
form | Symfony\Component\Form\FormView {#2689 …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 {#3101 -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 {#3101 -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 {#3101 -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) {#3107 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() {#3109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3108 …} $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 {#3101 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3176 -errors: [] -form: Symfony\Component\Form\Form {#3181 …} } |
form | Symfony\Component\Form\FormView {#3110 …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 {#3101 -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) {#3117 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() {#3119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3118 …} $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 {#3137 -errors: [] -form: Symfony\Component\Form\Form {#3184 …} } |
form | Symfony\Component\Form\FormView {#3149 …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) {#3126 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() {#3128 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3127 …} $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 {#3129 -errors: [] -form: Symfony\Component\Form\Form {#3187 …} } |
form | Symfony\Component\Form\FormView {#3120 …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() {#3136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3135 …} $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 {#3209 +data: "Livre" +value: "Livre" +label: "Livre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +data: "Livre numérique" +value: "Livre numérique" +label: "Livre numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +data: "Musique" +value: "Musique" +label: "Musique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +data: "Vidéo" +value: "Vidéo" +label: "Vidéo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +data: "BD" +value: "BD" +label: "BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +data: "Revue, journal" +value: "Revue, journal" +label: "Revue, journal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3243 +data: "Revue numérique" +value: "Revue numérique" +label: "Revue numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3244 +data: "Site et base" +value: "Site et base" +label: "Site et base" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3245 +data: "Livre audio" +value: "Livre audio" +label: "Livre audio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3246 +data: "Débat et enregistrement" +value: "Débat et enregistrement" +label: "Débat et enregistrement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3247 +data: "Carte" +value: "Carte" +label: "Carte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3248 +data: "Partition et méthode" +value: "Partition et méthode" +label: "Partition et méthode" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3249 +data: "Formation" +value: "Formation" +label: "Formation" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#3206 -errors: [] -form: Symfony\Component\Form\Form {#3190 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#3208 …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) {#3251 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) {#3146 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() {#3148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3147 …} $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 {#3252 -errors: [] -form: Symfony\Component\Form\Form {#3193 …} } |
form | Symfony\Component\Form\FormView {#3253 …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) {#3155 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() {#3157 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3156 …} $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 {#3254 -errors: [] -form: Symfony\Component\Form\Form {#3196 …} } |
form | Symfony\Component\Form\FormView {#3255 …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) {#3164 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() {#3166 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3165 …} $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 {#3256 -errors: [] -form: Symfony\Component\Form\Form {#3199 …} } |
form | Symfony\Component\Form\FormView {#3257 …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) {#3173 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() {#3175 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3174 …} $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 {#3258 -errors: [] -form: Symfony\Component\Form\Form {#3202 …} } |
form | Symfony\Component\Form\FormView {#3259 …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 | "bf6e.Q1xjjyJb9lYbBPVKbxJrZRIfeTkYAV0e1Mtzpb80xog.cwlb9hp2sixKXpMDCUUNJGdRGm5pcAhZuqkE_NcEns0oLBbebh3DJ3Nykg" |
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 | "bf6e.Q1xjjyJb9lYbBPVKbxJrZRIfeTkYAV0e1Mtzpb80xog.cwlb9hp2sixKXpMDCUUNJGdRGm5pcAhZuqkE_NcEns0oLBbebh3DJ3Nykg" |
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 | "bf6e.Q1xjjyJb9lYbBPVKbxJrZRIfeTkYAV0e1Mtzpb80xog.cwlb9hp2sixKXpMDCUUNJGdRGm5pcAhZuqkE_NcEns0oLBbebh3DJ3Nykg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3167 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() {#3260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3261 …} $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 | "bf6e.Q1xjjyJb9lYbBPVKbxJrZRIfeTkYAV0e1Mtzpb80xog.cwlb9hp2sixKXpMDCUUNJGdRGm5pcAhZuqkE_NcEns0oLBbebh3DJ3Nykg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3271 -errors: [] -form: Symfony\Component\Form\Form {#3267 …} } |
form | Symfony\Component\Form\FormView {#3262 …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 | "bf6e.Q1xjjyJb9lYbBPVKbxJrZRIfeTkYAV0e1Mtzpb80xog.cwlb9hp2sixKXpMDCUUNJGdRGm5pcAhZuqkE_NcEns0oLBbebh3DJ3Nykg" |
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) {#3273 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() {#3276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3275 …} $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 {#3286 -errors: [] -form: Symfony\Component\Form\Form {#3282 …} } |
form | Symfony\Component\Form\FormView {#3277 …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 {#3658 -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 {#3658 -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 {#3658 -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) {#3664 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() {#3666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3665 …} $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 {#3658 -object: null -message: null -permalink: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3713 -errors: [] -form: Symfony\Component\Form\Form {#3718 …} } |
form | Symfony\Component\Form\FormView {#3667 …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 {#3658 -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) {#3674 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() {#3676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3675 …} $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 {#3677 -errors: [] -form: Symfony\Component\Form\Form {#3721 …} } |
form | Symfony\Component\Form\FormView {#3686 …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) {#3683 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() {#3685 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3684 …} $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 {#3737 -errors: [] -form: Symfony\Component\Form\Form {#3724 …} } |
form | Symfony\Component\Form\FormView {#3739 …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) {#3692 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() {#3694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3693 …} $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 {#3740 -errors: [] -form: Symfony\Component\Form\Form {#3727 …} } |
form | Symfony\Component\Form\FormView {#3741 …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) {#3701 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() {#3703 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3702 …} $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 {#3742 -errors: [] -form: Symfony\Component\Form\Form {#3730 …} } |
form | Symfony\Component\Form\FormView {#3762 …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) {#3710 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() {#3712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3711 …} $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 {#3764 -errors: [] -form: Symfony\Component\Form\Form {#3733 …} } |
form | Symfony\Component\Form\FormView {#3765 …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 | "34832ff436690.7HHh4drKtwRDT9qo23l_U12MEPdjRUgvR9vr32HHWhE.hivVo4n9jjM1Kqzbqi00NhPrX7QrfCBmIYzbuSWEMEu-CaCFubneaBQElw" |
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 | "34832ff436690.7HHh4drKtwRDT9qo23l_U12MEPdjRUgvR9vr32HHWhE.hivVo4n9jjM1Kqzbqi00NhPrX7QrfCBmIYzbuSWEMEu-CaCFubneaBQElw" |
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 | "34832ff436690.7HHh4drKtwRDT9qo23l_U12MEPdjRUgvR9vr32HHWhE.hivVo4n9jjM1Kqzbqi00NhPrX7QrfCBmIYzbuSWEMEu-CaCFubneaBQElw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3704 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() {#3766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3767 …} $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 | "34832ff436690.7HHh4drKtwRDT9qo23l_U12MEPdjRUgvR9vr32HHWhE.hivVo4n9jjM1Kqzbqi00NhPrX7QrfCBmIYzbuSWEMEu-CaCFubneaBQElw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3777 -errors: [] -form: Symfony\Component\Form\Form {#3773 …} } |
form | Symfony\Component\Form\FormView {#3768 …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 | "34832ff436690.7HHh4drKtwRDT9qo23l_U12MEPdjRUgvR9vr32HHWhE.hivVo4n9jjM1Kqzbqi00NhPrX7QrfCBmIYzbuSWEMEu-CaCFubneaBQElw" |
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) {#3779 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() {#3782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#427 …} $message: Closure() {#3781 …} $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 {#3792 -errors: [] -form: Symfony\Component\Form\Form {#3788 …} } |
form | Symfony\Component\Form\FormView {#3783 …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 | "" |