- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 11
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
registration_form
"App\Form\RegistrationFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#287 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -nom: null -prenom: null -tel: null -civilite: null -status: true -created_at: DateTime @1748637575 {#192 date: 2025-05-30 20:39:35.006251 UTC (+00:00) } -updated_at: null -pays: null -loginattemps: Doctrine\Common\Collections\ArrayCollection {#410 …} -trackings: Doctrine\Common\Collections\ArrayCollection {#213 …} -evenements: Doctrine\Common\Collections\ArrayCollection {#446 …} -news: Doctrine\Common\Collections\ArrayCollection {#447 …} -formations: Doctrine\Common\Collections\ArrayCollection {#448 …} -chapitresFormation: Doctrine\Common\Collections\ArrayCollection {#449 …} -fichierFormations: Doctrine\Common\Collections\ArrayCollection {#450 …} -videos: Doctrine\Common\Collections\ArrayCollection {#451 …} -resetPasswords: Doctrine\Common\Collections\ArrayCollection {#452 …} -newsletterTypeUsers: Doctrine\Common\Collections\ArrayCollection {#453 …} -avatar: null -packages: Doctrine\Common\Collections\ArrayCollection {#454 …} -souscriptions: Doctrine\Common\Collections\ArrayCollection {#455 …} -factures: Doctrine\Common\Collections\ArrayCollection {#456 …} -userSubscriptions: Doctrine\Common\Collections\ArrayCollection {#457 …} -profil: null -societe: null -categorie: null -updates: Doctrine\Common\Collections\ArrayCollection {#458 …} -bookmarks: Doctrine\Common\Collections\ArrayCollection {#459 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#287 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -nom: null -prenom: null -tel: null -civilite: null -status: true -created_at: DateTime @1748637575 {#192 date: 2025-05-30 20:39:35.006251 UTC (+00:00) } -updated_at: null -pays: null -loginattemps: Doctrine\Common\Collections\ArrayCollection {#410 …} -trackings: Doctrine\Common\Collections\ArrayCollection {#213 …} -evenements: Doctrine\Common\Collections\ArrayCollection {#446 …} -news: Doctrine\Common\Collections\ArrayCollection {#447 …} -formations: Doctrine\Common\Collections\ArrayCollection {#448 …} -chapitresFormation: Doctrine\Common\Collections\ArrayCollection {#449 …} -fichierFormations: Doctrine\Common\Collections\ArrayCollection {#450 …} -videos: Doctrine\Common\Collections\ArrayCollection {#451 …} -resetPasswords: Doctrine\Common\Collections\ArrayCollection {#452 …} -newsletterTypeUsers: Doctrine\Common\Collections\ArrayCollection {#453 …} -avatar: null -packages: Doctrine\Common\Collections\ArrayCollection {#454 …} -souscriptions: Doctrine\Common\Collections\ArrayCollection {#455 …} -factures: Doctrine\Common\Collections\ArrayCollection {#456 …} -userSubscriptions: Doctrine\Common\Collections\ArrayCollection {#457 …} -profil: null -societe: null -categorie: null -updates: Doctrine\Common\Collections\ArrayCollection {#458 …} -bookmarks: Doctrine\Common\Collections\ArrayCollection {#459 …} } |
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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data | App\Entity\User {#287 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -nom: null -prenom: null -tel: null -civilite: null -status: true -created_at: DateTime @1748637575 {#192 date: 2025-05-30 20:39:35.006251 UTC (+00:00) } -updated_at: null -pays: null -loginattemps: Doctrine\Common\Collections\ArrayCollection {#410 …} -trackings: Doctrine\Common\Collections\ArrayCollection {#213 …} -evenements: Doctrine\Common\Collections\ArrayCollection {#446 …} -news: Doctrine\Common\Collections\ArrayCollection {#447 …} -formations: Doctrine\Common\Collections\ArrayCollection {#448 …} -chapitresFormation: Doctrine\Common\Collections\ArrayCollection {#449 …} -fichierFormations: Doctrine\Common\Collections\ArrayCollection {#450 …} -videos: Doctrine\Common\Collections\ArrayCollection {#451 …} -resetPasswords: Doctrine\Common\Collections\ArrayCollection {#452 …} -newsletterTypeUsers: Doctrine\Common\Collections\ArrayCollection {#453 …} -avatar: null -packages: Doctrine\Common\Collections\ArrayCollection {#454 …} -souscriptions: Doctrine\Common\Collections\ArrayCollection {#455 …} -factures: Doctrine\Common\Collections\ArrayCollection {#456 …} -userSubscriptions: Doctrine\Common\Collections\ArrayCollection {#457 …} -profil: null -societe: null -categorie: null -updates: Doctrine\Common\Collections\ArrayCollection {#458 …} -bookmarks: Doctrine\Common\Collections\ArrayCollection {#459 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#597 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} 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() {#599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#598 …} } } |
validation_groups | null |
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\User {#287 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -nom: null -prenom: null -tel: null -civilite: null -status: true -created_at: DateTime @1748637575 {#192 date: 2025-05-30 20:39:35.006251 UTC (+00:00) } -updated_at: null -pays: null -loginattemps: Doctrine\Common\Collections\ArrayCollection {#410 …} -trackings: Doctrine\Common\Collections\ArrayCollection {#213 …} -evenements: Doctrine\Common\Collections\ArrayCollection {#446 …} -news: Doctrine\Common\Collections\ArrayCollection {#447 …} -formations: Doctrine\Common\Collections\ArrayCollection {#448 …} -chapitresFormation: Doctrine\Common\Collections\ArrayCollection {#449 …} -fichierFormations: Doctrine\Common\Collections\ArrayCollection {#450 …} -videos: Doctrine\Common\Collections\ArrayCollection {#451 …} -resetPasswords: Doctrine\Common\Collections\ArrayCollection {#452 …} -newsletterTypeUsers: Doctrine\Common\Collections\ArrayCollection {#453 …} -avatar: null -packages: Doctrine\Common\Collections\ArrayCollection {#454 …} -souscriptions: Doctrine\Common\Collections\ArrayCollection {#455 …} -factures: Doctrine\Common\Collections\ArrayCollection {#456 …} -userSubscriptions: Doctrine\Common\Collections\ArrayCollection {#457 …} -profil: null -societe: null -categorie: null -updates: Doctrine\Common\Collections\ArrayCollection {#458 …} -bookmarks: Doctrine\Common\Collections\ArrayCollection {#459 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#797 -form: Symfony\Component\Form\Form {#803 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#600 …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\User {#287 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -nom: null -prenom: null -tel: null -civilite: null -status: true -created_at: DateTime @1748637575 {#192 date: 2025-05-30 20:39:35.006251 UTC (+00:00) } -updated_at: null -pays: null -loginattemps: Doctrine\Common\Collections\ArrayCollection {#410 …} -trackings: Doctrine\Common\Collections\ArrayCollection {#213 …} -evenements: Doctrine\Common\Collections\ArrayCollection {#446 …} -news: Doctrine\Common\Collections\ArrayCollection {#447 …} -formations: Doctrine\Common\Collections\ArrayCollection {#448 …} -chapitresFormation: Doctrine\Common\Collections\ArrayCollection {#449 …} -fichierFormations: Doctrine\Common\Collections\ArrayCollection {#450 …} -videos: Doctrine\Common\Collections\ArrayCollection {#451 …} -resetPasswords: Doctrine\Common\Collections\ArrayCollection {#452 …} -newsletterTypeUsers: Doctrine\Common\Collections\ArrayCollection {#453 …} -avatar: null -packages: Doctrine\Common\Collections\ArrayCollection {#454 …} -souscriptions: Doctrine\Common\Collections\ArrayCollection {#455 …} -factures: Doctrine\Common\Collections\ArrayCollection {#456 …} -userSubscriptions: Doctrine\Common\Collections\ArrayCollection {#457 …} -profil: null -societe: null -categorie: null -updates: Doctrine\Common\Collections\ArrayCollection {#458 …} -bookmarks: Doctrine\Common\Collections\ArrayCollection {#459 …} } |
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 | [ "class" => "h-lg" ] |
[ "class" => "h-lg" ] |
label | "Nom de famille" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "h-lg" ] |
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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#613 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} } |
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 | "Nom de famille" |
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() {#615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#614 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "h-lg" ] |
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 {#765 -form: Symfony\Component\Form\Form {#806 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#781 …5} |
full_name | "registration_form[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_nom" |
label | "Nom de famille" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_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 | [ "class" => "h-lg" ] |
[ "class" => "h-lg" ] |
label | "Prénom" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "h-lg" ] |
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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#623 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "h-lg" ] |
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 {#660 -form: Symfony\Component\Form\Form {#809 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#639 …5} |
full_name | "registration_form[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_prenom" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_prenom" |
valid | true |
value | "" |
tel
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "h-lg" ] |
[ "class" => "h-lg" ] |
label | "Numéro de téléphone" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "h-lg" ] |
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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} } |
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 | "Numéro de téléphone" |
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() {#638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#635 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_registration_form_tel" ] |
cache_key | "_registration_form_tel_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#625 -form: Symfony\Component\Form\Form {#812 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#616 …5} |
full_name | "registration_form[tel]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_tel" |
label | "Numéro de téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tel" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_tel" |
valid | true |
value | "" |
civilite
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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" => "h-lg" ] |
[ "class" => "h-lg" ] |
choices | [ "Monsieur" => 0 "Madame" => 1 "Mademoiselle" => 2 ] |
[ "Monsieur" => 0 "Madame" => 1 "Mademoiselle" => 2 ] |
label | "Civilité" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Monsieur" => 0 "Madame" => 1 "Mademoiselle" => 2 ] |
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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | 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 | "Civilité" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#658 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#657 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_registration_form_civilite" ] |
cache_key | "_registration_form_civilite_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#858 +label: "Monsieur" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#859 +label: "Madame" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#860 +label: "Mademoiselle" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#855 -form: Symfony\Component\Form\Form {#815 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#857 …5} |
full_name | "registration_form[civilite]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_civilite" |
is_selected | Closure($choice, $value) {#888 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#644 …} } |
label | "Civilité" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civilite" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_civilite" |
valid | true |
value | "" |
pays
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "h-lg" ] |
[ "class" => "h-lg" ] |
choice_label | "nompays" |
same as passed value |
class | "App\Entity\Pays" |
same as passed value |
label | "Pays" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "nompays" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#762 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#682 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#763 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#764 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#685 -om: ContainerUkjod0k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#734 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Pays" |
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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
em | ContainerUkjod0k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#685 -om: ContainerUkjod0k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#734 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Pays" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#679 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_registration_form_pays" ] |
cache_key | "_registration_form_pays_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#901 +label: "Afghanistan" +value: "1" +data: App\Entity\Pays {#956 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#899 +label: "Albania" +value: "2" +data: App\Entity\Pays {#1031 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#923 +label: "Algeria" +value: "3" +data: App\Entity\Pays {#1037 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#931 +label: "Andorra" +value: "4" +data: App\Entity\Pays {#1043 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#900 +label: "Angola" +value: "5" +data: App\Entity\Pays {#1048 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#921 +label: "Antigua and Barbuda" +value: "6" +data: App\Entity\Pays {#1053 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#915 +label: "Argentina" +value: "7" +data: App\Entity\Pays {#1059 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#925 +label: "Armenia" +value: "8" +data: App\Entity\Pays {#1065 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#902 +label: "Australia" +value: "9" +data: App\Entity\Pays {#1070 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#914 +label: "Austria" +value: "10" +data: App\Entity\Pays {#1076 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2403 +label: "Azerbaijan" +value: "11" +data: App\Entity\Pays {#1081 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "Bahamas, The" +value: "12" +data: App\Entity\Pays {#1086 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "Bahrain" +value: "13" +data: App\Entity\Pays {#1091 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "Bangladesh" +value: "14" +data: App\Entity\Pays {#1096 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "Barbados" +value: "15" +data: App\Entity\Pays {#1101 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "Belarus" +value: "16" +data: App\Entity\Pays {#1106 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "Belgium" +value: "17" +data: App\Entity\Pays {#1111 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "Belize" +value: "18" +data: App\Entity\Pays {#1116 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "Benin" +value: "19" +data: App\Entity\Pays {#1121 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "Bhutan" +value: "20" +data: App\Entity\Pays {#1126 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "Bolivia" +value: "21" +data: App\Entity\Pays {#1131 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "Bosnia and Herzegovina" +value: "22" +data: App\Entity\Pays {#1136 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "Botswana" +value: "23" +data: App\Entity\Pays {#1141 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "Brazil" +value: "24" +data: App\Entity\Pays {#1146 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "Brunei" +value: "25" +data: App\Entity\Pays {#1151 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2418 +label: "Bulgaria" +value: "26" +data: App\Entity\Pays {#1156 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2419 +label: "Burkina Faso" +value: "27" +data: App\Entity\Pays {#1161 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "Burundi" +value: "28" +data: App\Entity\Pays {#1166 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "Cambodia" +value: "29" +data: App\Entity\Pays {#1171 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Cameroon" +value: "30" +data: App\Entity\Pays {#1176 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "Canada" +value: "31" +data: App\Entity\Pays {#1181 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "Cape Verde" +value: "32" +data: App\Entity\Pays {#1186 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "Central African Republic" +value: "33" +data: App\Entity\Pays {#1191 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "Chad" +value: "34" +data: App\Entity\Pays {#1196 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "Chile" +value: "35" +data: App\Entity\Pays {#1201 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "China, People s Republic of" +value: "36" +data: App\Entity\Pays {#1206 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "Colombia" +value: "37" +data: App\Entity\Pays {#1211 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "Comoros" +value: "38" +data: App\Entity\Pays {#1216 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "Congo, Democratic Republic of the (Congo – Kinshasa)" +value: "39" +data: App\Entity\Pays {#1221 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "Congo, Republic of the (Congo – Brazzaville)" +value: "40" +data: App\Entity\Pays {#1226 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "Costa Rica" +value: "41" +data: App\Entity\Pays {#1231 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "Cote d Ivoire (Ivory Coast)" +value: "42" +data: App\Entity\Pays {#1236 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "Croatia" +value: "43" +data: App\Entity\Pays {#1241 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "Cuba" +value: "44" +data: App\Entity\Pays {#1246 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "Cyprus" +value: "45" +data: App\Entity\Pays {#1251 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "Czech Republic" +value: "46" +data: App\Entity\Pays {#1256 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "Denmark" +value: "47" +data: App\Entity\Pays {#1261 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "Djibouti" +value: "48" +data: App\Entity\Pays {#1266 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "Dominica" +value: "49" +data: App\Entity\Pays {#1271 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "Dominican Republic" +value: "50" +data: App\Entity\Pays {#1276 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "Ecuador" +value: "51" +data: App\Entity\Pays {#1281 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "Egypt" +value: "52" +data: App\Entity\Pays {#1286 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "El Salvador" +value: "53" +data: App\Entity\Pays {#1291 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "Equatorial Guinea" +value: "54" +data: App\Entity\Pays {#1296 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "Eritrea" +value: "55" +data: App\Entity\Pays {#1301 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "Estonia" +value: "56" +data: App\Entity\Pays {#1306 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "Ethiopia" +value: "57" +data: App\Entity\Pays {#1311 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "Fiji" +value: "58" +data: App\Entity\Pays {#1316 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "Finland" +value: "59" +data: App\Entity\Pays {#1321 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "France" +value: "60" +data: App\Entity\Pays {#1326 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "Gabon" +value: "61" +data: App\Entity\Pays {#1331 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "Gambia, The" +value: "62" +data: App\Entity\Pays {#1336 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +label: "Georgia" +value: "63" +data: App\Entity\Pays {#1341 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +label: "Germany" +value: "64" +data: App\Entity\Pays {#1346 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "Ghana" +value: "65" +data: App\Entity\Pays {#1351 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +label: "Greece" +value: "66" +data: App\Entity\Pays {#1356 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +label: "Grenada" +value: "67" +data: App\Entity\Pays {#1361 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "Guatemala" +value: "68" +data: App\Entity\Pays {#1366 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "Guinea" +value: "69" +data: App\Entity\Pays {#1371 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +label: "Guinea-Bissau" +value: "70" +data: App\Entity\Pays {#1376 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "Guyana" +value: "71" +data: App\Entity\Pays {#1381 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "Haiti" +value: "72" +data: App\Entity\Pays {#1386 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "Honduras" +value: "73" +data: App\Entity\Pays {#1391 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "Hungary" +value: "74" +data: App\Entity\Pays {#1396 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "Iceland" +value: "75" +data: App\Entity\Pays {#1401 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "India" +value: "76" +data: App\Entity\Pays {#1406 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "Indonesia" +value: "77" +data: App\Entity\Pays {#1411 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "Iran" +value: "78" +data: App\Entity\Pays {#1416 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "Iraq" +value: "79" +data: App\Entity\Pays {#1421 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "Ireland" +value: "80" +data: App\Entity\Pays {#1426 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "Israel" +value: "81" +data: App\Entity\Pays {#1431 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "Italy" +value: "82" +data: App\Entity\Pays {#1436 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "Jamaica" +value: "83" +data: App\Entity\Pays {#1441 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "Japan" +value: "84" +data: App\Entity\Pays {#1446 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +label: "Jordan" +value: "85" +data: App\Entity\Pays {#1451 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +label: "Kazakhstan" +value: "86" +data: App\Entity\Pays {#1456 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "Kenya" +value: "87" +data: App\Entity\Pays {#1461 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +label: "Kiribati" +value: "88" +data: App\Entity\Pays {#1466 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2481 +label: "Korea, Democratic People s Republic of (North Korea)" +value: "89" +data: App\Entity\Pays {#1471 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +label: "Korea, Republic of (South Korea)" +value: "90" +data: App\Entity\Pays {#1476 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +label: "Kuwait" +value: "91" +data: App\Entity\Pays {#1481 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "Kyrgyzstan" +value: "92" +data: App\Entity\Pays {#1486 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "Laos" +value: "93" +data: App\Entity\Pays {#1491 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "Latvia" +value: "94" +data: App\Entity\Pays {#1496 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "Lebanon" +value: "95" +data: App\Entity\Pays {#1501 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "Lesotho" +value: "96" +data: App\Entity\Pays {#1506 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "Liberia" +value: "97" +data: App\Entity\Pays {#1511 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "Libya" +value: "98" +data: App\Entity\Pays {#1516 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +label: "Liechtenstein" +value: "99" +data: App\Entity\Pays {#1521 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +label: "Lithuania" +value: "100" +data: App\Entity\Pays {#1526 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "Luxembourg" +value: "101" +data: App\Entity\Pays {#1531 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "Macedonia" +value: "102" +data: App\Entity\Pays {#1536 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "Madagascar" +value: "103" +data: App\Entity\Pays {#1541 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "Malawi" +value: "104" +data: App\Entity\Pays {#1546 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "Malaysia" +value: "105" +data: App\Entity\Pays {#1551 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "Maldives" +value: "106" +data: App\Entity\Pays {#1556 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "Mali" +value: "107" +data: App\Entity\Pays {#1561 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "Malta" +value: "108" +data: App\Entity\Pays {#1566 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "Marshall Islands" +value: "109" +data: App\Entity\Pays {#1571 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "Mauritania" +value: "110" +data: App\Entity\Pays {#1576 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "Mauritius" +value: "111" +data: App\Entity\Pays {#1581 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +label: "Mexico" +value: "112" +data: App\Entity\Pays {#1586 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +label: "Micronesia" +value: "113" +data: App\Entity\Pays {#1591 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2506 +label: "Moldova" +value: "114" +data: App\Entity\Pays {#1596 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2507 +label: "Monaco" +value: "115" +data: App\Entity\Pays {#1601 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2508 +label: "Mongolia" +value: "116" +data: App\Entity\Pays {#1606 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2509 +label: "Montenegro" +value: "117" +data: App\Entity\Pays {#1611 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2510 +label: "Morocco" +value: "118" +data: App\Entity\Pays {#1616 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2511 +label: "Mozambique" +value: "119" +data: App\Entity\Pays {#1621 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +label: "Myanmar (Burma)" +value: "120" +data: App\Entity\Pays {#1626 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2513 +label: "Namibia" +value: "121" +data: App\Entity\Pays {#1631 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +label: "Nauru" +value: "122" +data: App\Entity\Pays {#1636 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2515 +label: "Nepal" +value: "123" +data: App\Entity\Pays {#1641 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +label: "Netherlands" +value: "124" +data: App\Entity\Pays {#1646 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +label: "New Zealand" +value: "125" +data: App\Entity\Pays {#1651 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +label: "Nicaragua" +value: "126" +data: App\Entity\Pays {#1656 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +label: "Niger" +value: "127" +data: App\Entity\Pays {#1661 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +label: "Nigeria" +value: "128" +data: App\Entity\Pays {#1666 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2521 +label: "Norway" +value: "129" +data: App\Entity\Pays {#1671 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2522 +label: "Oman" +value: "130" +data: App\Entity\Pays {#1676 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2523 +label: "Pakistan" +value: "131" +data: App\Entity\Pays {#1681 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2524 +label: "Palau" +value: "132" +data: App\Entity\Pays {#1686 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2525 +label: "Panama" +value: "133" +data: App\Entity\Pays {#1691 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2526 +label: "Papua New Guinea" +value: "134" +data: App\Entity\Pays {#1696 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +label: "Paraguay" +value: "135" +data: App\Entity\Pays {#1701 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2528 +label: "Peru" +value: "136" +data: App\Entity\Pays {#1706 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2529 +label: "Philippines" +value: "137" +data: App\Entity\Pays {#1711 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "Poland" +value: "138" +data: App\Entity\Pays {#1716 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +label: "Portugal" +value: "139" +data: App\Entity\Pays {#1721 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "Qatar" +value: "140" +data: App\Entity\Pays {#1726 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2533 +label: "Romania" +value: "141" +data: App\Entity\Pays {#1731 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2534 +label: "Russia" +value: "142" +data: App\Entity\Pays {#1736 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2535 +label: "Rwanda" +value: "143" +data: App\Entity\Pays {#1741 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "Saint Kitts and Nevis" +value: "144" +data: App\Entity\Pays {#1746 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2537 +label: "Saint Lucia" +value: "145" +data: App\Entity\Pays {#1751 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +label: "Saint Vincent and the Grenadines" +value: "146" +data: App\Entity\Pays {#1756 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2539 +label: "Samoa" +value: "147" +data: App\Entity\Pays {#1761 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +label: "San Marino" +value: "148" +data: App\Entity\Pays {#1766 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2541 +label: "Sao Tome and Principe" +value: "149" +data: App\Entity\Pays {#1771 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2542 +label: "Saudi Arabia" +value: "150" +data: App\Entity\Pays {#1776 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +label: "Senegal" +value: "151" +data: App\Entity\Pays {#1781 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +label: "Serbia" +value: "152" +data: App\Entity\Pays {#1786 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "Seychelles" +value: "153" +data: App\Entity\Pays {#1791 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +label: "Sierra Leone" +value: "154" +data: App\Entity\Pays {#1796 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2547 +label: "Singapore" +value: "155" +data: App\Entity\Pays {#1801 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "Slovakia" +value: "156" +data: App\Entity\Pays {#1806 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2549 +label: "Slovenia" +value: "157" +data: App\Entity\Pays {#1811 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2550 +label: "Solomon Islands" +value: "158" +data: App\Entity\Pays {#1816 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "Somalia" +value: "159" +data: App\Entity\Pays {#1821 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2552 +label: "South Africa" +value: "160" +data: App\Entity\Pays {#1826 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +label: "Spain" +value: "161" +data: App\Entity\Pays {#1831 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "Sri Lanka" +value: "162" +data: App\Entity\Pays {#1836 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "Sudan" +value: "163" +data: App\Entity\Pays {#1841 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "Suriname" +value: "164" +data: App\Entity\Pays {#1846 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "Swaziland" +value: "165" +data: App\Entity\Pays {#1851 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "Sweden" +value: "166" +data: App\Entity\Pays {#1856 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "Switzerland" +value: "167" +data: App\Entity\Pays {#1861 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "Syria" +value: "168" +data: App\Entity\Pays {#1866 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "Tajikistan" +value: "169" +data: App\Entity\Pays {#1871 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "Tanzania" +value: "170" +data: App\Entity\Pays {#1876 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +label: "Thailand" +value: "171" +data: App\Entity\Pays {#1881 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "Timor-Leste (East Timor)" +value: "172" +data: App\Entity\Pays {#1886 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +label: "Togo" +value: "173" +data: App\Entity\Pays {#1891 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +label: "Tonga" +value: "174" +data: App\Entity\Pays {#1896 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +label: "Trinidad and Tobago" +value: "175" +data: App\Entity\Pays {#1901 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +label: "Tunisia" +value: "176" +data: App\Entity\Pays {#1906 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +label: "Turkey" +value: "177" +data: App\Entity\Pays {#1911 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +label: "Turkmenistan" +value: "178" +data: App\Entity\Pays {#1916 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +label: "Tuvalu" +value: "179" +data: App\Entity\Pays {#1921 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "Uganda" +value: "180" +data: App\Entity\Pays {#1926 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +label: "Ukraine" +value: "181" +data: App\Entity\Pays {#1931 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +label: "United Arab Emirates" +value: "182" +data: App\Entity\Pays {#1936 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "United Kingdom" +value: "183" +data: App\Entity\Pays {#1941 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "United States" +value: "184" +data: App\Entity\Pays {#1946 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "Uruguay" +value: "185" +data: App\Entity\Pays {#1951 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "Uzbekistan" +value: "186" +data: App\Entity\Pays {#1956 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +label: "Vanuatu" +value: "187" +data: App\Entity\Pays {#1961 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "Vatican City" +value: "188" +data: App\Entity\Pays {#1966 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2581 +label: "Venezuela" +value: "189" +data: App\Entity\Pays {#1971 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +label: "Vietnam" +value: "190" +data: App\Entity\Pays {#1976 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +label: "Yemen" +value: "191" +data: App\Entity\Pays {#1981 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2584 +label: "Zambia" +value: "192" +data: App\Entity\Pays {#1986 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2585 +label: "Zimbabwe" +value: "193" +data: App\Entity\Pays {#1991 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2586 +label: "Abkhazia" +value: "194" +data: App\Entity\Pays {#1996 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2587 +label: "China, Republic of (Taiwan)" +value: "195" +data: App\Entity\Pays {#2001 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +label: "Nagorno-Karabakh" +value: "196" +data: App\Entity\Pays {#2006 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +label: "Northern Cyprus" +value: "197" +data: App\Entity\Pays {#2011 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +label: "Pridnestrovie (Transnistria)" +value: "198" +data: App\Entity\Pays {#2016 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +label: "Somaliland" +value: "199" +data: App\Entity\Pays {#2021 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +label: "South Ossetia" +value: "200" +data: App\Entity\Pays {#2026 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2593 +label: "Ashmore and Cartier Islands" +value: "201" +data: App\Entity\Pays {#2031 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2594 +label: "Christmas Island" +value: "202" +data: App\Entity\Pays {#2036 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +label: "Cocos (Keeling) Islands" +value: "203" +data: App\Entity\Pays {#2041 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +label: "Coral Sea Islands" +value: "204" +data: App\Entity\Pays {#2046 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +label: "Heard Island and McDonald Islands" +value: "205" +data: App\Entity\Pays {#2051 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "Norfolk Island" +value: "206" +data: App\Entity\Pays {#2057 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +label: "New Caledonia" +value: "207" +data: App\Entity\Pays {#2062 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "French Polynesia" +value: "208" +data: App\Entity\Pays {#2067 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +label: "Mayotte" +value: "209" +data: App\Entity\Pays {#2072 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +label: "Saint Barthelemy" +value: "210" +data: App\Entity\Pays {#2077 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +label: "Saint Martin" +value: "211" +data: App\Entity\Pays {#2082 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +label: "Saint Pierre and Miquelon" +value: "212" +data: App\Entity\Pays {#2087 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +label: "Wallis and Futuna" +value: "213" +data: App\Entity\Pays {#2092 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +label: "French Southern and Antarctic Lands" +value: "214" +data: App\Entity\Pays {#2097 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +label: "Clipperton Island" +value: "215" +data: App\Entity\Pays {#2102 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +label: "Bouvet Island" +value: "216" +data: App\Entity\Pays {#2107 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +label: "Cook Islands" +value: "217" +data: App\Entity\Pays {#2112 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: "Niue" +value: "218" +data: App\Entity\Pays {#2117 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +label: "Tokelau" +value: "219" +data: App\Entity\Pays {#2122 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2612 +label: "Guernsey" +value: "220" +data: App\Entity\Pays {#2127 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2613 +label: "Isle of Man" +value: "221" +data: App\Entity\Pays {#2132 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2614 +label: "Jersey" +value: "222" +data: App\Entity\Pays {#2137 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2615 +label: "Anguilla" +value: "223" +data: App\Entity\Pays {#2142 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +label: "Bermuda" +value: "224" +data: App\Entity\Pays {#2147 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2617 +label: "British Indian Ocean Territory" +value: "225" +data: App\Entity\Pays {#2152 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2618 +label: "British Sovereign Base Areas" +value: "226" +data: App\Entity\Pays {#2157 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2619 +label: "British Virgin Islands" +value: "227" +data: App\Entity\Pays {#2163 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2620 +label: "Cayman Islands" +value: "228" +data: App\Entity\Pays {#2168 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +label: "Falkland Islands (Islas Malvinas)" +value: "229" +data: App\Entity\Pays {#2173 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +label: "Gibraltar" +value: "230" +data: App\Entity\Pays {#2178 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2623 +label: "Montserrat" +value: "231" +data: App\Entity\Pays {#2183 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2624 +label: "Pitcairn Islands" +value: "232" +data: App\Entity\Pays {#2188 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2625 +label: "Saint Helena" +value: "233" +data: App\Entity\Pays {#2193 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2626 +label: "South Georgia and the South Sandwich Islands" +value: "234" +data: App\Entity\Pays {#2198 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2627 +label: "Turks and Caicos Islands" +value: "235" +data: App\Entity\Pays {#2203 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2628 +label: "Northern Mariana Islands" +value: "236" +data: App\Entity\Pays {#2208 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2629 +label: "Puerto Rico" +value: "237" +data: App\Entity\Pays {#2213 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2630 +label: "American Samoa" +value: "238" +data: App\Entity\Pays {#2218 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +label: "Baker Island" +value: "239" +data: App\Entity\Pays {#2223 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +label: "Guam" +value: "240" +data: App\Entity\Pays {#2228 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +label: "Howland Island" +value: "241" +data: App\Entity\Pays {#2233 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2634 +label: "Jarvis Island" +value: "242" +data: App\Entity\Pays {#2238 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2635 +label: "Johnston Atoll" +value: "243" +data: App\Entity\Pays {#2243 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "Kingman Reef" +value: "244" +data: App\Entity\Pays {#2248 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2637 +label: "Midway Islands" +value: "245" +data: App\Entity\Pays {#2253 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +label: "Navassa Island" +value: "246" +data: App\Entity\Pays {#2258 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "Palmyra Atoll" +value: "247" +data: App\Entity\Pays {#2263 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "U.S. Virgin Islands" +value: "248" +data: App\Entity\Pays {#2268 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +label: "Wake Island" +value: "249" +data: App\Entity\Pays {#2273 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +label: "Hong Kong" +value: "250" +data: App\Entity\Pays {#2278 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +label: "Macau" +value: "251" +data: App\Entity\Pays {#2283 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +label: "Faroe Islands" +value: "252" +data: App\Entity\Pays {#2288 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2645 +label: "Greenland" +value: "253" +data: App\Entity\Pays {#2293 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2646 +label: "French Guiana" +value: "254" +data: App\Entity\Pays {#2298 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +label: "Guadeloupe" +value: "255" +data: App\Entity\Pays {#2303 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +label: "Martinique" +value: "256" +data: App\Entity\Pays {#2308 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +label: "Reunion" +value: "257" +data: App\Entity\Pays {#2313 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +label: "Aland" +value: "258" +data: App\Entity\Pays {#2318 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2651 +label: "Aruba" +value: "259" +data: App\Entity\Pays {#2323 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "Netherlands Antilles" +value: "260" +data: App\Entity\Pays {#2328 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "Svalbard" +value: "261" +data: App\Entity\Pays {#2333 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +label: "Ascension" +value: "262" +data: App\Entity\Pays {#2338 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +label: "Tristan da Cunha" +value: "263" +data: App\Entity\Pays {#2343 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +label: "Antarctica" +value: "264" +data: App\Entity\Pays {#2348 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +label: "Kosovo" +value: "265" +data: App\Entity\Pays {#2353 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +label: "Palestinian Territories (Gaza Strip and West Bank)" +value: "266" +data: App\Entity\Pays {#2358 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +label: "Western Sahara" +value: "267" +data: App\Entity\Pays {#2363 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +label: "Australian Antarctic Territory" +value: "268" +data: App\Entity\Pays {#2368 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +label: "Ross Dependency" +value: "269" +data: App\Entity\Pays {#2373 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +label: "Peter I Island" +value: "270" +data: App\Entity\Pays {#2378 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +label: "Queen Maud Land" +value: "271" +data: App\Entity\Pays {#2383 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +label: "British Antarctic Territory" +value: "272" +data: App\Entity\Pays {#2388 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +label: "European Union" +value: "273" +data: App\Entity\Pays {#2393 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +label: "UNKNOWN" +value: "274" +data: App\Entity\Pays {#2398 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#889 -form: Symfony\Component\Form\Form {#818 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#890 …5} |
full_name | "registration_form[pays]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_pays" |
is_selected | Closure($choice, $value) {#897 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#644 …} } |
label | "Pays" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "pays" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_pays" |
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 | [ "class" => "h-lg" ] |
[ "class" => "h-lg" ] |
constraints | [ Symfony\Component\Validator\Constraints\Email {#605 +payload: null +message: "Veuillez entrer une adresse Email valide" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#605 +payload: null +message: "Veuillez entrer une adresse Email valide" +mode: null +normalizer: null } ] |
label | "Adresse Email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Email {#605 +payload: null +message: "Veuillez entrer une adresse Email valide" +mode: null +normalizer: null } ] |
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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} } |
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 | "Adresse 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() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#777 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
cache_key | "_registration_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2667 -form: Symfony\Component\Form\Form {#821 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#891 …5} |
full_name | "registration_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_email" |
label | "Adresse 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 | "" |
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 |
---|---|---|
attr | [ "class" => "h-lg" ] |
[ "class" => "h-lg" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#606 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#607 +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: "Votre mot de passe doit comporter au moins {{ limit }} caractères" +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: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#606 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#607 +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: "Votre mot de passe doit comporter au moins {{ limit }} caractères" +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: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
first_options | [ "label" => "Mot de passe" ] |
[ "label" => "Mot de passe" ] |
invalid_message | "Veuillez entrer les mêmes mot de passe" |
same as passed value |
mapped | false |
same as passed value |
second_options | [ "label" => "confirmer mot de passe" ] |
[ "label" => "confirmer 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 | [ "class" => "h-lg" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#606 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#607 +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: "Votre mot de passe doit comporter au moins {{ limit }} caractères" +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: 4096 +min: 6 +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 {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#793 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Mot de passe" ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Veuillez entrer les mêmes mot de passe" |
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" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => "confirmer mot de passe" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#795 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "h-lg" ] |
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 {#2668 -form: Symfony\Component\Form\Form {#845 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2669 …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 |
---|---|---|
error_bubbling | false |
same as passed value |
label | "Mot de passe" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#830 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} } |
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() {#832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#829 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#2673 -form: Symfony\Component\Form\Form {#848 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2672 …5} |
full_name | "registration_form[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword_first" |
label | "Mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_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 |
---|---|---|
error_bubbling | false |
same as passed value |
label | "confirmer mot de passe" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
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 {#477 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "confirmer 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() {#840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#839 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#2674 -form: Symfony\Component\Form\Form {#851 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2675 …5} |
full_name | "registration_form[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword_second" |
label | "confirmer 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 | "_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 | "cdbea6ccca9c3819d59.stpy1iHv4vvJc3rgdyzOShKLvksJ7Q_MyhsbHvHGFjw.6Iwwt2y9l7n-ETy_BRW9H1C8-RF8o0aYi194bqCMTlj2uwWwGdevv-QbNw" |
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 | "cdbea6ccca9c3819d59.stpy1iHv4vvJc3rgdyzOShKLvksJ7Q_MyhsbHvHGFjw.6Iwwt2y9l7n-ETy_BRW9H1C8-RF8o0aYi194bqCMTlj2uwWwGdevv-QbNw" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#275 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#274 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#276 …} -namespace: Closure() {#278 …} } |
data | "cdbea6ccca9c3819d59.stpy1iHv4vvJc3rgdyzOShKLvksJ7Q_MyhsbHvHGFjw.6Iwwt2y9l7n-ETy_BRW9H1C8-RF8o0aYi194bqCMTlj2uwWwGdevv-QbNw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2678 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#477 …} } |
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() {#2680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#580 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $translationDomain: "validators" $message: Closure() {#2676 …} } } |
validation_groups | null |
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 | "cdbea6ccca9c3819d59.stpy1iHv4vvJc3rgdyzOShKLvksJ7Q_MyhsbHvHGFjw.6Iwwt2y9l7n-ETy_BRW9H1C8-RF8o0aYi194bqCMTlj2uwWwGdevv-QbNw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2690 -form: Symfony\Component\Form\Form {#2686 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2681 …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 | "cdbea6ccca9c3819d59.stpy1iHv4vvJc3rgdyzOShKLvksJ7Q_MyhsbHvHGFjw.6Iwwt2y9l7n-ETy_BRW9H1C8-RF8o0aYi194bqCMTlj2uwWwGdevv-QbNw" |