Forms
-
signup
-
client
-
name
-
username
-
password
-
first
-
second
-
-
save
-
_token
-
signup
Form type:
"App\Security\Form\SignupType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#643 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#644 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1765334994 {#645 date: 2025-12-10 03:49:54.626229 Europe/Paris (+01:00) } -phone: null -google: null -apple: null -realUserRequested: null -realEmail: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#643 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#644 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1765334994 {#645 date: 2025-12-10 03:49:54.626229 Europe/Paris (+01:00) } -phone: null -google: null -apple: null -realUserRequested: null -realEmail: null } |
same as passed value |
| isNewUser | true |
same as passed value |
| isOAuthSignup | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data | App\Entity\User {#643 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#644 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1765334994 {#645 date: 2025-12-10 03:49:54.626229 Europe/Paris (+01:00) } -phone: null -google: null -apple: null -realUserRequested: null -realEmail: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } } |
| 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 | [] |
| isNewUser | true |
| isOAuthSignup | false |
| 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() {#732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#731 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "signup" "_signup" ] |
| cache_key | "_signup_signup" |
| compound | true |
| data | App\Entity\User {#643 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#644 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1765334994 {#645 date: 2025-12-10 03:49:54.626229 Europe/Paris (+01:00) } -phone: null -google: null -apple: null -realUserRequested: null -realEmail: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#802 -form: Symfony\Component\Form\Form {#803 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#733 …5} |
| full_name | "signup" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "signup" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signup" |
| valid | true |
| value | App\Entity\User {#643 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#644 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1765334994 {#645 date: 2025-12-10 03:49:54.626229 Europe/Paris (+01:00) } -phone: null -google: null -apple: null -realUserRequested: null -realEmail: null } |
client
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 |
|---|---|---|
| label | "Your client number (indicated in the body of the mail "Votre avis d'échéance Suisscourtage")" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#762 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Your client number (indicated in the body of the mail "Votre avis d'échéance Suisscourtage")" |
| 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() {#760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#761 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_signup_client" ] |
| cache_key | "_signup_client_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#769 -form: Symfony\Component\Form\Form {#806 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#824 …5} |
| full_name | "signup[client]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup_client" |
| label | "Your client number (indicated in the body of the mail "Votre avis d'échéance Suisscourtage")" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "client" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signup_client" |
| valid | true |
| value | "" |
name
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 |
|---|---|---|
| data | "" |
same as passed value |
| label | "Your name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data | "" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#753 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Your name" |
| 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() {#751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#752 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_signup_name" ] |
| cache_key | "_signup_name_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#750 -form: Symfony\Component\Form\Form {#809 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#759 …5} |
| full_name | "signup[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup_name" |
| label | "Your name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signup_name" |
| valid | true |
| value | "" |
username
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "e.g.: john@email.com" "readonly" => false ] |
[ "placeholder" => "e.g.: john@email.com" "readonly" => false ] |
| label | "Your email address" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "e.g.: john@email.com" "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#740 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 | "Your email address" |
| 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() {#770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#773 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "e.g.: john@email.com" "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_signup_username" ] |
| cache_key | "_signup_username_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#848 -form: Symfony\Component\Form\Form {#812 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#850 …5} |
| full_name | "signup[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup_username" |
| label | "Your email address" |
| 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 | null |
| unique_block_prefix | "_signup_username" |
| valid | true |
| value | "" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "Your password" ] |
[ "label" => "Your password" ] |
| invalid_message | "Passwords must be identical" |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "Re-enter your password" ] |
[ "label" => "Re-enter your password" ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#782 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Your password" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Passwords must be identical" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| second_name | "second" |
| second_options | [ "label" => "Re-enter your password" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#784 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_signup_password" ] |
| cache_key | "_signup_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#851 -form: Symfony\Component\Form\Form {#836 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#853 …5} |
| full_name | "signup[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup_password" |
| label | null |
| 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 | null |
| unique_block_prefix | "_signup_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
same as passed value |
| label | "Your password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#821 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Your 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 | null |
| trim | false |
| upload_max_size_message | Closure() {#823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#822 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_signup_password_first" ] |
| cache_key | "_signup_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#872 -form: Symfony\Component\Form\Form {#839 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#871 …5} |
| full_name | "signup[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup_password_first" |
| label | "Your password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signup_password_first" |
| valid | true |
| value | "" |
second
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
same as passed value |
| label | "Re-enter your password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Re-enter your 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 | null |
| trim | false |
| upload_max_size_message | Closure() {#831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#830 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_signup_password_second" ] |
| cache_key | "_signup_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#878 -form: Symfony\Component\Form\Form {#842 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#880 …5} |
| full_name | "signup[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup_password_second" |
| label | "Re-enter your password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signup_password_second" |
| valid | true |
| value | "" |
save
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary btn-block" ] |
[ "class" => "btn btn-primary btn-block" ] |
| label | "Create your user profile" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary btn-block" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Create your user profile" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary btn-block" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_signup_save" ] |
| cache_key | "_signup_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#870 …5} |
| full_name | "signup[save]" |
| id | "signup_save" |
| label | "Create your user profile" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_signup_save" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "30.IR4cJLFl2dP8jXZ4zs-0kgBE9EdHCoS5vN18WWyzTE4.eVgpftw16LGl6wYdgKyBwXksmnUzWunM7o07NAfgO39nKW1J1C285rbYJw" |
| 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 | "30.IR4cJLFl2dP8jXZ4zs-0kgBE9EdHCoS5vN18WWyzTE4.eVgpftw16LGl6wYdgKyBwXksmnUzWunM7o07NAfgO39nKW1J1C285rbYJw" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#551 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#548 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#514 …} -namespace: Closure() {#549 …} } |
| data | "30.IR4cJLFl2dP8jXZ4zs-0kgBE9EdHCoS5vN18WWyzTE4.eVgpftw16LGl6wYdgKyBwXksmnUzWunM7o07NAfgO39nKW1J1C285rbYJw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#128 …} $message: Closure() {#884 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_signup__token" ] |
| cache_key | "_signup__token_hidden" |
| compound | false |
| data | "30.IR4cJLFl2dP8jXZ4zs-0kgBE9EdHCoS5vN18WWyzTE4.eVgpftw16LGl6wYdgKyBwXksmnUzWunM7o07NAfgO39nKW1J1C285rbYJw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#895 -form: Symfony\Component\Form\Form {#891 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#886 …5} |
| full_name | "signup[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signup__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signup__token" |
| valid | true |
| value | "30.IR4cJLFl2dP8jXZ4zs-0kgBE9EdHCoS5vN18WWyzTE4.eVgpftw16LGl6wYdgKyBwXksmnUzWunM7o07NAfgO39nKW1J1C285rbYJw" |