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_6a2175d4c9692" |
| 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 | "914c3855411acf3eb8f1a4.1S8nEOU_dQklyN4VY7BOOWW3NL3S33pWI9u2_LVu5DM.kGNNINULLThov7F5KsAADF3oZv6zrzEmaanvu8MtswWfV0F93QhHWhe9sQ" |
| 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 | "914c3855411acf3eb8f1a4.1S8nEOU_dQklyN4VY7BOOWW3NL3S33pWI9u2_LVu5DM.kGNNINULLThov7F5KsAADF3oZv6zrzEmaanvu8MtswWfV0F93QhHWhe9sQ" |
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 | "914c3855411acf3eb8f1a4.1S8nEOU_dQklyN4VY7BOOWW3NL3S33pWI9u2_LVu5DM.kGNNINULLThov7F5KsAADF3oZv6zrzEmaanvu8MtswWfV0F93QhHWhe9sQ" |
| 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 | "914c3855411acf3eb8f1a4.1S8nEOU_dQklyN4VY7BOOWW3NL3S33pWI9u2_LVu5DM.kGNNINULLThov7F5KsAADF3oZv6zrzEmaanvu8MtswWfV0F93QhHWhe9sQ" |
| 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 | "914c3855411acf3eb8f1a4.1S8nEOU_dQklyN4VY7BOOWW3NL3S33pWI9u2_LVu5DM.kGNNINULLThov7F5KsAADF3oZv6zrzEmaanvu8MtswWfV0F93QhHWhe9sQ" |