- Request / Response
- Performance
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 13
- Security
- Twig
- Doctrine
- E-mails
- 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
registration_form
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\AppUser {#306 -slugUsername: null -username: null -plainPassword: null -password: null -roles: [ "ROLE_USER" ] -sexe: null -boutique: null -avatar: App\Entity\Photo {#363 …} #id: null -nomprenoms: null -email: null -emailToken: null -nom: null -prenom: null -nomComplet: null -dateNaissance: null -contacts: null -adresse: null -matricule: null -salaire: null -numeroCNPS: null -vacataire: null -createdAt: DateTime @1777567895 {#369 date: 2026-04-30 16:51:35.579120 Etc/UTC (+00:00) } -updatedAt: null -filename: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\AppUser {#306 -slugUsername: null -username: null -plainPassword: null -password: null -roles: [ "ROLE_USER" ] -sexe: null -boutique: null -avatar: App\Entity\Photo {#363 …} #id: null -nomprenoms: null -email: null -emailToken: null -nom: null -prenom: null -nomComplet: null -dateNaissance: null -contacts: null -adresse: null -matricule: null -salaire: null -numeroCNPS: null -vacataire: null -createdAt: DateTime @1777567895 {#369 date: 2026-04-30 16:51:35.579120 Etc/UTC (+00:00) } -updatedAt: null -filename: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data | App\Entity\AppUser {#306 -slugUsername: null -username: null -plainPassword: null -password: null -roles: [ "ROLE_USER" ] -sexe: null -boutique: null -avatar: App\Entity\Photo {#363 …} #id: null -nomprenoms: null -email: null -emailToken: null -nom: null -prenom: null -nomComplet: null -dateNaissance: null -contacts: null -adresse: null -matricule: null -salaire: null -numeroCNPS: null -vacataire: null -createdAt: DateTime @1777567895 {#369 date: 2026-04-30 16:51:35.579120 Etc/UTC (+00:00) } -updatedAt: null -filename: null } |
| data_class | "App\Entity\AppUser" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#330 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} use: { $class: "App\Entity\AppUser" } } |
| error_bubbling | true |
| 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 | [] |
| 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() {#358 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#383 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\AppUser {#306 -slugUsername: null -username: null -plainPassword: null -password: null -roles: [ "ROLE_USER" ] -sexe: null -boutique: null -avatar: App\Entity\Photo {#363 …} #id: null -nomprenoms: null -email: null -emailToken: null -nom: null -prenom: null -nomComplet: null -dateNaissance: null -contacts: null -adresse: null -matricule: null -salaire: null -numeroCNPS: null -vacataire: null -createdAt: DateTime @1777567895 {#369 date: 2026-04-30 16:51:35.579120 Etc/UTC (+00:00) } -updatedAt: null -filename: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#879 -form: Symfony\Component\Form\Form {#835 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#356 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\AppUser {#306 -slugUsername: null -username: null -plainPassword: null -password: null -roles: [ "ROLE_USER" ] -sexe: null -boutique: null -avatar: App\Entity\Photo {#363 …} #id: null -nomprenoms: null -email: null -emailToken: null -nom: null -prenom: null -nomComplet: null -dateNaissance: null -contacts: null -adresse: null -matricule: null -salaire: null -numeroCNPS: null -vacataire: null -createdAt: DateTime @1777567895 {#369 date: 2026-04-30 16:51:35.579120 Etc/UTC (+00:00) } -updatedAt: null -filename: null } |
"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 | [ "maxlength" => 180 "class" => "form-control" ] |
[ "maxlength" => 180 "class" => "form-control" ] |
| label | "user.email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| attr | [ "maxlength" => 180 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#350 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | false |
| 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 | "user.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#349 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 180 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_email" ] |
| cache_key | "_registration_form_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#905 -form: Symfony\Component\Form\Form {#869 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#911 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | "user.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 | "_registration_form_email" |
| valid | true |
| value | "" |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
[ "maxlength" => 255 "class" => "form-control" ] |
| label | "user.username" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | false |
| 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 | "user.username" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#313 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#343 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_username" ] |
| cache_key | "_registration_form_username_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#902 -form: Symfony\Component\Form\Form {#873 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#912 …5} |
| full_name | "registration_form[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_username" |
| label | "user.username" |
| 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 | "_registration_form_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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
[ "maxlength" => 255 "class" => "form-control" ] |
| label | "user.nom" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#642 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | false |
| 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 | "user.nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#640 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#641 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_nom" ] |
| cache_key | "_registration_form_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#913 -form: Symfony\Component\Form\Form {#876 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#901 …5} |
| full_name | "registration_form[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_nom" |
| label | "user.nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_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 |
|---|---|---|
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
[ "maxlength" => 255 "class" => "form-control" ] |
| label | "user.prenom" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | false |
| 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 | "user.prenom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#650 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_prenom" ] |
| cache_key | "_registration_form_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#826 -form: Symfony\Component\Form\Form {#833 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#333 …5} |
| full_name | "registration_form[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_prenom" |
| label | "user.prenom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_prenom" |
| 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" => "user.password" ] |
[ "label" => "user.password" ] |
| invalid_message | "user.invalid_password_message" |
same as passed value |
| options | [ "attr" => [ "class" => "password-field form-control" ] ] |
[ "attr" => [ "class" => "password-field form-control" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "user.repeat_password" ] |
[ "label" => "user.repeat_password" ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#322 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| first_name | "first" |
| first_options | [ "label" => "user.password" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "user.invalid_password_message" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [ "attr" => [ "class" => "password-field form-control" ] ] |
| 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" => "user.repeat_password" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#798 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#351 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#854 -form: Symfony\Component\Form\Form {#858 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#319 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_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 | "_registration_form_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 |
|---|---|---|
| attr | [ "class" => "password-field form-control" ] |
[ "class" => "password-field form-control" ] |
| error_bubbling | false |
false
|
| label | "user.password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "password-field form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#838 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | false |
| 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 | "user.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#839 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "password-field form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
| cache_key | "_registration_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#882 -form: Symfony\Component\Form\Form {#861 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#887 …5} |
| full_name | "registration_form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_first" |
| label | "user.password" |
| 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 | "_registration_form_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 |
|---|---|---|
| attr | [ "class" => "password-field form-control" ] |
[ "class" => "password-field form-control" ] |
| error_bubbling | false |
false
|
| label | "user.repeat_password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "password-field form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#851 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | false |
| 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 | "user.repeat_password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#852 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "password-field form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
| cache_key | "_registration_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#846 -form: Symfony\Component\Form\Form {#864 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#657 …5} |
| full_name | "registration_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_second" |
| label | "user.repeat_password" |
| 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 | "_registration_form_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 | "bb.Qfmslwn3Ie0j7HhpVT8UNPBFOHHoxVTn2d6XXvshnrc.eZ7Kol67S6lZugktBxJtU58ibDimlTzXuKnlLbdA_P0Q1N_6W6hIrEGlPQ" |
| 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 | "bb.Qfmslwn3Ie0j7HhpVT8UNPBFOHHoxVTn2d6XXvshnrc.eZ7Kol67S6lZugktBxJtU58ibDimlTzXuKnlLbdA_P0Q1N_6W6hIrEGlPQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | 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 {#545 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#546 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#549 …} } |
| data | "bb.Qfmslwn3Ie0j7HhpVT8UNPBFOHHoxVTn2d6XXvshnrc.eZ7Kol67S6lZugktBxJtU58ibDimlTzXuKnlLbdA_P0Q1N_6W6hIrEGlPQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#927 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#320 …} } |
| error_bubbling | true |
| 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 | [] |
| 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() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#542 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#528 …} $translationDomain: "validators" $message: Closure() {#925 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "bb.Qfmslwn3Ie0j7HhpVT8UNPBFOHHoxVTn2d6XXvshnrc.eZ7Kol67S6lZugktBxJtU58ibDimlTzXuKnlLbdA_P0Q1N_6W6hIrEGlPQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#943 -form: Symfony\Component\Form\Form {#939 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#934 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__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 | "_registration_form__token" |
| valid | true |
| value | "bb.Qfmslwn3Ie0j7HhpVT8UNPBFOHHoxVTn2d6XXvshnrc.eZ7Kol67S6lZugktBxJtU58ibDimlTzXuKnlLbdA_P0Q1N_6W6hIrEGlPQ" |