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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4001 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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 | "Training Store" |
| 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() {#3999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#4000 …} $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 {#4155 -form: Symfony\Component\Form\Form {#4062 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4142 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "" |
| label | "Training Store" |
| 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 {#4048 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4048 +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 {#4048 +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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| 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) {#3984 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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() {#3987 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#3985 …} $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 {#4164 -form: Symfony\Component\Form\Form {#4088 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4166 …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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| 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) {#4020 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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() {#3995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#3994 …} $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 {#4163 -form: Symfony\Component\Form\Form {#4085 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4162 …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 | "Se connecter" |
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 | "Se connecter" |
| 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 {#4160 …5} |
| full_name | "submit_login" |
| id | "submit_login" |
| label | "Se connecter" |
| 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" => "Mot de passe oublié" "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" => "Mot de passe oublié" ] |
| label | "Rester connecté" |
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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| 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) {#4039 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| empty_view_data | {#4005} |
| 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" => "Mot de passe oublié" ] |
| 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 {#4038 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Rester connecté" |
| 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() {#4043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#4045 …} $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 {#4144 -form: Symfony\Component\Form\Form {#4090 …} -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" => "Mot de passe oublié" ] |
| form | Symfony\Component\Form\FormView {#4161 …5} |
| full_name | "stay_logged_in" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "stay_logged_in" |
| label | "Rester connecté" |
| 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 | "28fd2.xBy-LFmHt83L32L9AIi5XHgx4Am8Nu30RJFc_YZvfB4.tC_0b2r_55XztDjLZvqAHjp1ukzke7mGcPk_rOsKLjOFMZNebciG4POFIw" |
| 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 | "28fd2.xBy-LFmHt83L32L9AIi5XHgx4Am8Nu30RJFc_YZvfB4.tC_0b2r_55XztDjLZvqAHjp1ukzke7mGcPk_rOsKLjOFMZNebciG4POFIw" |
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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| data | "28fd2.xBy-LFmHt83L32L9AIi5XHgx4Am8Nu30RJFc_YZvfB4.tC_0b2r_55XztDjLZvqAHjp1ukzke7mGcPk_rOsKLjOFMZNebciG4POFIw" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4145 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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() {#4154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#4147 …} $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 | "28fd2.xBy-LFmHt83L32L9AIi5XHgx4Am8Nu30RJFc_YZvfB4.tC_0b2r_55XztDjLZvqAHjp1ukzke7mGcPk_rOsKLjOFMZNebciG4POFIw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4173 -form: Symfony\Component\Form\Form {#4169 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4158 …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 | "28fd2.xBy-LFmHt83L32L9AIi5XHgx4Am8Nu30RJFc_YZvfB4.tC_0b2r_55XztDjLZvqAHjp1ukzke7mGcPk_rOsKLjOFMZNebciG4POFIw" |
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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4104 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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 | "Mot de passe oublié ?" |
| 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() {#4071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#4072 …} $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 {#4175 -form: Symfony\Component\Form\Form {#4126 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4176 …5} |
| full_name | "request_password_reset" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset" |
| label | "Mot de passe oublié ?" |
| 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 {#4065 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4065 +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" => "Adresse e-mail invalide." ] |
| 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 {#4065 +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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| 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) {#4063 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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() {#4053 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#4061 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "email-input" "data-invalid-message" => "Adresse e-mail invalide." ] |
| 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 {#4177 -form: Symfony\Component\Form\Form {#4129 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4178 …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" => "Envoyer un lien de réinitialisation" ] "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" => "Envoyer un lien de réinitialisation" ] "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" => "Envoyer un lien de réinitialisation" ] "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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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() {#4120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#4119 …} $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 {#4181 -form: Symfony\Component\Form\Form {#4134 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4182 …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 {#4185 …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 | "Envoyer un lien de réinitialisation" |
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 | "Envoyer un lien de réinitialisation" |
| 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 {#4186 …5} |
| full_name | "request_password_reset[buttons][submit_login]" |
| id | "request_password_reset_buttons_submit_login" |
| label | "Envoyer un lien de réinitialisation" |
| 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 | "9b60cd00c7156183ae9de1aa9041e.fDK3qZTSLWvxov_JEzoKtSDo654n_GH5HFI14B6oAGc.MWTf5f_hb1qi9sa7YHxZ4HWQqOdsiFWQVDhkgy3NeC4SYdbk3f9KM7nLxw" |
| 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 | "9b60cd00c7156183ae9de1aa9041e.fDK3qZTSLWvxov_JEzoKtSDo654n_GH5HFI14B6oAGc.MWTf5f_hb1qi9sa7YHxZ4HWQqOdsiFWQVDhkgy3NeC4SYdbk3f9KM7nLxw" |
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 {#2005 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2017 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2000 …} -namespace: Closure() {#2016 …} } |
| data | "9b60cd00c7156183ae9de1aa9041e.fDK3qZTSLWvxov_JEzoKtSDo654n_GH5HFI14B6oAGc.MWTf5f_hb1qi9sa7YHxZ4HWQqOdsiFWQVDhkgy3NeC4SYdbk3f9KM7nLxw" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4005} |
| 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() {#4183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1661 …} $message: Closure() {#4184 …} $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 | "9b60cd00c7156183ae9de1aa9041e.fDK3qZTSLWvxov_JEzoKtSDo654n_GH5HFI14B6oAGc.MWTf5f_hb1qi9sa7YHxZ4HWQqOdsiFWQVDhkgy3NeC4SYdbk3f9KM7nLxw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4196 -form: Symfony\Component\Form\Form {#4192 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4187 …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 | "9b60cd00c7156183ae9de1aa9041e.fDK3qZTSLWvxov_JEzoKtSDo654n_GH5HFI14B6oAGc.MWTf5f_hb1qi9sa7YHxZ4HWQqOdsiFWQVDhkgy3NeC4SYdbk3f9KM7nLxw" |