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 {#728 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#729 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#730 …} -namespace: Closure() {#732 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#754 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() {#756 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#755 …} $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 {#850 -form: Symfony\Component\Form\Form {#762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#757 …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 {#728 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#729 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#730 …} -namespace: Closure() {#732 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#773 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#774 …} $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 {#862 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#861 …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 {#728 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#729 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#730 …} -namespace: Closure() {#732 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#788 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() {#790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#789 …} $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 {#863 -form: Symfony\Component\Form\Form {#796 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#873 …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 {#728 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#729 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#730 …} -namespace: Closure() {#732 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#799 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() {#801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#800 …} $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 {#875 -form: Symfony\Component\Form\Form {#807 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#876 …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 {#728 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#729 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#730 …} -namespace: Closure() {#732 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#814 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() {#816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#815 …} $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 {#877 -form: Symfony\Component\Form\Form {#822 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#878 …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 {#817 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#817 +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 {#817 +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 {#728 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#729 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#730 …} -namespace: Closure() {#732 …} } |
| data_class | null |
| disabled | false |
| distortion | false |
| empty_data | Closure(FormInterface $form) {#847 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() {#849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#848 …} $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 {#879 -form: Symfony\Component\Form\Form {#856 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#880 …5} |
| full_name | "contacto_form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_captcha" |
| image_id | "captcha_6a2185a4db75e" |
| 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 | "6965b8a.Bk7Q5Wa3BVkCd1DLDx6bnd9-KmcZPaL5ewJVidFQi1o.NXqIsxPYaAxLHz2peCbz740WbBJfbOG6OlA81osB3hVCKuGIEud0dGNDZA" |
| 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 | "6965b8a.Bk7Q5Wa3BVkCd1DLDx6bnd9-KmcZPaL5ewJVidFQi1o.NXqIsxPYaAxLHz2peCbz740WbBJfbOG6OlA81osB3hVCKuGIEud0dGNDZA" |
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 {#728 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#729 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#730 …} -namespace: Closure() {#732 …} } |
| data | "6965b8a.Bk7Q5Wa3BVkCd1DLDx6bnd9-KmcZPaL5ewJVidFQi1o.NXqIsxPYaAxLHz2peCbz740WbBJfbOG6OlA81osB3hVCKuGIEud0dGNDZA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#886 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() {#888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#887 …} $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 | "6965b8a.Bk7Q5Wa3BVkCd1DLDx6bnd9-KmcZPaL5ewJVidFQi1o.NXqIsxPYaAxLHz2peCbz740WbBJfbOG6OlA81osB3hVCKuGIEud0dGNDZA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#898 -form: Symfony\Component\Form\Form {#894 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#889 …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 | "6965b8a.Bk7Q5Wa3BVkCd1DLDx6bnd9-KmcZPaL5ewJVidFQi1o.NXqIsxPYaAxLHz2peCbz740WbBJfbOG6OlA81osB3hVCKuGIEud0dGNDZA" |