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 {#2405 -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 {#2405 -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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data | App\Model\Form\SendByMail {#2405 -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) {#2461 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() {#2463 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2462 …} $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 {#2405 -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 {#2588 -errors: [] -form: Symfony\Component\Form\Form {#2593 …} } |
form | Symfony\Component\Form\FormView {#2464 …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 {#2405 -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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data | "eml" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2475 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() {#2477 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2476 …} $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 {#2540 -errors: [] -form: Symfony\Component\Form\Form {#2596 …} } |
form | Symfony\Component\Form\FormView {#2549 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
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() {#2498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2496 …} $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 {#2506 +data: true +value: "1" +label: "modal.export.field.abstract" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2507 +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 {#2531 -errors: [] -form: Symfony\Component\Form\Form {#2621 …} } |
expanded | true |
form | Symfony\Component\Form\FormView {#2518 …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) {#2499 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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2516 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 {#2517 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() {#2605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2604 …} $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 {#2652 -errors: [] -form: Symfony\Component\Form\Form {#2624 …} } |
form | Symfony\Component\Form\FormView {#2478 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2516 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 {#2517 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() {#2614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2613 …} $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 {#2654 -errors: [] -form: Symfony\Component\Form\Form {#2627 …} } |
form | Symfony\Component\Form\FormView {#2655 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2516 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 {#2517 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() {#2519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2521 …} $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 {#2606 -errors: [] -form: Symfony\Component\Form\Form {#2630 …} } |
form | Symfony\Component\Form\FormView {#2615 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2528 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() {#2530 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2529 …} $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 {#2693 -errors: [] -form: Symfony\Component\Form\Form {#2633 …} } |
form | Symfony\Component\Form\FormView {#2656 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2537 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() {#2539 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2538 …} $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 {#2694 -errors: [] -form: Symfony\Component\Form\Form {#2636 …} } |
form | Symfony\Component\Form\FormView {#2695 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2546 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() {#2548 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2547 …} $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 {#2696 -errors: [] -form: Symfony\Component\Form\Form {#2639 …} } |
form | Symfony\Component\Form\FormView {#2700 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2563 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() {#2565 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2564 …} $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 {#2702 -errors: [] -form: Symfony\Component\Form\Form {#2642 …} } |
form | Symfony\Component\Form\FormView {#2703 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2572 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() {#2574 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2573 …} $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 {#2704 -errors: [] -form: Symfony\Component\Form\Form {#2645 …} } |
form | Symfony\Component\Form\FormView {#2705 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2585 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() {#2587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2586 …} $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 {#2706 -errors: [] -form: Symfony\Component\Form\Form {#2648 …} } |
form | Symfony\Component\Form\FormView {#2707 …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 | "f4d9c17a8.6BA3iKTsDKLCYxYycE9cF3uxbb9KIEuC5WkMT5Whl94.oCdf0JGfIdOqKE95EwoKUhPJPo56VDG6lRBFOPHoxLa3VmTf46lczJ0IRw" |
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 | "f4d9c17a8.6BA3iKTsDKLCYxYycE9cF3uxbb9KIEuC5WkMT5Whl94.oCdf0JGfIdOqKE95EwoKUhPJPo56VDG6lRBFOPHoxLa3VmTf46lczJ0IRw" |
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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data | "f4d9c17a8.6BA3iKTsDKLCYxYycE9cF3uxbb9KIEuC5WkMT5Whl94.oCdf0JGfIdOqKE95EwoKUhPJPo56VDG6lRBFOPHoxLa3VmTf46lczJ0IRw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2575 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() {#2708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2709 …} $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 | "f4d9c17a8.6BA3iKTsDKLCYxYycE9cF3uxbb9KIEuC5WkMT5Whl94.oCdf0JGfIdOqKE95EwoKUhPJPo56VDG6lRBFOPHoxLa3VmTf46lczJ0IRw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2719 -errors: [] -form: Symfony\Component\Form\Form {#2715 …} } |
form | Symfony\Component\Form\FormView {#2710 …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 | "f4d9c17a8.6BA3iKTsDKLCYxYycE9cF3uxbb9KIEuC5WkMT5Whl94.oCdf0JGfIdOqKE95EwoKUhPJPo56VDG6lRBFOPHoxLa3VmTf46lczJ0IRw" |
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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2721 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() {#2724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#2723 …} $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 {#2734 -errors: [] -form: Symfony\Component\Form\Form {#2730 …} } |
form | Symfony\Component\Form\FormView {#2725 …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 {#3136 -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 {#3136 -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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data | App\Model\Form\SuggestByMail {#3136 -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) {#3142 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() {#3144 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3143 …} $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 {#3136 -author: null -title: null -editor: null -documentType: null -address: null -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3211 -errors: [] -form: Symfony\Component\Form\Form {#3216 …} } |
form | Symfony\Component\Form\FormView {#3145 …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 {#3136 -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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3152 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() {#3154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3153 …} $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 {#3172 -errors: [] -form: Symfony\Component\Form\Form {#3219 …} } |
form | Symfony\Component\Form\FormView {#3184 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3161 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() {#3163 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3162 …} $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 {#3164 -errors: [] -form: Symfony\Component\Form\Form {#3222 …} } |
form | Symfony\Component\Form\FormView {#3155 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
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() {#3171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3170 …} $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 {#3244 +data: "Livre" +value: "Livre" +label: "Livre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3245 +data: "Livre numérique" +value: "Livre numérique" +label: "Livre numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3246 +data: "Musique" +value: "Musique" +label: "Musique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3274 +data: "Vidéo" +value: "Vidéo" +label: "Vidéo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3276 +data: "BD" +value: "BD" +label: "BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3277 +data: "Revue, journal" +value: "Revue, journal" +label: "Revue, journal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3278 +data: "Revue numérique" +value: "Revue numérique" +label: "Revue numérique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +data: "Site et base" +value: "Site et base" +label: "Site et base" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3280 +data: "Livre audio" +value: "Livre audio" +label: "Livre audio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3281 +data: "Débat et enregistrement" +value: "Débat et enregistrement" +label: "Débat et enregistrement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3282 +data: "Carte" +value: "Carte" +label: "Carte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3283 +data: "Partition et méthode" +value: "Partition et méthode" +label: "Partition et méthode" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +data: "Formation" +value: "Formation" +label: "Formation" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#3241 -errors: [] -form: Symfony\Component\Form\Form {#3225 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#3243 …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) {#3286 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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3181 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() {#3183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3182 …} $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 {#3287 -errors: [] -form: Symfony\Component\Form\Form {#3228 …} } |
form | Symfony\Component\Form\FormView {#3288 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3190 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() {#3192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3191 …} $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 {#3289 -errors: [] -form: Symfony\Component\Form\Form {#3231 …} } |
form | Symfony\Component\Form\FormView {#3290 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3199 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() {#3201 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3200 …} $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 {#3291 -errors: [] -form: Symfony\Component\Form\Form {#3234 …} } |
form | Symfony\Component\Form\FormView {#3292 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3208 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() {#3210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3209 …} $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 {#3293 -errors: [] -form: Symfony\Component\Form\Form {#3237 …} } |
form | Symfony\Component\Form\FormView {#3294 …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 | "040ab128849e.ixcSlC39_Wegsdg6UcG0aGobmr9-f0-Jm78ww5gknT8.viFeo2a6mzTh3OFYA6DdKg1d8ugLGR7o9OBgtNtyr3PJIGbjWouKAP_IgQ" |
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 | "040ab128849e.ixcSlC39_Wegsdg6UcG0aGobmr9-f0-Jm78ww5gknT8.viFeo2a6mzTh3OFYA6DdKg1d8ugLGR7o9OBgtNtyr3PJIGbjWouKAP_IgQ" |
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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data | "040ab128849e.ixcSlC39_Wegsdg6UcG0aGobmr9-f0-Jm78ww5gknT8.viFeo2a6mzTh3OFYA6DdKg1d8ugLGR7o9OBgtNtyr3PJIGbjWouKAP_IgQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3202 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() {#3295 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3296 …} $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 | "040ab128849e.ixcSlC39_Wegsdg6UcG0aGobmr9-f0-Jm78ww5gknT8.viFeo2a6mzTh3OFYA6DdKg1d8ugLGR7o9OBgtNtyr3PJIGbjWouKAP_IgQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3306 -errors: [] -form: Symfony\Component\Form\Form {#3302 …} } |
form | Symfony\Component\Form\FormView {#3297 …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 | "040ab128849e.ixcSlC39_Wegsdg6UcG0aGobmr9-f0-Jm78ww5gknT8.viFeo2a6mzTh3OFYA6DdKg1d8ugLGR7o9OBgtNtyr3PJIGbjWouKAP_IgQ" |
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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3308 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() {#3311 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3310 …} $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 {#3321 -errors: [] -form: Symfony\Component\Form\Form {#3317 …} } |
form | Symfony\Component\Form\FormView {#3312 …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 {#3692 -object: null -message: null -permalink: "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" -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 {#3692 -object: null -message: null -permalink: "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" -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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data | App\Model\Form\ReportError {#3692 -object: null -message: null -permalink: "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" -lastName: null -firstName: null -email: null } |
data_class | "App\Model\Form\ReportError" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3698 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() {#3700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3699 …} $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 {#3692 -object: null -message: null -permalink: "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" -lastName: null -firstName: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3747 -errors: [] -form: Symfony\Component\Form\Form {#3752 …} } |
form | Symfony\Component\Form\FormView {#3701 …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 {#3692 -object: null -message: null -permalink: "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" -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 | "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" |
View Format | same as normalized 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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3708 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() {#3710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3709 …} $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 | "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3711 -errors: [] -form: Symfony\Component\Form\Form {#3755 …} } |
form | Symfony\Component\Form\FormView {#3720 …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 | "https://catalogue-pp.bpi.fr/fr/autoformation/document/ark:/34201/nptfl0000655804" |
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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3717 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() {#3719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3718 …} $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 {#3771 -errors: [] -form: Symfony\Component\Form\Form {#3758 …} } |
form | Symfony\Component\Form\FormView {#3773 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3726 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() {#3728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3727 …} $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 {#3774 -errors: [] -form: Symfony\Component\Form\Form {#3761 …} } |
form | Symfony\Component\Form\FormView {#3775 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3735 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() {#3737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3736 …} $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 {#3776 -errors: [] -form: Symfony\Component\Form\Form {#3764 …} } |
form | Symfony\Component\Form\FormView {#3796 …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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3744 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() {#3746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3745 …} $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 {#3798 -errors: [] -form: Symfony\Component\Form\Form {#3767 …} } |
form | Symfony\Component\Form\FormView {#3799 …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 | "9a98f29631fdb50366b6b0b6949.ugg1WyNrkCKFudsGbqPOgcu4R1rzzc6RiBP2rdL_hHE.2HlmbkIoqEnn6JBJMeWZtLGJAyqCn4nm11bF6YeVzznYOF0hVD78SML36w" |
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 | "9a98f29631fdb50366b6b0b6949.ugg1WyNrkCKFudsGbqPOgcu4R1rzzc6RiBP2rdL_hHE.2HlmbkIoqEnn6JBJMeWZtLGJAyqCn4nm11bF6YeVzznYOF0hVD78SML36w" |
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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data | "9a98f29631fdb50366b6b0b6949.ugg1WyNrkCKFudsGbqPOgcu4R1rzzc6RiBP2rdL_hHE.2HlmbkIoqEnn6JBJMeWZtLGJAyqCn4nm11bF6YeVzznYOF0hVD78SML36w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3738 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() {#3800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3801 …} $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 | "9a98f29631fdb50366b6b0b6949.ugg1WyNrkCKFudsGbqPOgcu4R1rzzc6RiBP2rdL_hHE.2HlmbkIoqEnn6JBJMeWZtLGJAyqCn4nm11bF6YeVzznYOF0hVD78SML36w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3811 -errors: [] -form: Symfony\Component\Form\Form {#3807 …} } |
form | Symfony\Component\Form\FormView {#3802 …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 | "9a98f29631fdb50366b6b0b6949.ugg1WyNrkCKFudsGbqPOgcu4R1rzzc6RiBP2rdL_hHE.2HlmbkIoqEnn6JBJMeWZtLGJAyqCn4nm11bF6YeVzznYOF0hVD78SML36w" |
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 {#526 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#525 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3813 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() {#3816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#416 …} $message: Closure() {#3815 …} $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 {#3826 -errors: [] -form: Symfony\Component\Form\Form {#3822 …} } |
form | Symfony\Component\Form\FormView {#3817 …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 | "" |