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 {#596 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#707 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1755566747 {#671 date: 2025-08-19 03:25:47.162143 Europe/Paris (+02: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 {#596 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#707 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1755566747 {#671 date: 2025-08-19 03:25:47.162143 Europe/Paris (+02: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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data | App\Entity\User {#596 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#707 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1755566747 {#671 date: 2025-08-19 03:25:47.162143 Europe/Paris (+02:00) } -phone: null -google: null -apple: null -realUserRequested: null -realEmail: null } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#749 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() {#747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#748 …} $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 {#596 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#707 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1755566747 {#671 date: 2025-08-19 03:25:47.162143 Europe/Paris (+02:00) } -phone: null -google: null -apple: null -realUserRequested: null -realEmail: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#850 -form: Symfony\Component\Form\Form {#795 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#746 …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 {#596 -id: null -holdings: Doctrine\Common\Collections\ArrayCollection {#707 …} -client: "" -name: null -username: null -password: null -token: null -active: false -admin: false -code: null -dateCodeCreated: null -dateCodeValidated: null -dateLastLogin: null -dateCreated: DateTime @1755566747 {#671 date: 2025-08-19 03:25:47.162143 Europe/Paris (+02: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 | "Votre n° de client (stipulé dans le corps du 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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#730 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 | "Votre n° de client (stipulé dans le corps du 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() {#732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#731 …} $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 {#877 -form: Symfony\Component\Form\Form {#859 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#879 …5} |
full_name | "signup[client]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_client" |
label | "Votre n° de client (stipulé dans le corps du 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 | "Votre nom" |
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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data | "" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#722 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 | "Votre nom" |
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() {#724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#723 …} $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 {#875 -form: Symfony\Component\Form\Form {#856 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#868 …5} |
full_name | "signup[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_name" |
label | "Votre nom" |
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" => "ex: jean@votreentreprise.com" "readonly" => false ] |
[ "placeholder" => "ex: jean@votreentreprise.com" "readonly" => false ] |
label | "Votre adresse e-mail" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "ex: jean@votreentreprise.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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#741 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 | "Votre adresse e-mail" |
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() {#744 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#740 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "ex: jean@votreentreprise.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 {#829 -form: Symfony\Component\Form\Form {#853 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#844 …5} |
full_name | "signup[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_username" |
label | "Votre adresse e-mail" |
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" => "Choisissez votre mot de passe" ] |
[ "label" => "Choisissez votre mot de passe" ] |
invalid_message | "Les mots de passe doivent être identiques" |
same as passed value |
required | true |
same as passed value |
second_options | [ "label" => "Vérifiez votre mot de passe" ] |
[ "label" => "Vérifiez votre mot de passe" ] |
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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#775 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" => "Choisissez votre mot de passe" ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Les mots de passe doivent être identiques" |
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" => "Vérifiez votre mot de passe" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#769 …} $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 {#794 -form: Symfony\Component\Form\Form {#813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#773 …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 | "Choisissez votre mot de passe" |
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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#863 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 | "Choisissez votre mot de passe" |
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() {#826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#827 …} $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 {#727 -form: Symfony\Component\Form\Form {#810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#745 …5} |
full_name | "signup[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_password_first" |
label | "Choisissez votre mot de passe" |
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 | "Vérifiez votre mot de passe" |
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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#820 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 | "Vérifiez votre mot de passe" |
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() {#818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#819 …} $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 {#733 -form: Symfony\Component\Form\Form {#807 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#849 …5} |
full_name | "signup[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_password_second" |
label | "Vérifiez votre mot de passe" |
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 | "Créer votre identifiant" |
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 | "Créer votre identifiant" |
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 {#825 …5} |
full_name | "signup[save]" |
id | "signup_save" |
label | "Créer votre identifiant" |
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 | "bf07c0c470ba2a25b74e5.dO6gLochEQuyWAD-osK4-Cg2ICuBHWJGhizAbvGB530.GanRHvZEc27La23T1pGOvhtnFEXWJSUyylafA6fgnSRDmsJ2zE5fSO0vOA" |
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 | "bf07c0c470ba2a25b74e5.dO6gLochEQuyWAD-osK4-Cg2ICuBHWJGhizAbvGB530.GanRHvZEc27La23T1pGOvhtnFEXWJSUyylafA6fgnSRDmsJ2zE5fSO0vOA" |
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 {#430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#399 …} } |
data | "bf07c0c470ba2a25b74e5.dO6gLochEQuyWAD-osK4-Cg2ICuBHWJGhizAbvGB530.GanRHvZEc27La23T1pGOvhtnFEXWJSUyylafA6fgnSRDmsJ2zE5fSO0vOA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#843 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() {#882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#841 …} $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 | "bf07c0c470ba2a25b74e5.dO6gLochEQuyWAD-osK4-Cg2ICuBHWJGhizAbvGB530.GanRHvZEc27La23T1pGOvhtnFEXWJSUyylafA6fgnSRDmsJ2zE5fSO0vOA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#892 -form: Symfony\Component\Form\Form {#888 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#883 …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 | "bf07c0c470ba2a25b74e5.dO6gLochEQuyWAD-osK4-Cg2ICuBHWJGhizAbvGB530.GanRHvZEc27La23T1pGOvhtnFEXWJSUyylafA6fgnSRDmsJ2zE5fSO0vOA" |