- Request / Response
- Performance
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- 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 {#517 -slugUsername: null -avatar: App\Entity\Photo {#368 …} -id: null -email: null -emailToken: null -username: null -roles: [ "ROLE_USER" ] -password: null -nom: null -code: null -nomPere: null -nomMere: null -lieuDeNaissance: null -dateNaissance: null -inscritLe: null -dateFinScolarite: null -numeroJugementSuppletif: null -dateJugementSuppletif: null -numeroExtrait: null -dateExtrait: null -prenom: null -sexe: null -nationalite: null -matriculeNational: null -estEtudiant: null -matriculeInterne: null -estSupprime: false -telephone: null -adresse: null -typeCompte: "Personnel" -nomComplet: null -mois: "072026" -annee: "2026" -nombreAvis: 0 -plainPassword: null -createdAt: DateTime @1784487975 {#364 date: 2026-07-19 19:06:15.845926 Etc/UTC (+00:00) } -qualification: null -description: null -disponibilite: null -enabled: null -gammeDePrix: null -mainDOeuvre: null -zoneDIntervention: null -domaineDActivite: null -estEmbassadeur: 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 {#517 -slugUsername: null -avatar: App\Entity\Photo {#368 …} -id: null -email: null -emailToken: null -username: null -roles: [ "ROLE_USER" ] -password: null -nom: null -code: null -nomPere: null -nomMere: null -lieuDeNaissance: null -dateNaissance: null -inscritLe: null -dateFinScolarite: null -numeroJugementSuppletif: null -dateJugementSuppletif: null -numeroExtrait: null -dateExtrait: null -prenom: null -sexe: null -nationalite: null -matriculeNational: null -estEtudiant: null -matriculeInterne: null -estSupprime: false -telephone: null -adresse: null -typeCompte: "Personnel" -nomComplet: null -mois: "072026" -annee: "2026" -nombreAvis: 0 -plainPassword: null -createdAt: DateTime @1784487975 {#364 date: 2026-07-19 19:06:15.845926 Etc/UTC (+00:00) } -qualification: null -description: null -disponibilite: null -enabled: null -gammeDePrix: null -mainDOeuvre: null -zoneDIntervention: null -domaineDActivite: null -estEmbassadeur: 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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data | App\Entity\AppUser {#517 -slugUsername: null -avatar: App\Entity\Photo {#368 …} -id: null -email: null -emailToken: null -username: null -roles: [ "ROLE_USER" ] -password: null -nom: null -code: null -nomPere: null -nomMere: null -lieuDeNaissance: null -dateNaissance: null -inscritLe: null -dateFinScolarite: null -numeroJugementSuppletif: null -dateJugementSuppletif: null -numeroExtrait: null -dateExtrait: null -prenom: null -sexe: null -nationalite: null -matriculeNational: null -estEtudiant: null -matriculeInterne: null -estSupprime: false -telephone: null -adresse: null -typeCompte: "Personnel" -nomComplet: null -mois: "072026" -annee: "2026" -nombreAvis: 0 -plainPassword: null -createdAt: DateTime @1784487975 {#364 date: 2026-07-19 19:06:15.845926 Etc/UTC (+00:00) } -qualification: null -description: null -disponibilite: null -enabled: null -gammeDePrix: null -mainDOeuvre: null -zoneDIntervention: null -domaineDActivite: null -estEmbassadeur: null } |
| data_class | "App\Entity\AppUser" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#431 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} 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() {#429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#430 …} } } |
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 {#517 -slugUsername: null -avatar: App\Entity\Photo {#368 …} -id: null -email: null -emailToken: null -username: null -roles: [ "ROLE_USER" ] -password: null -nom: null -code: null -nomPere: null -nomMere: null -lieuDeNaissance: null -dateNaissance: null -inscritLe: null -dateFinScolarite: null -numeroJugementSuppletif: null -dateJugementSuppletif: null -numeroExtrait: null -dateExtrait: null -prenom: null -sexe: null -nationalite: null -matriculeNational: null -estEtudiant: null -matriculeInterne: null -estSupprime: false -telephone: null -adresse: null -typeCompte: "Personnel" -nomComplet: null -mois: "072026" -annee: "2026" -nombreAvis: 0 -plainPassword: null -createdAt: DateTime @1784487975 {#364 date: 2026-07-19 19:06:15.845926 Etc/UTC (+00:00) } -qualification: null -description: null -disponibilite: null -enabled: null -gammeDePrix: null -mainDOeuvre: null -zoneDIntervention: null -domaineDActivite: null -estEmbassadeur: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1074 -form: Symfony\Component\Form\Form {#1030 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#428 …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 {#517 -slugUsername: null -avatar: App\Entity\Photo {#368 …} -id: null -email: null -emailToken: null -username: null -roles: [ "ROLE_USER" ] -password: null -nom: null -code: null -nomPere: null -nomMere: null -lieuDeNaissance: null -dateNaissance: null -inscritLe: null -dateFinScolarite: null -numeroJugementSuppletif: null -dateJugementSuppletif: null -numeroExtrait: null -dateExtrait: null -prenom: null -sexe: null -nationalite: null -matriculeNational: null -estEtudiant: null -matriculeInterne: null -estSupprime: false -telephone: null -adresse: null -typeCompte: "Personnel" -nomComplet: null -mois: "072026" -annee: "2026" -nombreAvis: 0 -plainPassword: null -createdAt: DateTime @1784487975 {#364 date: 2026-07-19 19:06:15.845926 Etc/UTC (+00:00) } -qualification: null -description: null -disponibilite: null -enabled: null -gammeDePrix: null -mainDOeuvre: null -zoneDIntervention: null -domaineDActivite: null -estEmbassadeur: 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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#542 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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() {#541 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#534 …} } } |
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 {#1101 -form: Symfony\Component\Form\Form {#1064 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1109 …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 | "" |
telephone
"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.telephone" |
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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#260 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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.telephone" |
| 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() {#361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#265 …} } } |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_telephone" ] |
| cache_key | "_registration_form_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1100 -form: Symfony\Component\Form\Form {#1068 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1097 …5} |
| full_name | "registration_form[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_telephone" |
| label | "user.telephone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_telephone" |
| 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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#347 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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() {#366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#375 …} } } |
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 {#1107 -form: Symfony\Component\Form\Form {#1071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1096 …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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#270 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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() {#371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#348 …} } } |
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 {#1021 -form: Symfony\Component\Form\Form {#1028 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#372 …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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1017 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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() {#425 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#443 …} } } |
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 {#1049 -form: Symfony\Component\Form\Form {#1053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#442 …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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1033 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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() {#1040 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#1034 …} } } |
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 {#1077 -form: Symfony\Component\Form\Form {#1056 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1082 …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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1046 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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() {#1048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#1047 …} } } |
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 {#1041 -form: Symfony\Component\Form\Form {#1059 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#558 …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 | "2299b5fa264a.S9Cu6MUWQU-xhYOy2U4Az2J6b1eR8uNRzRvBc6BP6ag.O7vGrLVeJjrf7Nz_6ChogSwKOxDLh7kOumu4QcwIv_d9j-yLt0EVO_fKxg" |
| 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 | "2299b5fa264a.S9Cu6MUWQU-xhYOy2U4Az2J6b1eR8uNRzRvBc6BP6ag.O7vGrLVeJjrf7Nz_6ChogSwKOxDLh7kOumu4QcwIv_d9j-yLt0EVO_fKxg" |
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 {#520 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#522 …} -namespace: Closure() {#524 …} } |
| data | "2299b5fa264a.S9Cu6MUWQU-xhYOy2U4Az2J6b1eR8uNRzRvBc6BP6ag.O7vGrLVeJjrf7Nz_6ChogSwKOxDLh7kOumu4QcwIv_d9j-yLt0EVO_fKxg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1122 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#386 …} } |
| 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() {#1127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#393 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#389 …} $translationDomain: "validators" $message: Closure() {#1120 …} } } |
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 | "2299b5fa264a.S9Cu6MUWQU-xhYOy2U4Az2J6b1eR8uNRzRvBc6BP6ag.O7vGrLVeJjrf7Nz_6ChogSwKOxDLh7kOumu4QcwIv_d9j-yLt0EVO_fKxg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1138 -form: Symfony\Component\Form\Form {#1134 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1129 …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 | "2299b5fa264a.S9Cu6MUWQU-xhYOy2U4Az2J6b1eR8uNRzRvBc6BP6ag.O7vGrLVeJjrf7Nz_6ChogSwKOxDLh7kOumu4QcwIv_d9j-yLt0EVO_fKxg" |