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_69345b3748a4a" |
| 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 | "48e260bda366a3.LUV1jM5PA7uWGXA5s3BJGRfzTHTgZTtfC_EyhfrTRQY.ch0F2LYgNtyjXApu9TQKLyC1FCfSB0MmXbxi_YqDL2lbEkS0rQVL08B8KQ" |
| 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 | "48e260bda366a3.LUV1jM5PA7uWGXA5s3BJGRfzTHTgZTtfC_EyhfrTRQY.ch0F2LYgNtyjXApu9TQKLyC1FCfSB0MmXbxi_YqDL2lbEkS0rQVL08B8KQ" |
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 | "48e260bda366a3.LUV1jM5PA7uWGXA5s3BJGRfzTHTgZTtfC_EyhfrTRQY.ch0F2LYgNtyjXApu9TQKLyC1FCfSB0MmXbxi_YqDL2lbEkS0rQVL08B8KQ" |
| 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 | "48e260bda366a3.LUV1jM5PA7uWGXA5s3BJGRfzTHTgZTtfC_EyhfrTRQY.ch0F2LYgNtyjXApu9TQKLyC1FCfSB0MmXbxi_YqDL2lbEkS0rQVL08B8KQ" |
| 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 | "48e260bda366a3.LUV1jM5PA7uWGXA5s3BJGRfzTHTgZTtfC_EyhfrTRQY.ch0F2LYgNtyjXApu9TQKLyC1FCfSB0MmXbxi_YqDL2lbEkS0rQVL08B8KQ" |