Forms
user_newsletter
Form type:
"App\Form\UserNewsletterType"
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 |
|---|---|
| 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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#249 …} -namespace: Closure() {#36 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#951 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } } |
| 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() {#953 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#374 …} $message: Closure() {#952 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user_newsletter" "_user_newsletter" ] |
| cache_key | "_user_newsletter_user_newsletter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1016 -form: Symfony\Component\Form\Form {#974 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#990 …5} |
| full_name | "user_newsletter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_newsletter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user_newsletter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_newsletter" |
| valid | true |
| value | null |
newsletter
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 | [ "class" => "text-white" ] |
[ "class" => "text-white" ] |
| label | "Recevoir la newsletter" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text-white" ] |
| 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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#249 …} -namespace: Closure() {#36 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#963 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 | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#964 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Recevoir la newsletter" |
| 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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#374 …} $message: Closure() {#968 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-white" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_user_newsletter_newsletter" ] |
| cache_key | "_user_newsletter_newsletter_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1035 -form: Symfony\Component\Form\Form {#977 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1034 …5} |
| full_name | "user_newsletter[newsletter]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_newsletter_newsletter" |
| label | "Recevoir la newsletter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newsletter" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_newsletter_newsletter" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f9215b1a8a7c5.jEq3z9Im1BzQF1TomCUS7-_HBw6oxzjOh06rOi8htSM.wy7CubQfl2nmRx6AylJboIz0Um_qt3CW8hvYb3pv3mS0c_aBlUztKINPZA" |
| 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 | "f9215b1a8a7c5.jEq3z9Im1BzQF1TomCUS7-_HBw6oxzjOh06rOi8htSM.wy7CubQfl2nmRx6AylJboIz0Um_qt3CW8hvYb3pv3mS0c_aBlUztKINPZA" |
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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#249 …} -namespace: Closure() {#36 …} } |
| data | "f9215b1a8a7c5.jEq3z9Im1BzQF1TomCUS7-_HBw6oxzjOh06rOi8htSM.wy7CubQfl2nmRx6AylJboIz0Um_qt3CW8hvYb3pv3mS0c_aBlUztKINPZA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1043 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() {#1045 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#374 …} $message: Closure() {#1044 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_user_newsletter__token" ] |
| cache_key | "_user_newsletter__token_hidden" |
| compound | false |
| data | "f9215b1a8a7c5.jEq3z9Im1BzQF1TomCUS7-_HBw6oxzjOh06rOi8htSM.wy7CubQfl2nmRx6AylJboIz0Um_qt3CW8hvYb3pv3mS0c_aBlUztKINPZA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1055 -form: Symfony\Component\Form\Form {#1051 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1046 …5} |
| full_name | "user_newsletter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_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 | "_user_newsletter__token" |
| valid | true |
| value | "f9215b1a8a7c5.jEq3z9Im1BzQF1TomCUS7-_HBw6oxzjOh06rOi8htSM.wy7CubQfl2nmRx6AylJboIz0Um_qt3CW8hvYb3pv3mS0c_aBlUztKINPZA" |
visitor_newsletter
Form type:
"App\Form\VisitorNewsletterType"
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 |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"class" => ""
] |
| 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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#249 …} -namespace: Closure() {#36 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#985 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 | "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() {#988 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#374 …} $message: Closure() {#986 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "visitor_newsletter" "_visitor_newsletter" ] |
| cache_key | "_visitor_newsletter_visitor_newsletter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1057 -form: Symfony\Component\Form\Form {#1022 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1058 …5} |
| full_name | "visitor_newsletter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_newsletter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "visitor_newsletter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_newsletter" |
| valid | true |
| value | null |
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 | [ "placeholder" => "Veuillez saisir votre adresse e-mail" ] |
[ "placeholder" => "Veuillez saisir votre adresse e-mail" ] |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Veuillez saisir votre adresse e-mail" ] |
| 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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#249 …} -namespace: Closure() {#36 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1005 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() {#1007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#374 …} $message: Closure() {#1006 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Veuillez saisir votre adresse e-mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_visitor_newsletter_email" ] |
| cache_key | "_visitor_newsletter_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1062 -form: Symfony\Component\Form\Form {#1025 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1061 …5} |
| full_name | "visitor_newsletter[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_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 | "_visitor_newsletter_email" |
| valid | true |
| value | "" |
agree
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 |
|---|---|---|
| constraints | Symfony\Component\Validator\Constraints\IsTrue {#995 +payload: null +message: "Vous devez accepter les conditions pour vous inscrire." } |
[ Symfony\Component\Validator\Constraints\IsTrue {#995 +payload: null +message: "Vous devez accepter les conditions pour vous inscrire." } ] |
| label | "Accepter les conditions" |
same as passed value |
| label_attr | [ "class" => "text-white me-2" ] |
[ "class" => "text-white me-2" ] |
| 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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#995 +payload: null +message: "Vous devez accepter les conditions pour vous inscrire." } ] |
| 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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#249 …} -namespace: Closure() {#36 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#963 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 | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#964 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Accepter les conditions" |
| label_attr | [ "class" => "text-white me-2" ] |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#374 …} $message: Closure() {#1014 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_visitor_newsletter_agree" ] |
| cache_key | "_visitor_newsletter_agree_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1063 -form: Symfony\Component\Form\Form {#1028 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1064 …5} |
| full_name | "visitor_newsletter[agree]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_newsletter_agree" |
| label | "Accepter les conditions" |
| label_attr | [ "class" => "text-white me-2" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agree" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_visitor_newsletter_agree" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0ae470a64b08ff03f0e907131e0.-jBWPkSQ5LYwcBK7nLctqmZ-5ZXpNqxeBPse9tgQHDg.qmQJSRejqv9qKUOW5dZJyyoRkaLcYZgufa5ZkrogKQ3PeAJ6C9TX5Vk1ZQ" |
| 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 | "0ae470a64b08ff03f0e907131e0.-jBWPkSQ5LYwcBK7nLctqmZ-5ZXpNqxeBPse9tgQHDg.qmQJSRejqv9qKUOW5dZJyyoRkaLcYZgufa5ZkrogKQ3PeAJ6C9TX5Vk1ZQ" |
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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#249 …} -namespace: Closure() {#36 …} } |
| data | "0ae470a64b08ff03f0e907131e0.-jBWPkSQ5LYwcBK7nLctqmZ-5ZXpNqxeBPse9tgQHDg.qmQJSRejqv9qKUOW5dZJyyoRkaLcYZgufa5ZkrogKQ3PeAJ6C9TX5Vk1ZQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1059 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() {#1065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#374 …} $message: Closure() {#1066 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_visitor_newsletter__token" ] |
| cache_key | "_visitor_newsletter__token_hidden" |
| compound | false |
| data | "0ae470a64b08ff03f0e907131e0.-jBWPkSQ5LYwcBK7nLctqmZ-5ZXpNqxeBPse9tgQHDg.qmQJSRejqv9qKUOW5dZJyyoRkaLcYZgufa5ZkrogKQ3PeAJ6C9TX5Vk1ZQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1076 -form: Symfony\Component\Form\Form {#1072 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1067 …5} |
| full_name | "visitor_newsletter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "visitor_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 | "_visitor_newsletter__token" |
| valid | true |
| value | "0ae470a64b08ff03f0e907131e0.-jBWPkSQ5LYwcBK7nLctqmZ-5ZXpNqxeBPse9tgQHDg.qmQJSRejqv9qKUOW5dZJyyoRkaLcYZgufa5ZkrogKQ3PeAJ6C9TX5Vk1ZQ" |