Forms
-
usuarios
-
nombre
-
email
-
plainPassword
-
first
-
second
-
-
agreeTerms
-
captcha
-
_token
-
usuarios
Form type:
"App\Form\UsuariosType"
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 {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| 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" "usuarios" "_usuarios" ] |
| cache_key | "_usuarios_usuarios" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#884 -form: Symfony\Component\Form\Form {#762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#757 …5} |
| full_name | "usuarios" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "usuarios" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios" |
| valid | true |
| value | null |
nombre
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 |
| required | true |
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 {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| 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" "_usuarios_nombre" ] |
| cache_key | "_usuarios_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#896 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#895 …5} |
| full_name | "usuarios[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_nombre" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_nombre" |
| 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 |
| required | false |
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 {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| 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 | false |
| 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" "_usuarios_email" ] |
| cache_key | "_usuarios_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#897 -form: Symfony\Component\Form\Form {#796 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#907 …5} |
| full_name | "usuarios[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_email" |
| valid | true |
| value | "" |
plainPassword
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
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 |
| first_options | [ "label" => "Cotraseña" "attr" => [ "class" => "form-control" ] ] |
[ "label" => "Cotraseña" "attr" => [ "class" => "form-control" ] ] |
| invalid_message | "Las contraseñas deben coincidir." |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "Repite contraseña" "attr" => [ "class" => "form-control" ] ] |
[ "label" => "Repite contraseña" "attr" => [ "class" => "form-control" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
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 | 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 {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#804 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Cotraseña" "attr" => [ "class" => "form-control" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Las contraseñas deben coincidir." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => "Repite contraseña" "attr" => [ "class" => "form-control" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#807 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#806 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_usuarios_plainPassword" ] |
| cache_key | "_usuarios_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#914 -form: Symfony\Component\Form\Form {#835 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#916 …5} |
| full_name | "usuarios[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_plainPassword" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
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" ] |
| error_bubbling | false |
same as passed value |
| label | "Cotraseña" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#820 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Cotraseña" |
| 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 | false |
| upload_max_size_message | Closure() {#822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#821 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_usuarios_plainPassword_first" ] |
| cache_key | "_usuarios_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#920 -form: Symfony\Component\Form\Form {#838 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#919 …5} |
| full_name | "usuarios[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_plainPassword_first" |
| label | "Cotraseña" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_plainPassword_first" |
| valid | true |
| value | "" |
second
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" ] |
| error_bubbling | false |
same as passed value |
| label | "Repite contraseña" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#828 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Repite contraseña" |
| 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 | false |
| upload_max_size_message | Closure() {#830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#829 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_usuarios_plainPassword_second" ] |
| cache_key | "_usuarios_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#921 -form: Symfony\Component\Form\Form {#841 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#922 …5} |
| full_name | "usuarios[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_plainPassword_second" |
| label | "Repite contraseña" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_plainPassword_second" |
| valid | true |
| value | "" |
agreeTerms
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
| auto_initialize | false |
same as passed value |
| label | "Acepto los <a href="/terminos-y-condiciones">Términos y Condiciones</a>" |
same as passed value |
| label_html | true |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input" ] |
| 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 {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#845 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#846 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Acepto los <a href="/terminos-y-condiciones">Términos y Condiciones</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#850 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_usuarios_agreeTerms" ] |
| cache_key | "_usuarios_agreeTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#917 -form: Symfony\Component\Form\Form {#856 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#918 …5} |
| full_name | "usuarios[agreeTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_agreeTerms" |
| label | "Acepto los <a href="/terminos-y-condiciones">Términos y Condiciones</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_agreeTerms" |
| valid | true |
| value | "1" |
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 {#847 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#847 +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 {#847 +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 {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| data_class | null |
| disabled | false |
| distortion | false |
| empty_data | Closure(FormInterface $form) {#881 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() {#883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#882 …} $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" "_usuarios_captcha" ] |
| cache_key | "_usuarios_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 {#924 -form: Symfony\Component\Form\Form {#890 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#923 …5} |
| full_name | "usuarios[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_captcha" |
| image_id | "captcha_6a2185b294697" |
| 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 | "_usuarios_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5.QP7-uqcNp88sIlkROZyFEB79sES4-bPUNyS8Unoq2jI.MrCv-O5gn4BAU2wmQ9ryVVeqwyDyrtG9B3HbZT9toG0KiYjl7V3enRhRLg" |
| 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 | "5.QP7-uqcNp88sIlkROZyFEB79sES4-bPUNyS8Unoq2jI.MrCv-O5gn4BAU2wmQ9ryVVeqwyDyrtG9B3HbZT9toG0KiYjl7V3enRhRLg" |
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 {#731 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#671 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#732 …} -namespace: Closure() {#734 …} } |
| data | "5.QP7-uqcNp88sIlkROZyFEB79sES4-bPUNyS8Unoq2jI.MrCv-O5gn4BAU2wmQ9ryVVeqwyDyrtG9B3HbZT9toG0KiYjl7V3enRhRLg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#930 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() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#931 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_usuarios__token" ] |
| cache_key | "_usuarios__token_hidden" |
| compound | false |
| data | "5.QP7-uqcNp88sIlkROZyFEB79sES4-bPUNyS8Unoq2jI.MrCv-O5gn4BAU2wmQ9ryVVeqwyDyrtG9B3HbZT9toG0KiYjl7V3enRhRLg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#942 -form: Symfony\Component\Form\Form {#938 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#933 …5} |
| full_name | "usuarios[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios__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 | "_usuarios__token" |
| valid | true |
| value | "5.QP7-uqcNp88sIlkROZyFEB79sES4-bPUNyS8Unoq2jI.MrCv-O5gn4BAU2wmQ9ryVVeqwyDyrtG9B3HbZT9toG0KiYjl7V3enRhRLg" |