- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 57
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
inscription
"App\Form\User\InscriptionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User\User {#254 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1755514233 {#113 date: 2025-08-18 10:50:33.042997 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#542 …} -visaExigences: 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\User {#254 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1755514233 {#113 date: 2025-08-18 10:50:33.042997 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#542 …} -visaExigences: null } |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data | App\Entity\User\User {#254 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1755514233 {#113 date: 2025-08-18 10:50:33.042997 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#542 …} -visaExigences: null } |
data_class | "App\Entity\User\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} use: { $class: "App\Entity\User\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 | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#726 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "inscription" "_inscription" ] |
cache_key | "_inscription_inscription" |
compound | true |
data | App\Entity\User\User {#254 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1755514233 {#113 date: 2025-08-18 10:50:33.042997 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#542 …} -visaExigences: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#790 -form: Symfony\Component\Form\Form {#796 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#728 …5} |
full_name | "inscription" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "inscription" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription" |
valid | true |
value | App\Entity\User\User {#254 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1755514233 {#113 date: 2025-08-18 10:50:33.042997 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#542 …} -visaExigences: null } |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "Login" |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#739 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
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 | "Login" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#741 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#740 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscription_username" ] |
cache_key | "_inscription_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#760 -form: Symfony\Component\Form\Form {#799 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#774 …5} |
full_name | "inscription[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription_username" |
label | "Login" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription_username" |
valid | true |
value | "" |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#748 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#749 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscription_nom" ] |
cache_key | "_inscription_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#751 -form: Symfony\Component\Form\Form {#802 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#742 …5} |
full_name | "inscription[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription_nom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription_nom" |
valid | true |
value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "Pré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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#757 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
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 | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#758 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inscription_prenom" ] |
cache_key | "_inscription_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#842 -form: Symfony\Component\Form\Form {#805 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#844 …5} |
full_name | "inscription[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription_prenom" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription_prenom" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#771 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#770 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_inscription_email" ] |
cache_key | "_inscription_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#845 -form: Symfony\Component\Form\Form {#808 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#846 …5} |
full_name | "inscription[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription_email" |
valid | true |
value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
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" => "Mot de passe" ] |
[ "label" => "Mot de passe" ] |
second_options | [ "label" => "Confirmer le mot de passe" ] |
[ "label" => "Confirmer le 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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Mot de passe" ] |
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 | [] |
legacy_error_messages | true |
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" => "Confirmer le mot de passe" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#788 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_inscription_plainPassword" ] |
cache_key | "_inscription_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#847 -form: Symfony\Component\Form\Form {#832 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#867 …5} |
full_name | "inscription[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 | "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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#817 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
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 | "Mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#816 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_inscription_plainPassword_first" ] |
cache_key | "_inscription_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#872 -form: Symfony\Component\Form\Form {#835 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#871 …5} |
full_name | "inscription[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription_plainPassword_first" |
label | "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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription_plainPassword_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 | "Confirmer le 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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#825 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
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 | "Confirmer le mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#826 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_inscription_plainPassword_second" ] |
cache_key | "_inscription_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#878 -form: Symfony\Component\Form\Form {#838 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#880 …5} |
full_name | "inscription[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription_plainPassword_second" |
label | "Confirmer le 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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription_plainPassword_second" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "f9a7853ebc3205b.TmjKTHxDB22BzIvu8nMAOYrz39gPenDUDhgw7KW7Uj0.LzCDdDBwTlXZouC9mF5IQ_-Wqu8_GRu5Q2hqpMuNJHEoUa0uMhxhF9aG-A" |
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 | "f9a7853ebc3205b.TmjKTHxDB22BzIvu8nMAOYrz39gPenDUDhgw7KW7Uj0.LzCDdDBwTlXZouC9mF5IQ_-Wqu8_GRu5Q2hqpMuNJHEoUa0uMhxhF9aG-A" |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data | "f9a7853ebc3205b.TmjKTHxDB22BzIvu8nMAOYrz39gPenDUDhgw7KW7Uj0.LzCDdDBwTlXZouC9mF5IQ_-Wqu8_GRu5Q2hqpMuNJHEoUa0uMhxhF9aG-A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#562 …} } |
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 | [] |
legacy_error_messages | true |
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" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#705 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#881 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_inscription__token" ] |
cache_key | "_inscription__token_hidden" |
compound | false |
data | "f9a7853ebc3205b.TmjKTHxDB22BzIvu8nMAOYrz39gPenDUDhgw7KW7Uj0.LzCDdDBwTlXZouC9mF5IQ_-Wqu8_GRu5Q2hqpMuNJHEoUa0uMhxhF9aG-A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#895 -form: Symfony\Component\Form\Form {#891 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#886 …5} |
full_name | "inscription[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inscription__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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inscription__token" |
valid | true |
value | "f9a7853ebc3205b.TmjKTHxDB22BzIvu8nMAOYrz39gPenDUDhgw7KW7Uj0.LzCDdDBwTlXZouC9mF5IQ_-Wqu8_GRu5Q2hqpMuNJHEoUa0uMhxhF9aG-A" |