Forms
-
change_password_form
-
plainPassword
-
first
-
second
-
-
recoveryCode
-
newPassSend
-
_token
-
change_password_form
Form type:
"App\Form\ChangePasswordFormType"
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 {#2310 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2308 …} -namespace: Closure() {#2306 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3411 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 |
| tooltip | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3634 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1665 …} $message: Closure() {#3633 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "change_password_form" "_change_password_form" ] |
| cache_key | "_change_password_form_change_password_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4331 -form: Symfony\Component\Form\Form {#4329 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3585 …5} |
| full_name | "change_password_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "change_password_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "change_password_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_change_password_form" |
| valid | true |
| value | null |
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 |
|---|---|---|
| first_options | [ "attr" => [ "autocomplete" => "new-password" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#3552 +payload: null +groups: ? +message: "Por favor ingresa una contraseña." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3432 +payload: null +groups: ? +message: "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d\s]).{12,}$/" +htmlPattern: null +match: true +normalizer: null } ] "help" => "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." "label" => "Nueva contraseña" ] |
[ "attr" => [ "autocomplete" => "new-password" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#3552 +payload: null +groups: ? +message: "Por favor ingresa una contraseña." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3432 +payload: null +groups: ? +message: "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d\s]).{12,}$/" +htmlPattern: null +match: true +normalizer: null } ] "help" => "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." "label" => "Nueva contraseña" ] |
| invalid_message | "Las contraseñas deben coincidir" |
same as passed value |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "attr" => [ "autocomplete" => "new-password" ] "label" => "Repita la contraseña" ] |
[ "attr" => [ "autocomplete" => "new-password" ] "label" => "Repita la contraseña" ] |
| 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 | [] |
| 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 {#2310 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2308 …} -namespace: Closure() {#2306 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3567 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 | [ "attr" => [ "autocomplete" => "new-password" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#3552 +payload: null +groups: ? +message: "Por favor ingresa una contraseña." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3432 +payload: null +groups: ? +message: "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d\s]).{12,}$/" +htmlPattern: null +match: true +normalizer: null } ] "help" => "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." "label" => "Nueva contraseña" ] |
| 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 | false |
| 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 | [ "attr" => [ "autocomplete" => "new-password" ] "label" => "Repita la contraseña" ] |
| setter | null |
| tooltip | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#3594 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1665 …} $message: Closure() {#3572 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_change_password_form_plainPassword" ] |
| cache_key | "_change_password_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4344 -form: Symfony\Component\Form\Form {#4356 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4352 …5} |
| full_name | "change_password_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "change_password_form_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 | "_change_password_form_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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3552 +payload: null +groups: ? +message: "Por favor ingresa una contraseña." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3432 +payload: null +groups: ? +message: "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d\s]).{12,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3552 +payload: null +groups: ? +message: "Por favor ingresa una contraseña." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3432 +payload: null +groups: ? +message: "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d\s]).{12,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
same as passed value |
| help | "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." |
same as passed value |
| label | "Nueva 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 |
| allow_options_create | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3552 +payload: null +groups: ? +message: "Por favor ingresa una contraseña." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3432 +payload: null +groups: ? +message: "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d\s]).{12,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#2310 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2308 …} -namespace: Closure() {#2306 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." |
| 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 | "Nueva contraseña" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| reset_on_focus | false |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| tooltip | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4343 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1665 …} $message: Closure() {#4342 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_change_password_form_plainPassword_first" ] |
| cache_key | "_change_password_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4375 -form: Symfony\Component\Form\Form {#4359 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4374 …5} |
| full_name | "change_password_form[plainPassword][first]" |
| help | "La contraseña debe tener al menos 12 caracteres, contener mayúsculas, minúsculas, números y al menos un carácter especial (ej. !@#$%^&* etc.)." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "change_password_form_plainPassword_first" |
| label | "Nueva contraseñ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 | "_change_password_form_plainPassword_first" |
| uses_autocomplete | false |
| 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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
same as passed value |
| label | "Repita la 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 |
| allow_options_create | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#2310 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2308 …} -namespace: Closure() {#2306 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4349 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "Repita la contraseña" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| reset_on_focus | false |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| tooltip | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1665 …} $message: Closure() {#4350 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_change_password_form_plainPassword_second" ] |
| cache_key | "_change_password_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4376 -form: Symfony\Component\Form\Form {#4362 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4380 …5} |
| full_name | "change_password_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "change_password_form_plainPassword_second" |
| label | "Repita la 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 | "_change_password_form_plainPassword_second" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
recoveryCode
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 | [] |
same as passed value |
| label | "Código de confirmación" |
same as passed value |
| label_attr | [ "class" => "control-label" ] |
[ "class" => "control-label" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#2310 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2308 …} -namespace: Closure() {#2306 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3298 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "Código de confirmación" |
| label_attr | [ "class" => "control-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| reset_on_focus | false |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| tooltip | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1665 …} $message: Closure() {#3308 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_change_password_form_recoveryCode" ] |
| cache_key | "_change_password_form_recoveryCode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4371 -form: Symfony\Component\Form\Form {#4365 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4373 …5} |
| full_name | "change_password_form[recoveryCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "change_password_form_recoveryCode" |
| label | "Código de confirmación" |
| label_attr | [ "class" => "control-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recoveryCode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_change_password_form_recoveryCode" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
newPassSend
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn-primary" ] |
[ "class" => "btn-primary" ] |
| label | "Cambiar contraseña" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Cambiar contraseña" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_change_password_form_newPassSend" ] |
| cache_key | "_change_password_form_newPassSend_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4382 …5} |
| full_name | "change_password_form[newPassSend]" |
| id | "change_password_form_newPassSend" |
| label | "Cambiar contraseña" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "newPassSend" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_change_password_form_newPassSend" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0900.49THhu5UoKe5NaF0eCTgIHX-nTvjLW0vBN-ucLhUBas.lZHx05Q4ypbuTZQOK0KUUw-Qq0iUeQsYVJrdROw6ZPjXkf6xujXW_exszg" |
| 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 | "0900.49THhu5UoKe5NaF0eCTgIHX-nTvjLW0vBN-ucLhUBas.lZHx05Q4ypbuTZQOK0KUUw-Qq0iUeQsYVJrdROw6ZPjXkf6xujXW_exszg" |
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 {#2310 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2308 …} -namespace: Closure() {#2306 …} } |
| data | "0900.49THhu5UoKe5NaF0eCTgIHX-nTvjLW0vBN-ucLhUBas.lZHx05Q4ypbuTZQOK0KUUw-Qq0iUeQsYVJrdROw6ZPjXkf6xujXW_exszg" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4392 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 |
| tooltip | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4394 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1665 …} $message: Closure() {#4393 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_change_password_form__token" ] |
| cache_key | "_change_password_form__token_hidden" |
| compound | false |
| data | "0900.49THhu5UoKe5NaF0eCTgIHX-nTvjLW0vBN-ucLhUBas.lZHx05Q4ypbuTZQOK0KUUw-Qq0iUeQsYVJrdROw6ZPjXkf6xujXW_exszg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4404 -form: Symfony\Component\Form\Form {#4400 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4395 …5} |
| full_name | "change_password_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "change_password_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 | "_change_password_form__token" |
| valid | true |
| value | "0900.49THhu5UoKe5NaF0eCTgIHX-nTvjLW0vBN-ucLhUBas.lZHx05Q4ypbuTZQOK0KUUw-Qq0iUeQsYVJrdROw6ZPjXkf6xujXW_exszg" |