Forms
-
login
-
username
-
password
-
submit
-
-
forgotten_password
-
login
-
submit
-
login
Form type:
"App\Form\Account\LoginType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Account\Login {#218 -username: "" -password: "" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Account\Login {#218 -username: "" -password: "" } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/en/login" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| data | App\FormData\Account\Login {#218 -username: "" -password: "" } |
| data_class | "App\FormData\Account\Login" |
| date_class | "App\FormData\Account\Login" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#802 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Account\Login" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $message: Closure() {#801 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/en/login" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "login" "_login" ] |
| cache_key | "_login_login" |
| compound | true |
| data | App\FormData\Account\Login {#218 -username: "" -password: "" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#781 -errors: [] -form: Symfony\Component\Form\Form {#782 …} } |
| form | Symfony\Component\Form\FormView {#799 …5} |
| full_name | "login" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login" |
| valid | true |
| value | App\FormData\Account\Login {#218 -username: "" -password: "" } |
username
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Please enter your login." "placeholder" => "form.login" ] |
[ "data-parsley-required-message" => "Please enter your login." "placeholder" => "form.login" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#794 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#794 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
| empty_data | "" |
same as passed value |
| label | "form.login" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Please enter your login." "placeholder" => "form.login" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#794 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.login" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "form" |
| trim | true |
| upload_max_size_message | Closure() {#755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $message: Closure() {#754 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Please enter your login." "placeholder" => "form.login" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_username" ] |
| cache_key | "_login_username_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#811 -errors: [] -form: Symfony\Component\Form\Form {#785 …} } |
| form | Symfony\Component\Form\FormView {#809 …5} |
| full_name | "login[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_username" |
| label | "form.login" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_login_username" |
| valid | true |
| value | "" |
password
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 | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Please enter a password." "placeholder" => "form.password" ] |
[ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Please enter a password." "placeholder" => "form.password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#806 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#806 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
| empty_data | "" |
same as passed value |
| help | "form.help.forgot_password" |
same as passed value |
| help_attr | [ "class" => "mt-15" ] |
[ "class" => "mt-15" ] |
| help_html | true |
same as passed value |
| label | "form.password" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Please enter a password." "placeholder" => "form.password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#806 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | "form.help.forgot_password" |
| help_attr | [ "class" => "mt-15" ] |
| help_html | true |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "form" |
| trim | false |
| upload_max_size_message | Closure() {#767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $message: Closure() {#766 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Please enter a password." "placeholder" => "form.password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_login_password" ] |
| cache_key | "_login_password_password" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#810 -errors: [] -form: Symfony\Component\Form\Form {#788 …} } |
| form | Symfony\Component\Form\FormView {#813 …5} |
| full_name | "login[password]" |
| help | "form.help.forgot_password" |
| help_attr | [ "class" => "mt-15" ] |
| help_html | true |
| help_translation_parameters | [] |
| id | "login_password" |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_login_password" |
| valid | true |
| value | "" |
submit
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 | "form.button.login" |
same as passed value |
| translation_domain | "form" |
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 | "form.button.login" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_login_submit" ] |
| cache_key | "_login_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#822 …5} |
| full_name | "login[submit]" |
| id | "login_submit" |
| label | "form.button.login" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| unique_block_prefix | "_login_submit" |
| value | null |
forgotten_password
Form type:
"App\Form\Account\ForgottenPasswordType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Account\ForgottenPassword {#1161 +login: "" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Account\ForgottenPassword {#1161 +login: "" } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/en/users/modals/forgotten-password" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| data | App\FormData\Account\ForgottenPassword {#1161 +login: "" } |
| data_class | "App\FormData\Account\ForgottenPassword" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1168 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Account\ForgottenPassword" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1170 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $message: Closure() {#1169 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/en/users/modals/forgotten-password" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "forgotten_password" "_forgotten_password" ] |
| cache_key | "_forgotten_password_forgotten_password" |
| compound | true |
| data | App\FormData\Account\ForgottenPassword {#1161 +login: "" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1191 -errors: [] -form: Symfony\Component\Form\Form {#1192 …} } |
| form | Symfony\Component\Form\FormView {#1171 …5} |
| full_name | "forgotten_password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forgotten_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "forgotten_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forgotten_password" |
| valid | true |
| value | App\FormData\Account\ForgottenPassword {#1161 +login: "" } |
login
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "The format of the email address is invalid." "data-parsley-required-message" => "Please enter an email address." "placeholder" => "form.email" ] |
[ "data-parsley-type" => "email" "data-parsley-type-message" => "The format of the email address is invalid." "data-parsley-required-message" => "Please enter an email address." "placeholder" => "form.email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1175 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1177 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1175 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1177 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| label | "form.email" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "The format of the email address is invalid." "data-parsley-required-message" => "Please enter an email address." "placeholder" => "form.email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1175 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1177 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1184 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "form" |
| trim | true |
| upload_max_size_message | Closure() {#1186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $message: Closure() {#1185 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "The format of the email address is invalid." "data-parsley-required-message" => "Please enter an email address." "placeholder" => "form.email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_forgotten_password_login" ] |
| cache_key | "_forgotten_password_login_email" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1204 -errors: [] -form: Symfony\Component\Form\Form {#1195 …} } |
| form | Symfony\Component\Form\FormView {#1203 …5} |
| full_name | "forgotten_password[login]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forgotten_password_login" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_forgotten_password_login" |
| valid | true |
| value | "" |
submit
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 | "form.button.password_send" |
same as passed value |
| translation_domain | "form" |
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 | "form.button.password_send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_forgotten_password_submit" ] |
| cache_key | "_forgotten_password_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1206 …5} |
| full_name | "forgotten_password[submit]" |
| id | "forgotten_password_submit" |
| label | "form.button.password_send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| unique_block_prefix | "_forgotten_password_submit" |
| value | null |