- 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 {#251 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1745500088 {#105 date: 2025-04-24 13:08:08.811799 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#541 …} -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 {#251 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1745500088 {#105 date: 2025-04-24 13:08:08.811799 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#541 …} -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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data | App\Entity\User\User {#251 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1745500088 {#105 date: 2025-04-24 13:08:08.811799 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#541 …} -visaExigences: null } |
data_class | "App\Entity\User\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#724 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} 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() {#726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#725 …} } } |
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 {#251 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1745500088 {#105 date: 2025-04-24 13:08:08.811799 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#541 …} -visaExigences: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#789 -form: Symfony\Component\Form\Form {#796 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#727 …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 {#251 -id: null -username: null -email: null -plainPassword: null -password: null -roles: null #isEnabled: false #nom: null #prenom: null #activationToken: null #isComparaisonAll: true #theDateTimeCreation: DateTime @1745500088 {#105 date: 2025-04-24 13:08:08.811799 UTC (+00:00) } #listFicheBatiment: Doctrine\Common\Collections\ArrayCollection {#541 …} -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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#738 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#739 …} } } |
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 {#759 -form: Symfony\Component\Form\Form {#795 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#767 …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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#748 …} } } |
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 {#750 -form: Symfony\Component\Form\Form {#801 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#741 …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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#756 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#757 …} } } |
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 {#841 -form: Symfony\Component\Form\Form {#804 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#843 …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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#769 …} } } |
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 {#844 -form: Symfony\Component\Form\Form {#807 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#845 …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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#780 …} } } |
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 {#846 -form: Symfony\Component\Form\Form {#831 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#866 …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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#815 …} } } |
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 {#871 -form: Symfony\Component\Form\Form {#834 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#870 …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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#824 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#825 …} } } |
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 {#877 -form: Symfony\Component\Form\Form {#837 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#879 …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 | "60316c3084c.isiavNbWF-TyWUeKjNSiua14-TtVskAE3qaX6z_aqcE.vLyi_7umIpSHMzfLwqbk8-gVnQsmxHEprOPUpgmVwYnhmdXsnKJ2oKQyKA" |
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 | "60316c3084c.isiavNbWF-TyWUeKjNSiua14-TtVskAE3qaX6z_aqcE.vLyi_7umIpSHMzfLwqbk8-gVnQsmxHEprOPUpgmVwYnhmdXsnKJ2oKQyKA" |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data | "60316c3084c.isiavNbWF-TyWUeKjNSiua14-TtVskAE3qaX6z_aqcE.vLyi_7umIpSHMzfLwqbk8-gVnQsmxHEprOPUpgmVwYnhmdXsnKJ2oKQyKA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#882 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#561 …} } |
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() {#884 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#618 …} $translationDomain: "validators" $message: Closure() {#880 …} } } |
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 | "60316c3084c.isiavNbWF-TyWUeKjNSiua14-TtVskAE3qaX6z_aqcE.vLyi_7umIpSHMzfLwqbk8-gVnQsmxHEprOPUpgmVwYnhmdXsnKJ2oKQyKA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#894 -form: Symfony\Component\Form\Form {#890 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#885 …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 | "60316c3084c.isiavNbWF-TyWUeKjNSiua14-TtVskAE3qaX6z_aqcE.vLyi_7umIpSHMzfLwqbk8-gVnQsmxHEprOPUpgmVwYnhmdXsnKJ2oKQyKA" |