Forms
-
contacto_form
-
name
-
email
-
phone
-
comments
-
captcha
-
_token
-
contacto_form
Form type:
"App\Form\ContactoFormType"
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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#753 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() {#755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#754 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contacto_form" "_contacto_form" ] |
| cache_key | "_contacto_form_contacto_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#849 -form: Symfony\Component\Form\Form {#761 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#756 …5} |
| full_name | "contacto_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contacto_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form" |
| valid | true |
| value | 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" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| label | "Nombre" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#772 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 | "Nombre" |
| 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() {#774 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#773 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contacto_form_name" ] |
| cache_key | "_contacto_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#861 -form: Symfony\Component\Form\Form {#780 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#860 …5} |
| full_name | "contacto_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_name" |
| label | "Nombre" |
| 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 | "_contacto_form_name" |
| 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" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| label | "Email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#787 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" |
| 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() {#789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#788 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contacto_form_email" ] |
| cache_key | "_contacto_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#862 -form: Symfony\Component\Form\Form {#795 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#872 …5} |
| full_name | "contacto_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_email" |
| label | "Email" |
| 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 | "_contacto_form_email" |
| valid | true |
| value | "" |
phone
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" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| label | "Teléfono de contacto" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#798 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 | "Teléfono de contacto" |
| 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() {#800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#799 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contacto_form_phone" ] |
| cache_key | "_contacto_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#874 -form: Symfony\Component\Form\Form {#806 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#875 …5} |
| full_name | "contacto_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_phone" |
| label | "Teléfono de contacto" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form_phone" |
| valid | true |
| value | "" |
comments
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" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| label | "Comentarios" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#813 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 | "Comentarios" |
| 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() {#815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#814 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contacto_form_comments" ] |
| cache_key | "_contacto_form_comments_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#876 -form: Symfony\Component\Form\Form {#821 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#877 …5} |
| full_name | "contacto_form[comments]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_comments" |
| label | "Comentarios" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comments" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form_comments" |
| 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 |
|---|---|---|
| auto_initialize | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#816 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#816 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +normalizer: null } ] |
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 | false |
| background_color | [ 255 255 255 ] |
| background_images | [] |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| bypass_code | null |
| charset | "abcdefghijklmnpqrstuvwxyz123456789" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#816 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| distortion | false |
| empty_data | Closure(FormInterface $form) {#846 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 | "/var/www/html/vendor/gregwar/captcha-bundle/Gregwar/Captcha/Resources/fonts/arial.ttf" |
| form_attr | false |
| gc_freq | 100 |
| getter | null |
| height | 70 |
| 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 | 6 |
| mapped | false |
| max_behind_lines | 10 |
| max_front_lines | 10 |
| 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 | 90 |
| reload | false |
| required | true |
| row_attr | [] |
| session_key | "captcha" |
| setter | null |
| text_color | [ 0 0 0 ] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#847 …} $translationDomain: "validators" } } |
| validation_groups | null |
| web_path | "/var/www/html/public" |
| whitelist_key | "captcha_whitelist_key" |
| width | 200 |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_contacto_form_captcha" ] |
| cache_key | "_contacto_form_captcha_captcha" |
| captcha_code | "data:image/jpeg;base64,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" |
| captcha_height | 70 |
| captcha_width | 200 |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#878 -form: Symfony\Component\Form\Form {#855 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#879 …5} |
| full_name | "contacto_form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_captcha" |
| image_id | "captcha_69d2a4ab5a5e0" |
| 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 | "_contacto_form_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d.YI_EW2pHm-e5DfrgGvML0XOKPOedxGhvFw_-Hir9Muo.M-SNPjty1Y6IYJeNU4tbkz-5bpbliAMJcXqtbByJe5gC35IRBgzCysNBtw" |
| 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 | "d.YI_EW2pHm-e5DfrgGvML0XOKPOedxGhvFw_-Hir9Muo.M-SNPjty1Y6IYJeNU4tbkz-5bpbliAMJcXqtbByJe5gC35IRBgzCysNBtw" |
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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data | "d.YI_EW2pHm-e5DfrgGvML0XOKPOedxGhvFw_-Hir9Muo.M-SNPjty1Y6IYJeNU4tbkz-5bpbliAMJcXqtbByJe5gC35IRBgzCysNBtw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#885 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() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#886 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contacto_form__token" ] |
| cache_key | "_contacto_form__token_hidden" |
| compound | false |
| data | "d.YI_EW2pHm-e5DfrgGvML0XOKPOedxGhvFw_-Hir9Muo.M-SNPjty1Y6IYJeNU4tbkz-5bpbliAMJcXqtbByJe5gC35IRBgzCysNBtw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#897 -form: Symfony\Component\Form\Form {#893 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#888 …5} |
| full_name | "contacto_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form__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 | "_contacto_form__token" |
| valid | true |
| value | "d.YI_EW2pHm-e5DfrgGvML0XOKPOedxGhvFw_-Hir9Muo.M-SNPjty1Y6IYJeNU4tbkz-5bpbliAMJcXqtbByJe5gC35IRBgzCysNBtw" |