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_6a21759ea038f" |
| 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 | "0558aa77c55fea1648f96b8b6062.W5iMRqVbyEMtLCTG-KRmj9HUmoouOJ1LiMblD63qBSY.COnfCtcQ_y4fZR2wwOlL4Zef8vtkW_M62PC0YZreYhc11cAg0BiSEE5FVw" |
| 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 | "0558aa77c55fea1648f96b8b6062.W5iMRqVbyEMtLCTG-KRmj9HUmoouOJ1LiMblD63qBSY.COnfCtcQ_y4fZR2wwOlL4Zef8vtkW_M62PC0YZreYhc11cAg0BiSEE5FVw" |
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 | "0558aa77c55fea1648f96b8b6062.W5iMRqVbyEMtLCTG-KRmj9HUmoouOJ1LiMblD63qBSY.COnfCtcQ_y4fZR2wwOlL4Zef8vtkW_M62PC0YZreYhc11cAg0BiSEE5FVw" |
| 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 | "0558aa77c55fea1648f96b8b6062.W5iMRqVbyEMtLCTG-KRmj9HUmoouOJ1LiMblD63qBSY.COnfCtcQ_y4fZR2wwOlL4Zef8vtkW_M62PC0YZreYhc11cAg0BiSEE5FVw" |
| 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 | "0558aa77c55fea1648f96b8b6062.W5iMRqVbyEMtLCTG-KRmj9HUmoouOJ1LiMblD63qBSY.COnfCtcQ_y4fZR2wwOlL4Zef8vtkW_M62PC0YZreYhc11cAg0BiSEE5FVw" |