Forms
-
contact
-
pseudo
-
title
-
emailFrom
-
Content
-
pdfFile
-
file
-
-
captcha
-
Envoyer
-
_token
-
contact
Form type:
"App\Form\Type\ContactType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#571 -id: null -pseudo: ? string -title: ? string -content: ? string -emailFrom: ? string -alreadyRead: false -pdf: null -pdfFile: null -createdAt: DateTime @1751002978 {#581 date: 2025-06-27 05:42:58.593245 UTC (+00:00) } -updatedAt: ? ?Datetime +"updateAt": DateTime @1751002978 {#580 date: 2025-06-27 05:42:58.593248 UTC (+00:00) } } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#571 -id: null -pseudo: ? string -title: ? string -content: ? string -emailFrom: ? string -alreadyRead: false -pdf: null -pdfFile: null -createdAt: DateTime @1751002978 {#581 date: 2025-06-27 05:42:58.593245 UTC (+00:00) } -updatedAt: ? ?Datetime +"updateAt": DateTime @1751002978 {#580 date: 2025-06-27 05:42:58.593248 UTC (+00:00) } } |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data | App\Entity\Contact {#571 -id: null -pseudo: ? string -title: ? string -content: ? string -emailFrom: ? string -alreadyRead: false -pdf: null -pdfFile: null -createdAt: DateTime @1751002978 {#581 date: 2025-06-27 05:42:58.593245 UTC (+00:00) } -updatedAt: ? ?Datetime +"updateAt": DateTime @1751002978 {#580 date: 2025-06-27 05:42:58.593248 UTC (+00:00) } } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#748 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
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 | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#749 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | App\Entity\Contact {#571 -id: null -pseudo: ? string -title: ? string -content: ? string -emailFrom: ? string -alreadyRead: false -pdf: null -pdfFile: null -createdAt: DateTime @1751002978 {#581 date: 2025-06-27 05:42:58.593245 UTC (+00:00) } -updatedAt: ? ?Datetime +"updateAt": DateTime @1751002978 {#580 date: 2025-06-27 05:42:58.593248 UTC (+00:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#768 -form: Symfony\Component\Form\Form {#860 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#751 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact" |
valid | true |
value | App\Entity\Contact {#571 -id: null -pseudo: ? string -title: ? string -content: ? string -emailFrom: ? string -alreadyRead: false -pdf: null -pdfFile: null -createdAt: DateTime @1751002978 {#581 date: 2025-06-27 05:42:58.593245 UTC (+00:00) } -updatedAt: ? ?Datetime +"updateAt": DateTime @1751002978 {#580 date: 2025-06-27 05:42:58.593248 UTC (+00:00) } } |
pseudo
Form type:
"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 |
---|---|---|
label | "Pseudo" |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#734 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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Pseudo" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#728 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_pseudo" ] |
cache_key | "_contact_pseudo_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#938 -form: Symfony\Component\Form\Form {#922 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#941 …5} |
full_name | "contact[pseudo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_pseudo" |
label | "Pseudo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pseudo" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_pseudo" |
valid | true |
value | "" |
title
Form type:
"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 |
---|---|---|
label | "Titre du message" |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#724 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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Titre du 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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#723 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_title" ] |
cache_key | "_contact_title_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#935 -form: Symfony\Component\Form\Form {#919 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#934 …5} |
full_name | "contact[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_title" |
label | "Titre du message" |
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 | "_contact_title" |
valid | true |
value | "" |
emailFrom
Form type:
"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 |
---|---|---|
label | "Email afin de vous répondre" |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#747 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 | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email afin de vous répondre" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#743 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_emailFrom" ] |
cache_key | "_contact_emailFrom_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#932 -form: Symfony\Component\Form\Form {#916 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#877 …5} |
full_name | "contact[emailFrom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_emailFrom" |
label | "Email afin de vous répondre" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "emailFrom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_emailFrom" |
valid | true |
value | "" |
Content
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 | [ "rows" => "5" ] |
[ "rows" => "5" ] |
label | "Contenu de votre message" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => "5" ] |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#773 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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Contenu de votre 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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#772 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => "5" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_Content" ] |
cache_key | "_contact_Content_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#852 -form: Symfony\Component\Form\Form {#925 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#846 …5} |
full_name | "contact[Content]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_Content" |
label | "Contenu de votre message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "Content" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_Content" |
valid | true |
value | "" |
pdfFile
Form type:
"Vich\UploaderBundle\Form\Type\VichImageType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format |
null
|
Normalized Format | [ "file" => null ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_delete | false |
same as passed value |
download_uri | false |
same as passed value |
label | "Joindre un document" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_delete | false |
allow_extra_fields | false |
allow_file_upload | false |
asset_helper | 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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
delete_label | "vich_uploader.form_label.delete_confirm" |
disabled | false |
download_label | "vich_uploader.link.download" |
download_link | null |
download_uri | false |
empty_data | Closure(FormInterface $form) {#812 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 | [] |
image_uri | true |
imagine_pattern | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Joindre un document" |
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 |
storage_resolve_method | 0 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#814 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#813 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
asset_helper | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "vich_image" "_contact_pdfFile" ] |
cache_key | "_contact_pdfFile_vich_image" |
compound | true |
data | [ "file" => null ] |
disabled | false |
download_label | "vich_uploader.link.download" |
download_uri | false |
errors | Symfony\Component\Form\FormErrorIterator {#815 -form: Symfony\Component\Form\Form {#859 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#908 …5} |
full_name | "contact[pdfFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_pdfFile" |
image_uri | null |
label | "Joindre un document" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "pdfFile" |
object | App\Entity\Contact {#571 -id: null -pseudo: ? string -title: ? string -content: ? string -emailFrom: ? string -alreadyRead: false -pdf: null -pdfFile: null -createdAt: DateTime @1751002978 {#581 date: 2025-06-27 05:42:58.593245 UTC (+00:00) } -updatedAt: ? ?Datetime +"updateAt": DateTime @1751002978 {#580 date: 2025-06-27 05:42:58.593248 UTC (+00:00) } } |
priority | 0 |
required | false |
row_attr | [] |
show_download_link | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_pdfFile" |
valid | true |
value | [ "file" => null ] |
file
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [] |
same as passed value |
label | "Joindre un document" |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 | [] |
inherit_data | false |
invalid_message | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Joindre un document" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#907 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#906 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_contact_pdfFile_file" ] |
cache_key | "_contact_pdfFile_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#943 -form: Symfony\Component\Form\Form {#866 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#946 …5} |
full_name | "contact[pdfFile][file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_pdfFile_file" |
label | "Joindre un document" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_contact_pdfFile_file" |
valid | true |
value | "" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#843 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/home/cajo-test/cajo-test.squat.net/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "Bad code value" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 5 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 50 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#844 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/home/cajo-test/cajo-test.squat.net/public" |
whitelist_key | "captcha_whitelist_key" |
width | 160 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_contact_captcha" ] |
cache_key | "_contact_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,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" |
captcha_height | 50 |
captcha_width | 160 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#779 -form: Symfony\Component\Form\Form {#869 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#879 …5} |
full_name | "contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_captcha" |
image_id | "captcha_685e2f62d7b6f" |
is_human | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | false |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_captcha" |
valid | true |
value | "" |
Envoyer
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_contact_Envoyer" ] |
cache_key | "_contact_Envoyer_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#945 …5} |
full_name | "contact[Envoyer]" |
id | "contact_Envoyer" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "Envoyer" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_contact_Envoyer" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "0031cce8ca48da66f6.8aI04ZxALk09i4bCRBCXv7Tzq6j8hQeLJpHqZSSPUNw.lJpApeoyXQxbuc66Emrz-cOR7tq69Um-adqZN2LHPZiyzk2j6xkDG03uvg" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "0031cce8ca48da66f6.8aI04ZxALk09i4bCRBCXv7Tzq6j8hQeLJpHqZSSPUNw.lJpApeoyXQxbuc66Emrz-cOR7tq69Um-adqZN2LHPZiyzk2j6xkDG03uvg" |
same as passed value |
mapped | false |
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 | "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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data | "0031cce8ca48da66f6.8aI04ZxALk09i4bCRBCXv7Tzq6j8hQeLJpHqZSSPUNw.lJpApeoyXQxbuc66Emrz-cOR7tq69Um-adqZN2LHPZiyzk2j6xkDG03uvg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#965 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 | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#594 …} $message: Closure() {#947 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "0031cce8ca48da66f6.8aI04ZxALk09i4bCRBCXv7Tzq6j8hQeLJpHqZSSPUNw.lJpApeoyXQxbuc66Emrz-cOR7tq69Um-adqZN2LHPZiyzk2j6xkDG03uvg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#960 -form: Symfony\Component\Form\Form {#956 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#951 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__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 | "_contact__token" |
valid | true |
value | "0031cce8ca48da66f6.8aI04ZxALk09i4bCRBCXv7Tzq6j8hQeLJpHqZSSPUNw.lJpApeoyXQxbuc66Emrz-cOR7tq69Um-adqZN2LHPZiyzk2j6xkDG03uvg" |