Forms
-
newsletter
-
name
-
firstname
-
email
-
captcha
-
_token
-
newsletter
Form type:
"App\Form\NewsletterType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Newsletter {#558 -name: 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\Entity\Newsletter {#558 -name: null -firstname: null -email: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
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 {#59 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#61 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#60 …} -namespace: Closure() {#57 …} } |
data | App\Entity\Newsletter {#558 -name: null -firstname: null -email: null } |
data_class | "App\Entity\Newsletter" |
disabled | false |
empty_data | Closure(FormInterface $form) {#929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Newsletter" } } |
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() {#931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#417 …} $message: Closure() {#930 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "newsletter" "_newsletter" ] |
cache_key | "_newsletter_newsletter" |
compound | true |
data | App\Entity\Newsletter {#558 -name: null -firstname: null -email: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#994 -form: Symfony\Component\Form\Form {#992 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#932 …5} |
full_name | "newsletter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "newsletter" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter" |
valid | true |
value | App\Entity\Newsletter {#558 -name: null -firstname: null -email: null } |
name
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 |
---|---|---|
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Nom" ] |
[ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Nom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#980 +payload: null +groups: ? +message: "Le nom ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#988 +payload: null +groups: ? +maxMessage: "Votre nom ne peut pas contenir plus de {{ limit }} caractères" +minMessage: "Votre nom doit comporter au moins {{ limit }} caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#980 +payload: null +groups: ? +message: "Le nom ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#988 +payload: null +groups: ? +maxMessage: "Votre nom ne peut pas contenir plus de {{ limit }} caractères" +minMessage: "Votre nom doit comporter au moins {{ limit }} caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#980 +payload: null +groups: ? +message: "Le nom ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#988 +payload: null +groups: ? +maxMessage: "Votre nom ne peut pas contenir plus de {{ limit }} caractères" +minMessage: "Votre nom doit comporter au moins {{ limit }} caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#59 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#61 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#60 …} -namespace: Closure() {#57 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#906 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 | false |
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() {#908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#417 …} $message: Closure() {#907 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_newsletter_name" ] |
cache_key | "_newsletter_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1017 -form: Symfony\Component\Form\Form {#1022 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1023 …5} |
full_name | "newsletter[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_name" |
valid | true |
value | "" |
firstname
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 |
---|---|---|
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Prénom" ] |
[ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Prénom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#986 +payload: null +groups: ? +message: "Le prenom ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#946 +payload: null +groups: ? +maxMessage: "Votre prenom ne peut pas contenir plus de {{ limit }} caractères" +minMessage: "Votre prenom doit comporter au moins {{ limit }} caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#986 +payload: null +groups: ? +message: "Le prenom ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#946 +payload: null +groups: ? +maxMessage: "Votre prenom ne peut pas contenir plus de {{ limit }} caractères" +minMessage: "Votre prenom doit comporter au moins {{ limit }} caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#986 +payload: null +groups: ? +message: "Le prenom ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#946 +payload: null +groups: ? +maxMessage: "Votre prenom ne peut pas contenir plus de {{ limit }} caractères" +minMessage: "Votre prenom doit comporter au moins {{ limit }} caractères" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#59 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#61 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#60 …} -namespace: Closure() {#57 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#921 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 | false |
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() {#923 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#417 …} $message: Closure() {#922 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_newsletter_firstname" ] |
cache_key | "_newsletter_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1015 -form: Symfony\Component\Form\Form {#1025 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1014 …5} |
full_name | "newsletter[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_firstname" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_firstname" |
valid | true |
value | "" |
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 |
---|---|---|
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "exemple@maboite.fr" ] |
[ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "exemple@maboite.fr" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#949 +payload: null +groups: ? +message: "L'email ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#950 +payload: null +groups: ? +message: "L'email {{ value }} n'est pas un email valide" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#949 +payload: null +groups: ? +message: "L'email ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#950 +payload: null +groups: ? +message: "L'email {{ value }} n'est pas un email valide" +mode: null +normalizer: null } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "exemple@maboite.fr" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#949 +payload: null +groups: ? +message: "L'email ne doit pas être vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#950 +payload: null +groups: ? +message: "L'email {{ value }} n'est pas un email valide" +mode: null +normalizer: null } ] |
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 {#59 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#61 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#60 …} -namespace: Closure() {#57 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#935 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 | false |
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() {#952 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#417 …} $message: Closure() {#936 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "field-input p-1 w-100 text-regular" "placeholder" => "exemple@maboite.fr" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_newsletter_email" ] |
cache_key | "_newsletter_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1013 -form: Symfony\Component\Form\Form {#1028 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#998 …5} |
full_name | "newsletter[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_email" |
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
Option | Passed Value | Resolved Value |
---|---|---|
as_url | true |
same as passed value |
attr | [ "class" => "field-input p-1 w-100 text-regular mt-2" "placeholder" => "Veuillez entrer le code ci-dessus" ] |
[ "class" => "field-input p-1 w-100 text-regular mt-2" "placeholder" => "Veuillez entrer le code ci-dessus" ] |
label | false |
false
|
reload | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | true |
attr | [ "class" => "field-input p-1 w-100 text-regular mt-2" "placeholder" => "Veuillez entrer le code ci-dessus" ] |
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 {#59 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#61 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#60 …} -namespace: Closure() {#57 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#968 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/bas/app_ac82aa68-a16d-42fb-a997-8ae828c79ace/app/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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 6 |
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 | true |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#417 …} $message: Closure() {#969 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/home/bas/app_ac82aa68-a16d-42fb-a997-8ae828c79ace/app/public" |
whitelist_key | "captcha_whitelist_key" |
width | 200 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "field-input p-1 w-100 text-regular mt-2" "placeholder" => "Veuillez entrer le code ci-dessus" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_newsletter_captcha" ] |
cache_key | "_newsletter_captcha_captcha" |
captcha_code | "/generate-captcha/_captcha_captcha?n=ab3e6ba7e98d8c71ba1de9afcd1f6f58" |
captcha_height | 50 |
captcha_width | 200 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#971 -form: Symfony\Component\Form\Form {#984 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#953 …5} |
full_name | "newsletter[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_captcha" |
image_id | "captcha_686a1c4cf1141" |
is_human | false |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | true |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "8a81.Iw96HIj-gF_7FFArCP1KbyPtkd57m_fl3qoORDyIo9U.V2sYTt-IuTzCQCFOa84lHkDdpfNI9Li6tJtBCFLFm78TTUlJybjiBZF4Jw" |
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 | "8a81.Iw96HIj-gF_7FFArCP1KbyPtkd57m_fl3qoORDyIo9U.V2sYTt-IuTzCQCFOa84lHkDdpfNI9Li6tJtBCFLFm78TTUlJybjiBZF4Jw" |
same as passed value |
mapped | false |
false
|
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 {#59 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#61 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#60 …} -namespace: Closure() {#57 …} } |
data | "8a81.Iw96HIj-gF_7FFArCP1KbyPtkd57m_fl3qoORDyIo9U.V2sYTt-IuTzCQCFOa84lHkDdpfNI9Li6tJtBCFLFm78TTUlJybjiBZF4Jw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#993 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() {#1002 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#417 …} $message: Closure() {#999 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter__token" ] |
cache_key | "_newsletter__token_hidden" |
compound | false |
data | "8a81.Iw96HIj-gF_7FFArCP1KbyPtkd57m_fl3qoORDyIo9U.V2sYTt-IuTzCQCFOa84lHkDdpfNI9Li6tJtBCFLFm78TTUlJybjiBZF4Jw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1039 -form: Symfony\Component\Form\Form {#1035 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#989 …5} |
full_name | "newsletter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter__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 | "_newsletter__token" |
valid | true |
value | "8a81.Iw96HIj-gF_7FFArCP1KbyPtkd57m_fl3qoORDyIo9U.V2sYTt-IuTzCQCFOa84lHkDdpfNI9Li6tJtBCFLFm78TTUlJybjiBZF4Jw" |