- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 12
- Events
- Routing
- Cache
- Translation 11
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- 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
register
"App\Form\RegisterType"
        
        
                Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | App\Entity\User {#526 -wishlists: Doctrine\Common\Collections\ArrayCollection {#565 …} -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#552 …} -orders: Doctrine\Common\Collections\ArrayCollection {#567 …} } | 
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| data | App\Entity\User {#526 -wishlists: Doctrine\Common\Collections\ArrayCollection {#565 …} -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#552 …} -orders: Doctrine\Common\Collections\ArrayCollection {#567 …} } | 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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data | App\Entity\User {#526 -wishlists: Doctrine\Common\Collections\ArrayCollection {#565 …} -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#552 …} -orders: Doctrine\Common\Collections\ArrayCollection {#567 …} } | 
| data_class | "App\Entity\User" | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#631 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} 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 | [] | 
| 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() {#629 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#630 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "register" "_register" ] | 
| cache_key | "_register_register" | 
| compound | true | 
| data | App\Entity\User {#526 -wishlists: Doctrine\Common\Collections\ArrayCollection {#565 …} -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#552 …} -orders: Doctrine\Common\Collections\ArrayCollection {#567 …} } | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#724 -form: Symfony\Component\Form\Form {#689 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#628 …5} | 
| full_name | "register" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register" | 
| label | null | 
| label_attr | [] | 
| label_format | null | 
| label_html | false | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "register" | 
| priority | 0 | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_register" | 
| valid | true | 
| value | App\Entity\User {#526 -wishlists: Doctrine\Common\Collections\ArrayCollection {#565 …} -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#552 …} -orders: Doctrine\Common\Collections\ArrayCollection {#567 …} } | 
firstname
"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 | 
|---|---|---|
| attr | [ "placeholder" => "Merci de saisir votre prénom" ] | [ "placeholder" => "Merci de saisir votre prénom" ] | 
| constraints | Symfony\Component\Validator\Constraints\Length {#681 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } | [ Symfony\Component\Validator\Constraints\Length {#681 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] | 
| label | "Votre prénom" | same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [ "placeholder" => "Merci de saisir votre prénom" ] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [ Symfony\Component\Validator\Constraints\Length {#681 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] | 
| 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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} } | 
| 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 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() {#644 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#642 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [ "placeholder" => "Merci de saisir votre prénom" ] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_register_firstname" ] | 
| cache_key | "_register_firstname_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#684 -form: Symfony\Component\Form\Form {#726 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#764 …5} | 
| full_name | "register[firstname]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register_firstname" | 
| label | "Votre prénom" | 
| label_attr | [] | 
| label_format | null | 
| label_html | false | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "firstname" | 
| priority | 0 | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_register_firstname" | 
| valid | true | 
| value | "" | 
lastname
"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 | 
|---|---|---|
| attr | [ "placeholder" => "Merci de saisir votre nom" ] | [ "placeholder" => "Merci de saisir votre nom" ] | 
| constraints | Symfony\Component\Validator\Constraints\Length {#683 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } | [ Symfony\Component\Validator\Constraints\Length {#683 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] | 
| label | "Votre nom" | same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [ "placeholder" => "Merci de saisir votre nom" ] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [ Symfony\Component\Validator\Constraints\Length {#683 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] | 
| 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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#604 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} } | 
| 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 | [] | 
| 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() {#598 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#603 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [ "placeholder" => "Merci de saisir votre nom" ] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_register_lastname" ] | 
| cache_key | "_register_lastname_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#758 -form: Symfony\Component\Form\Form {#730 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#753 …5} | 
| full_name | "register[lastname]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register_lastname" | 
| label | "Votre nom" | 
| label_attr | [] | 
| label_format | null | 
| label_html | false | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "lastname" | 
| priority | 0 | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_register_lastname" | 
| 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
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "placeholder" => "Merci de saisir votre adresse email" ] | [ "placeholder" => "Merci de saisir votre adresse email" ] | 
| constraints | Symfony\Component\Validator\Constraints\Length {#677 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } | [ Symfony\Component\Validator\Constraints\Length {#677 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] | 
| label | "Votre email" | same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [ "placeholder" => "Merci de saisir votre adresse email" ] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [ Symfony\Component\Validator\Constraints\Length {#677 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] | 
| 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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#617 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} } | 
| 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 email" | 
| 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() {#624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#618 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [ "placeholder" => "Merci de saisir votre adresse email" ] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "email" "_register_email" ] | 
| cache_key | "_register_email_email" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#762 -form: Symfony\Component\Form\Form {#733 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#752 …5} | 
| full_name | "register[email]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register_email" | 
| label | "Votre email" | 
| 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 | "_register_email" | 
| valid | true | 
| value | "" | 
password
"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" "attr" => [ "placeholder" => "Merci de saisir votre mot de passe" ] ] | [ "label" => "Mot de passe" "attr" => [ "placeholder" => "Merci de saisir votre mot de passe" ] ] | 
| invalid_message | "Le mot de passe et la confirmation doivent être identiques" | same as passed value | 
| label | "Votre mot de passe" | same as passed value | 
| required | true | same as passed value | 
| second_options | [ "label" => "Confirmez mot de passe" "attr" => [ "placeholder" => "Merci de confirmer votre mot de passe" ] ] | [ "label" => "Confirmez mot de passe" "attr" => [ "placeholder" => "Merci de confirmer 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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#656 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} } | 
| 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" "attr" => [ "placeholder" => "Merci de saisir votre mot de passe" ] ] | 
| form_attr | false | 
| getter | null | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "Le mot de passe et la confirmation doivent être identiques" | 
| invalid_message_parameters | [] | 
| is_empty_callback | null | 
| label | "Votre mot de passe" | 
| 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" => "Confirmez mot de passe" "attr" => [ "placeholder" => "Merci de confirmer votre mot de passe" ] ] | 
| setter | null | 
| translation_domain | null | 
| trim | true | 
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" | 
| upload_max_size_message | Closure() {#650 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#651 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "repeated" "_register_password" ] | 
| cache_key | "_register_password_repeated" | 
| compound | true | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#680 -form: Symfony\Component\Form\Form {#712 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#660 …5} | 
| full_name | "register[password]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register_password" | 
| label | "Votre mot de passe" | 
| label_attr | [] | 
| label_format | null | 
| label_html | false | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "password" | 
| priority | 0 | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_register_password" | 
| 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 | 
|---|---|---|
| attr | [ "placeholder" => "Merci de saisir votre mot de passe" ] | [ "placeholder" => "Merci de saisir votre mot de passe" ] | 
| error_bubbling | false | false | 
| 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 | [ "placeholder" => "Merci de saisir votre mot de passe" ] | 
| 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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#692 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} } | 
| 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() {#699 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#693 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [ "placeholder" => "Merci de saisir votre mot de passe" ] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "password" "_register_password_first" ] | 
| cache_key | "_register_password_first_password" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#600 -form: Symfony\Component\Form\Form {#715 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#625 …5} | 
| full_name | "register[password][first]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register_password_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 | "_register_password_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 | 
|---|---|---|
| attr | [ "placeholder" => "Merci de confirmer votre mot de passe" ] | [ "placeholder" => "Merci de confirmer votre mot de passe" ] | 
| error_bubbling | false | false | 
| label | "Confirmez 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 | [ "placeholder" => "Merci de confirmer votre mot de passe" ] | 
| 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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#705 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} } | 
| 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 | "Confirmez 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() {#707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#706 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [ "placeholder" => "Merci de confirmer votre mot de passe" ] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "password" "_register_password_second" ] | 
| cache_key | "_register_password_second_password" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#645 -form: Symfony\Component\Form\Form {#718 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#737 …5} | 
| full_name | "register[password][second]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register_password_second" | 
| label | "Confirmez 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 | "_register_password_second" | 
| valid | true | 
| value | "" | 
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
        
        
                Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| label | "S'inscrire" | same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| attr | [] | 
| attr_translation_parameters | [] | 
| auto_initialize | false | 
| block_name | null | 
| block_prefix | null | 
| disabled | false | 
| form_attr | false | 
| label | "S'inscrire" | 
| label_format | null | 
| label_html | false | 
| label_translation_parameters | [] | 
| priority | 0 | 
| row_attr | [] | 
| translation_domain | null | 
| validate | true | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "button" "submit" "_register_submit" ] | 
| cache_key | "_register_submit_submit" | 
| clicked | false | 
| disabled | false | 
| form | Symfony\Component\Form\FormView {#700 …5} | 
| full_name | "register[submit]" | 
| id | "register_submit" | 
| label | "S'inscrire" | 
| label_format | null | 
| label_html | false | 
| label_translation_parameters | [] | 
| multipart | false | 
| name | "submit" | 
| priority | 0 | 
| row_attr | [] | 
| translation_domain | null | 
| unique_block_prefix | "_register_submit" | 
| value | null | 
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
        
        
                Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "49a12707757a981de05e8c3acb89ddf3.n1bB3eQk_0bL4FbxEh60KU-iulFw6Zdosq1sTOJJ73I.zA63ra1HsXSotR_cQ1iHGA3ljgMBr9QK8e4qG5RxqF_MFazlskerMqaKEw" | 
| 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 | "49a12707757a981de05e8c3acb89ddf3.n1bB3eQk_0bL4FbxEh60KU-iulFw6Zdosq1sTOJJ73I.zA63ra1HsXSotR_cQ1iHGA3ljgMBr9QK8e4qG5RxqF_MFazlskerMqaKEw" | same as passed value | 
| mapped | false | false | 
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 {#164 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#167 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#198 …} -namespace: Closure() {#148 …} } | 
| data | "49a12707757a981de05e8c3acb89ddf3.n1bB3eQk_0bL4FbxEh60KU-iulFw6Zdosq1sTOJJ73I.zA63ra1HsXSotR_cQ1iHGA3ljgMBr9QK8e4qG5RxqF_MFazlskerMqaKEw" | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#546 …} } | 
| 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() {#771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#170 …} $translationDomain: "validators" $message: Closure() {#742 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "hidden" "csrf_token" "_register__token" ] | 
| cache_key | "_register__token_hidden" | 
| compound | false | 
| data | "49a12707757a981de05e8c3acb89ddf3.n1bB3eQk_0bL4FbxEh60KU-iulFw6Zdosq1sTOJJ73I.zA63ra1HsXSotR_cQ1iHGA3ljgMBr9QK8e4qG5RxqF_MFazlskerMqaKEw" | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#781 -form: Symfony\Component\Form\Form {#777 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#772 …5} | 
| full_name | "register[_token]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "register__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 | "_register__token" | 
| valid | true | 
| value | "49a12707757a981de05e8c3acb89ddf3.n1bB3eQk_0bL4FbxEh60KU-iulFw6Zdosq1sTOJJ73I.zA63ra1HsXSotR_cQ1iHGA3ljgMBr9QK8e4qG5RxqF_MFazlskerMqaKEw" |