Forms
-
(no name)
-
email
-
passwd
-
submit_login
-
stay_logged_in
-
_token
-
-
request_password_reset
-
email_forgot
-
buttons
-
cancel
-
submit_login
-
-
_token
-
(no name)
Form type:
"PrestaShopBundle\Form\Admin\Login\LoginType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [
"email" => ""
] |
| 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 | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "login_form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#3963 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | "@PrestaShop/Admin/Login/form_theme.html.twig" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "FME Modules" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3961 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#3962 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [ "id" => "login_form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| column_breaker | false |
| compound | true |
| data | [
"email" => ""
] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4054 -form: Symfony\Component\Form\Form {#4147 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4067 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "" |
| label | "FME Modules" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | [
"email" => ""
] |
Form type:
"PrestaShopBundle\Form\Admin\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4016 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4016 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "Email address" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4016 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data_class | null |
| data_list | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4197 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email address" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4196 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_email" ] |
| cache_key | "_email_email" |
| column_breaker | false |
| compound | false |
| data | "" |
| data_list | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4045 -form: Symfony\Component\Form\Form {#4121 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4043 …5} |
| full_name | "email" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "email" |
| label | "Email address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_email" |
| valid | true |
| value | "" |
passwd
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 |
|---|---|---|
| always_empty | false |
same as passed value |
| attr | [] |
same as passed value |
| label | "Password" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data_class | null |
| data_list | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Password" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4187 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4188 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_passwd" ] |
| cache_key | "_passwd_password" |
| column_breaker | false |
| compound | false |
| data | null |
| data_list | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4046 -form: Symfony\Component\Form\Form {#4124 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4047 …5} |
| full_name | "passwd" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "passwd" |
| label | "Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "passwd" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_passwd" |
| valid | true |
| value | "" |
submit_login
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 |
|---|---|---|
| label | "Log in" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Log in" |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_submit_login" ] |
| cache_key | "_submit_login_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4049 …5} |
| full_name | "submit_login" |
| id | "submit_login" |
| label | "Log in" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit_login" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_submit_login" |
| value | null |
stay_logged_in
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 |
|---|---|---|
| external_link | [ "href" => "#forgotten_password" "text" => "I forgot my password" "open_in_new_tab" => false "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] ] |
[ "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] "align" => "left" "position" => "append" "open_in_new_tab" => false "href" => "#forgotten_password" "text" => "I forgot my password" ] |
| label | "Stay logged in" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form, $viewData) {#4163 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| empty_view_data | {#3967} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | [ "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] "align" => "left" "position" => "append" "open_in_new_tab" => false "href" => "#forgotten_password" "text" => "I forgot my password" ] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4164 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Stay logged in" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4157 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_stay_logged_in" ] |
| cache_key | "_stay_logged_in_checkbox" |
| checked | false |
| column_breaker | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4065 -form: Symfony\Component\Form\Form {#4119 …} -errors: [] } |
| external_link | [ "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] "align" => "left" "position" => "append" "open_in_new_tab" => false "href" => "#forgotten_password" "text" => "I forgot my password" ] |
| form | Symfony\Component\Form\FormView {#4048 …5} |
| full_name | "stay_logged_in" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "stay_logged_in" |
| label | "Stay logged in" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "stay_logged_in" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_stay_logged_in" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5c.gXxd7xq5tSrBOGlrk0dSeA8jgsFRjCwQXe31mjZjkew.9xgZtmjJwxi1cz8kpCEISH563bMZ_mRIbrygy30616XSLQW_LdiYZqB1LA" |
| 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 | "5c.gXxd7xq5tSrBOGlrk0dSeA8jgsFRjCwQXe31mjZjkew.9xgZtmjJwxi1cz8kpCEISH563bMZ_mRIbrygy30616XSLQW_LdiYZqB1LA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| 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 |
| column_breaker | false |
| columns_number | null |
| 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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data | "5c.gXxd7xq5tSrBOGlrk0dSeA8jgsFRjCwQXe31mjZjkew.9xgZtmjJwxi1cz8kpCEISH563bMZ_mRIbrygy30616XSLQW_LdiYZqB1LA" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4064 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| 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_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4062 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
| cache_key | "__token_hidden" |
| column_breaker | false |
| compound | false |
| data | "5c.gXxd7xq5tSrBOGlrk0dSeA8jgsFRjCwQXe31mjZjkew.9xgZtmjJwxi1cz8kpCEISH563bMZ_mRIbrygy30616XSLQW_LdiYZqB1LA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4036 -form: Symfony\Component\Form\Form {#4040 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4051 …5} |
| full_name | "_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__token" |
| valid | true |
| value | "5c.gXxd7xq5tSrBOGlrk0dSeA8jgsFRjCwQXe31mjZjkew.9xgZtmjJwxi1cz8kpCEISH563bMZ_mRIbrygy30616XSLQW_LdiYZqB1LA" |
request_password_reset
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| 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 | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "forgot_password_form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4105 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | "@PrestaShop/Admin/Login/form_theme.html.twig" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Forgot your password?" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4137 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [ "id" => "forgot_password_form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "request_password_reset" "_request_password_reset" ] |
| cache_key | "_request_password_reset_request_password_reset" |
| column_breaker | false |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4034 -form: Symfony\Component\Form\Form {#4083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4033 …5} |
| full_name | "request_password_reset" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset" |
| label | "Forgot your password?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "request_password_reset" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset" |
| valid | true |
| value | [] |
email_forgot
Form type:
"PrestaShopBundle\Form\Admin\Type\EmailType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4144 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4144 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "Email address" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "email-input" "data-invalid-message" => "Invalid email address." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4144 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data_class | null |
| data_list | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email address" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4148 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "email-input" "data-invalid-message" => "Invalid email address." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_request_password_reset_email_forgot" ] |
| cache_key | "_request_password_reset_email_forgot_email" |
| column_breaker | false |
| compound | false |
| data | null |
| data_list | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4032 -form: Symfony\Component\Form\Form {#4080 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4031 …5} |
| full_name | "request_password_reset[email_forgot]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset_email_forgot" |
| label | "Email address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "email_forgot" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_email_forgot" |
| valid | true |
| value | null |
buttons
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 |
|---|---|---|
| buttons | [ "cancel" => [ "type" => "Symfony\Component\Form\Extension\Core\Type\ButtonType" "options" => [ "label" => "Cancel" ] ] "submit_login" => [ "type" => "Symfony\Component\Form\Extension\Core\Type\SubmitType" "options" => [ "label" => "Send reset link" ] "group" => "right" ] ] |
[ "cancel" => [ "name" => "cancel" "options" => [ "label" => "Cancel" ] "group" => "default" "type" => "Symfony\Component\Form\Extension\Core\Type\ButtonType" ] "submit_login" => [ "name" => "submit_login" "options" => [ "label" => "Send reset link" ] "group" => "right" "type" => "Symfony\Component\Form\Extension\Core\Type\SubmitType" ] ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| buttons | [ "cancel" => [ "name" => "cancel" "options" => [ "label" => "Cancel" ] "group" => "default" "type" => "Symfony\Component\Form\Extension\Core\Type\ButtonType" ] "submit_login" => [ "name" => "submit_login" "options" => [ "label" => "Send reset link" ] "group" => "right" "type" => "Symfony\Component\Form\Extension\Core\Type\SubmitType" ] ] |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4091 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| inline_buttons_limit | null |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| justify_content | "space-between" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4089 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4090 …} $translationDomain: "validators" } } |
| use_button_groups | false |
| use_default_themes | true |
| use_inline_labels | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "button_collection" "_request_password_reset_buttons" ] |
| button_groups | [ "default" => [ "cancel" ] "right" => [ "submit_login" ] ] |
| cache_key | "_request_password_reset_buttons_button_collection" |
| column_breaker | false |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4028 -form: Symfony\Component\Form\Form {#4075 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4027 …5} |
| full_name | "request_password_reset[buttons]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset_buttons" |
| inline_buttons_limit | null |
| justify_content | "space-between" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "buttons" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_buttons" |
| use_button_groups | false |
| use_inline_labels | true |
| valid | true |
| value | null |
cancel
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 |
|---|---|---|
| label | "Cancel" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Cancel" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "_request_password_reset_buttons_cancel" ] |
| cache_key | "_request_password_reset_buttons_cancel_button" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4024 …5} |
| full_name | "request_password_reset[buttons][cancel]" |
| id | "request_password_reset_buttons_cancel" |
| label | "Cancel" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "cancel" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_buttons_cancel" |
| value | null |
submit_login
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 |
|---|---|---|
| label | "Send reset link" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Send reset link" |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_request_password_reset_buttons_submit_login" ] |
| cache_key | "_request_password_reset_buttons_submit_login_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4023 …5} |
| full_name | "request_password_reset[buttons][submit_login]" |
| id | "request_password_reset_buttons_submit_login" |
| label | "Send reset link" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit_login" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_buttons_submit_login" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f38.ghLejtbXNm6fNCmlP0OoPx6HwQUHMb2VilrhU_sPmR4.1VOn1-Tve1vlZkCVeA3pcEropXFLQ8Tc6zeMEap7qW3FfbHvgadfOcV3cA" |
| 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 | "f38.ghLejtbXNm6fNCmlP0OoPx6HwQUHMb2VilrhU_sPmR4.1VOn1-Tve1vlZkCVeA3pcEropXFLQ8Tc6zeMEap7qW3FfbHvgadfOcV3cA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| 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 |
| column_breaker | false |
| columns_number | null |
| 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 {#2033 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2045 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2028 …} -namespace: Closure() {#2044 …} } |
| data | "f38.ghLejtbXNm6fNCmlP0OoPx6HwQUHMb2VilrhU_sPmR4.1VOn1-Tve1vlZkCVeA3pcEropXFLQ8Tc6zeMEap7qW3FfbHvgadfOcV3cA" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4029 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3967} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| 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_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4026 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1689 …} $message: Closure() {#4025 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_request_password_reset__token" ] |
| cache_key | "_request_password_reset__token_hidden" |
| column_breaker | false |
| compound | false |
| data | "f38.ghLejtbXNm6fNCmlP0OoPx6HwQUHMb2VilrhU_sPmR4.1VOn1-Tve1vlZkCVeA3pcEropXFLQ8Tc6zeMEap7qW3FfbHvgadfOcV3cA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4006 -form: Symfony\Component\Form\Form {#4012 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4022 …5} |
| full_name | "request_password_reset[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset__token" |
| valid | true |
| value | "f38.ghLejtbXNm6fNCmlP0OoPx6HwQUHMb2VilrhU_sPmR4.1VOn1-Tve1vlZkCVeA3pcEropXFLQ8Tc6zeMEap7qW3FfbHvgadfOcV3cA" |