- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 15
- Events
- Routing
- Cache
- Translation 22
- Security
- Twig
- HTTP Client
- Doctrine 1
- Migrations 8
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
civility
-
firstname
-
lastname
-
email
-
username
-
organization
-
-
first
-
second
-
-
address
-
additionalAddress
-
zipCode
-
city
-
country
-
phoneNumber
-
additionalPhoneNumber
-
contributor
-
hasNewsletter
-
agreeTerms
-
_token
-
registration_form
"App\Form\RegistrationFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#362 -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?" -plainPassword: "" -hasNewsletter: false -isActive: false -isSleeping: false -isVerified: false -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#1029 …} -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#1028 …} -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#1024 …} -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#1026 …} -payments: Doctrine\Common\Collections\ArrayCollection {#983 …} #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#362 -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?" -plainPassword: "" -hasNewsletter: false -isActive: false -isSleeping: false -isVerified: false -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#1029 …} -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#1028 …} -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#1024 …} -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#1026 …} -payments: Doctrine\Common\Collections\ArrayCollection {#983 …} #createdAt: null #updatedAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data | App\Entity\User {#362 -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?" -plainPassword: "" -hasNewsletter: false -isActive: false -isSleeping: false -isVerified: false -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#1029 …} -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#1028 …} -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#1024 …} -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#1026 …} -payments: Doctrine\Common\Collections\ArrayCollection {#983 …} #createdAt: null #updatedAt: null } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1075 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} 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() {#1073 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1074 …} } } |
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 {#362 -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?" -plainPassword: "" -hasNewsletter: false -isActive: false -isSleeping: false -isVerified: false -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#1029 …} -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#1028 …} -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#1024 …} -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#1026 …} -payments: Doctrine\Common\Collections\ArrayCollection {#983 …} #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1742 -form: Symfony\Component\Form\Form {#1770 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1072 …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 {#362 -characters: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?" -plainPassword: "" -hasNewsletter: false -isActive: false -isSleeping: false -isVerified: false -sponsorSponsorships: Doctrine\Common\Collections\ArrayCollection {#1029 …} -sponsoreeSponsorships: Doctrine\Common\Collections\ArrayCollection {#1028 …} -ownerPlans: Doctrine\Common\Collections\ArrayCollection {#1024 …} -beneficiaryPlans: Doctrine\Common\Collections\ArrayCollection {#1026 …} -payments: Doctrine\Common\Collections\ArrayCollection {#983 …} #createdAt: null #updatedAt: null } |
civility
"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 |
---|---|---|
choices | [ "Madame" => "Mme" "Monsieur" => "M" ] |
[ "Madame" => "Mme" "Monsieur" => "M" ] |
label | "Civilité *" |
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 |
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 | [ "Madame" => "Mme" "Monsieur" => "M" ] |
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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
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() {#993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#988 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_registration_form_civility" ] |
cache_key | "_registration_form_civility_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "Madame" +value: "Mme" +data: "Mme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1134 +label: "Monsieur" +value: "M" +data: "M" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1100 -form: Symfony\Component\Form\Form {#1501 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1064 …5} |
full_name | "registration_form[civility]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_civility" |
is_selected | Closure($choice, $value) {#1779 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#975 …} } |
label | "Civilité *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civility" |
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_civility" |
valid | true |
value | "" |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Prénom *" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1071 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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() {#1068 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1070 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_firstname" ] |
cache_key | "_registration_form_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1750 -form: Symfony\Component\Form\Form {#1466 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1788 …5} |
full_name | "registration_form[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_firstname" |
label | "Prénom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_firstname" |
valid | true |
value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Nom *" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1097 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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 *" |
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() {#1099 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1098 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_lastname" ] |
cache_key | "_registration_form_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1803 -form: Symfony\Component\Form\Form {#1483 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1812 …5} |
full_name | "registration_form[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_lastname" |
label | "Nom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_lastname" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "E-mail *" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1106 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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 | "E-mail *" |
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() {#1113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1107 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#1318 -form: Symfony\Component\Form\Form {#1768 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1327 …5} |
full_name | "registration_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_email" |
label | "E-mail *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_email" |
valid | true |
value | "" |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Type {#1125 +payload: null +message: "This value should be of type {{ type }}." +type: "alnum" } ] |
[ Symfony\Component\Validator\Constraints\Type {#1125 +payload: null +message: "This value should be of type {{ type }}." +type: "alnum" } ] |
help | "Seulement des chiffres et des lettres." |
same as passed value |
label | "Pseudonyme *" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Type {#1125 +payload: null +message: "This value should be of type {{ type }}." +type: "alnum" } ] |
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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1124 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "Seulement des chiffres et des lettres." |
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 | "Pseudonyme *" |
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() {#1133 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1128 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_username" ] |
cache_key | "_registration_form_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1196 -form: Symfony\Component\Form\Form {#1765 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1187 …5} |
full_name | "registration_form[username]" |
help | "Seulement des chiffres et des lettres." |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_username" |
label | "Pseudonyme *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_username" |
valid | true |
value | "" |
organization
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Organisation (entreprise, association...)" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1140 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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 | "Organisation (entreprise, association...)" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1141 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_organization" ] |
cache_key | "_registration_form_organization_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1178 -form: Symfony\Component\Form\Form {#1762 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1169 …5} |
full_name | "registration_form[organization]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_organization" |
label | "Organisation (entreprise, association...)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "organization" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_organization" |
valid | true |
value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
first_options | [ "label" => "Mot de passe *" "attr" => [ "autocomplete" => "new-password" ] "help" => "6 caractères minimum." "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1127 +payload: null +message: "Merci de renseigner un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1130 +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 contenir au moins 6 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 } ] ] |
[ "label" => "Mot de passe *" "attr" => [ "autocomplete" => "new-password" ] "help" => "6 caractères minimum." "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1127 +payload: null +message: "Merci de renseigner un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1130 +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 contenir au moins 6 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 } ] ] |
invalid_message | "Les mots de passe doivent correspondre." |
same as passed value |
mapped | false |
false
|
second_options | [ "label" => "Confirmez le mot de passe *" ] |
[ "label" => "Confirmez le mot de passe *" ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1155 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Mot de passe *" "attr" => [ "autocomplete" => "new-password" ] "help" => "6 caractères minimum." "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1127 +payload: null +message: "Merci de renseigner un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1130 +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 contenir au moins 6 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 } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Les mots de passe doivent correspondre." |
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" => "Confirmez le mot de passe *" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#1149 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1150 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
cache_key | "_registration_form_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1159 -form: Symfony\Component\Form\Form {#1738 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1364 …5} |
full_name | "registration_form[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1127 +payload: null +message: "Merci de renseigner un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1130 +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 contenir au moins 6 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 {#1127 +payload: null +message: "Merci de renseigner un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1130 +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 contenir au moins 6 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 } ] |
error_bubbling | false |
false
|
help | "6 caractères minimum." |
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 | [ "autocomplete" => "new-password" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1127 +payload: null +message: "Merci de renseigner un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1130 +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 contenir au moins 6 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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1758 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "6 caractères minimum." |
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() {#1751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1757 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "new-password" ] |
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 {#1585 -form: Symfony\Component\Form\Form {#1489 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1389 …5} |
full_name | "registration_form[plainPassword][first]" |
help | "6 caractères minimum." |
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 |
false
|
label | "Confirmez le mot de passe *" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Confirmez le mot de passe *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1743 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1744 …} } } |
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 {#1587 -form: Symfony\Component\Form\Form {#1307 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1588 …5} |
full_name | "registration_form[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword_second" |
label | "Confirmez le mot de passe *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword_second" |
valid | true |
value | "" |
address
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Adresse *" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1167 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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 *" |
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() {#1165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1166 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_address" ] |
cache_key | "_registration_form_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1519 -form: Symfony\Component\Form\Form {#1323 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1233 …5} |
full_name | "registration_form[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_address" |
label | "Adresse *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_address" |
valid | true |
value | "" |
additionalAddress
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Complément d'adresse" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1175 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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 | "Complément d'adresse" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1177 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1176 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_additionalAddress" ] |
cache_key | "_registration_form_additionalAddress_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1590 -form: Symfony\Component\Form\Form {#1329 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1589 …5} |
full_name | "registration_form[additionalAddress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_additionalAddress" |
label | "Complément d'adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "additionalAddress" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_additionalAddress" |
valid | true |
value | "" |
zipCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Code postal *" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1184 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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 | "Code postal *" |
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() {#1186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1185 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_zipCode" ] |
cache_key | "_registration_form_zipCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1591 -form: Symfony\Component\Form\Form {#1361 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1592 …5} |
full_name | "registration_form[zipCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_zipCode" |
label | "Code postal *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zipCode" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_zipCode" |
valid | true |
value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Ville *" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1193 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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 | "Ville *" |
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() {#1195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1194 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_city" ] |
cache_key | "_registration_form_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1593 -form: Symfony\Component\Form\Form {#1367 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1594 …5} |
full_name | "registration_form[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_city" |
label | "Ville *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_city" |
valid | true |
value | "" |
country
"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 |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Country" |
same as passed value |
label | "Pays *" |
same as passed value |
query_builder | Closure(EntityRepository $entityRepository) {#978 class: "App\Form\RegistrationFormType" this: App\Form\RegistrationFormType {#1056 …} } |
Doctrine\ORM\QueryBuilder {#1411 -_em: Doctrine\ORM\EntityManager {#739 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1230 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1229 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1369 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Country c ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1235 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1357 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1368 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1305 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1371 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1362 -om: ContainerUoF55Wo\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1245 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Country" |
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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
em | ContainerUoF55Wo\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …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 {#1362 -om: ContainerUoF55Wo\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1245 …} -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 | Doctrine\ORM\QueryBuilder {#1411 -_em: Doctrine\ORM\EntityManager {#739 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1230 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1229 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1369 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Country c ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1235 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1221 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1226 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_registration_form_country" ] |
cache_key | "_registration_form_country_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1599 +label: "Afghanistan " +value: "3" +data: App\Entity\Country {#1634 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1603 +label: "Afrique du Sud " +value: "243" +data: App\Entity\Country {#1879 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1601 +label: "Albanie " +value: "6" +data: App\Entity\Country {#1892 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1605 +label: "Algérie " +value: "61" +data: App\Entity\Country {#1905 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1600 +label: "Allemagne " +value: "56" +data: App\Entity\Country {#1918 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1624 +label: "Andorre " +value: "1" +data: App\Entity\Country {#1931 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1615 +label: "Angola " +value: "9" +data: App\Entity\Country {#1944 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1616 +label: "Anguilla " +value: "5" +data: App\Entity\Country {#1957 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1602 +label: "Antartique" +value: "10" +data: App\Entity\Country {#1970 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1636 +label: "Antigua-et-Barbuda " +value: "4" +data: App\Entity\Country {#1983 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5062 +label: "Antilles néerlandaises " +value: "8" +data: App\Entity\Country {#1996 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5063 +label: "Arabie saoudite " +value: "191" +data: App\Entity\Country {#2009 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5064 +label: "Argentine " +value: "11" +data: App\Entity\Country {#2022 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5065 +label: "Arménie " +value: "7" +data: App\Entity\Country {#2035 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5066 +label: "Aruba " +value: "15" +data: App\Entity\Country {#2048 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5067 +label: "Australie " +value: "14" +data: App\Entity\Country {#2061 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5068 +label: "Autriche " +value: "13" +data: App\Entity\Country {#2074 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5069 +label: "Azerbaïdjan " +value: "17" +data: App\Entity\Country {#2087 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5070 +label: "Bahamas " +value: "32" +data: App\Entity\Country {#2100 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5071 +label: "Bahreïn " +value: "24" +data: App\Entity\Country {#2113 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5072 +label: "Bangladesh " +value: "20" +data: App\Entity\Country {#2126 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5073 +label: "Barbade " +value: "19" +data: App\Entity\Country {#2139 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5074 +label: "Bélarus " +value: "36" +data: App\Entity\Country {#2152 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5075 +label: "Belgique " +value: "21" +data: App\Entity\Country {#2165 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5076 +label: "Belize " +value: "37" +data: App\Entity\Country {#2178 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5077 +label: "Bénin " +value: "26" +data: App\Entity\Country {#2191 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5078 +label: "Bermudes " +value: "28" +data: App\Entity\Country {#2204 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5079 +label: "Bhoutan " +value: "33" +data: App\Entity\Country {#2217 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5080 +label: "Bolivie (État plurinational de) " +value: "30" +data: App\Entity\Country {#2230 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5081 +label: "Bosnie-Herzégovine " +value: "18" +data: App\Entity\Country {#2243 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5082 +label: "Botswana " +value: "35" +data: App\Entity\Country {#2256 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5083 +label: "Brésil " +value: "31" +data: App\Entity\Country {#2269 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5084 +label: "Brunéi Darussalam " +value: "29" +data: App\Entity\Country {#2282 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5085 +label: "Bulgarie " +value: "23" +data: App\Entity\Country {#2295 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5086 +label: "Burkina Faso " +value: "22" +data: App\Entity\Country {#2308 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5087 +label: "Burundi " +value: "25" +data: App\Entity\Country {#2321 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5088 +label: "Cambodge " +value: "116" +data: App\Entity\Country {#2334 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5089 +label: "Cameroun " +value: "47" +data: App\Entity\Country {#2347 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5090 +label: "Canada " +value: "38" +data: App\Entity\Country {#2360 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5091 +label: "Cap-Vert " +value: "52" +data: App\Entity\Country {#2373 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5092 +label: "Chili " +value: "46" +data: App\Entity\Country {#2386 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5093 +label: "Chine " +value: "48" +data: App\Entity\Country {#2399 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5094 +label: "Chypre " +value: "54" +data: App\Entity\Country {#2412 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5095 +label: "Colombie " +value: "49" +data: App\Entity\Country {#2425 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5096 +label: "Comores " +value: "118" +data: App\Entity\Country {#2438 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5097 +label: "Congo " +value: "42" +data: App\Entity\Country {#2451 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5098 +label: "Costa Rica " +value: "50" +data: App\Entity\Country {#2464 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5099 +label: "Côte d'Ivoire " +value: "44" +data: App\Entity\Country {#2477 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5100 +label: "Croatie " +value: "97" +data: App\Entity\Country {#2490 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5101 +label: "Cuba " +value: "51" +data: App\Entity\Country {#2503 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5102 +label: "Danemark " +value: "58" +data: App\Entity\Country {#2516 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5103 +label: "Djibouti " +value: "57" +data: App\Entity\Country {#2529 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5104 +label: "Dominique " +value: "59" +data: App\Entity\Country {#2542 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5105 +label: "Égypte " +value: "64" +data: App\Entity\Country {#2555 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5106 +label: "El Salvador " +value: "207" +data: App\Entity\Country {#2568 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5107 +label: "Émirats arabes unis " +value: "2" +data: App\Entity\Country {#2581 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5108 +label: "Équateur " +value: "62" +data: App\Entity\Country {#2594 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5109 +label: "Érythrée " +value: "66" +data: App\Entity\Country {#2607 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5110 +label: "Espagne " +value: "67" +data: App\Entity\Country {#2620 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5111 +label: "Estonie " +value: "63" +data: App\Entity\Country {#2633 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5112 +label: "États-Unis d'Amérique " +value: "229" +data: App\Entity\Country {#2646 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5113 +label: "Éthiopie " +value: "68" +data: App\Entity\Country {#2659 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5114 +label: "Ex-République yougoslave de Macédoine " +value: "143" +data: App\Entity\Country {#2672 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5115 +label: "Fédération de Russie " +value: "189" +data: App\Entity\Country {#2685 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5116 +label: "Fidji " +value: "70" +data: App\Entity\Country {#2698 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5117 +label: "Finlande " +value: "69" +data: App\Entity\Country {#2711 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5118 +label: "France " +value: "74" +data: App\Entity\Country {#2724 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5119 +label: "Gabon " +value: "75" +data: App\Entity\Country {#2737 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5120 +label: "Gambie " +value: "84" +data: App\Entity\Country {#2750 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5121 +label: "Géorgie" +value: "247" +data: App\Entity\Country {#2763 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5122 +label: "Géorgie " +value: "78" +data: App\Entity\Country {#2776 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5123 +label: "Géorgie et îles Sandwich du sud" +value: "89" +data: App\Entity\Country {#2789 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5124 +label: "Ghana " +value: "81" +data: App\Entity\Country {#2802 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5125 +label: "Gibraltar " +value: "82" +data: App\Entity\Country {#2815 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5126 +label: "Grèce " +value: "88" +data: App\Entity\Country {#2828 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5127 +label: "Grenade " +value: "77" +data: App\Entity\Country {#2841 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5128 +label: "Groenland " +value: "83" +data: App\Entity\Country {#2854 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5129 +label: "Guadeloupe " +value: "86" +data: App\Entity\Country {#2867 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5130 +label: "Guam " +value: "91" +data: App\Entity\Country {#2880 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5131 +label: "Guatemala " +value: "90" +data: App\Entity\Country {#2893 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5132 +label: "Guernesey " +value: "80" +data: App\Entity\Country {#2906 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5133 +label: "Guinée " +value: "85" +data: App\Entity\Country {#2919 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5134 +label: "Guinée équatoriale " +value: "87" +data: App\Entity\Country {#2932 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5135 +label: "Guinée-Bissau " +value: "92" +data: App\Entity\Country {#2945 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5136 +label: "Guyana " +value: "93" +data: App\Entity\Country {#2958 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5137 +label: "Guyane française " +value: "79" +data: App\Entity\Country {#2971 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5138 +label: "Haïti " +value: "98" +data: App\Entity\Country {#2984 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5139 +label: "Honduras " +value: "96" +data: App\Entity\Country {#2997 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5140 +label: "Hong Kong région administrative spéciale de Chine " +value: "94" +data: App\Entity\Country {#3010 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5141 +label: "Hongrie " +value: "99" +data: App\Entity\Country {#3023 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5142 +label: "Île Bouvet" +value: "34" +data: App\Entity\Country {#3036 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5143 +label: "ïle Christmas" +value: "53" +data: App\Entity\Country {#3049 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5144 +label: "Île de Man" +value: "103" +data: App\Entity\Country {#3062 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5145 +label: "Île Norfolk " +value: "162" +data: App\Entity\Country {#3075 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5146 +label: "Îles Caïmanes " +value: "123" +data: App\Entity\Country {#3088 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5147 +label: "Îles Cocos" +value: "39" +data: App\Entity\Country {#3101 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5148 +label: "Îles Cook " +value: "45" +data: App\Entity\Country {#3114 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5149 +label: "Îles d'Åland" +value: "16" +data: App\Entity\Country {#3127 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5150 +label: "Îles Falkland (Malvinas) " +value: "71" +data: App\Entity\Country {#3140 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5151 +label: "Îles Féroé " +value: "73" +data: App\Entity\Country {#3153 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5152 +label: "Îles Heard et McDonald" +value: "95" +data: App\Entity\Country {#3166 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5153 +label: "Îles Mariannes septentrionales " +value: "148" +data: App\Entity\Country {#3179 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5154 +label: "Îles Marshall " +value: "142" +data: App\Entity\Country {#3192 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5155 +label: "Iles mineures éloignées des Etats-Unis" +value: "228" +data: App\Entity\Country {#3205 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5156 +label: "Îles Salomon " +value: "192" +data: App\Entity\Country {#3218 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5157 +label: "Îles Svalbard et Jan Mayen " +value: "199" +data: App\Entity\Country {#3231 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5158 +label: "Îles Turques et Caïques " +value: "210" +data: App\Entity\Country {#3244 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5159 +label: "Îles Vierges américaines " +value: "236" +data: App\Entity\Country {#3257 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5160 +label: "Îles Vierges britanniques " +value: "235" +data: App\Entity\Country {#3270 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5161 +label: "Îles Wallis et Futuna " +value: "239" +data: App\Entity\Country {#3283 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5162 +label: "Inde " +value: "104" +data: App\Entity\Country {#3296 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5163 +label: "Indonésie " +value: "100" +data: App\Entity\Country {#3309 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5164 +label: "Iran (République islamique d') " +value: "107" +data: App\Entity\Country {#3322 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5165 +label: "Iraq " +value: "106" +data: App\Entity\Country {#3335 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5166 +label: "Irlande " +value: "101" +data: App\Entity\Country {#3348 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5167 +label: "Islande " +value: "108" +data: App\Entity\Country {#3361 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5168 +label: "Israël " +value: "102" +data: App\Entity\Country {#3374 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5169 +label: "Italie " +value: "109" +data: App\Entity\Country {#3387 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5170 +label: "Jamahiriya arabe libyenne " +value: "135" +data: App\Entity\Country {#3400 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5171 +label: "Jamaïque " +value: "111" +data: App\Entity\Country {#3413 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5172 +label: "Japon " +value: "113" +data: App\Entity\Country {#3426 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5173 +label: "Jordanie " +value: "112" +data: App\Entity\Country {#3439 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5174 +label: "Kazakhstan " +value: "124" +data: App\Entity\Country {#3452 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5175 +label: "Kenya " +value: "114" +data: App\Entity\Country {#3465 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5176 +label: "Kirghizistan " +value: "115" +data: App\Entity\Country {#3478 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5177 +label: "Kiribati " +value: "117" +data: App\Entity\Country {#3491 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5178 +label: "Koweït " +value: "122" +data: App\Entity\Country {#3504 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5179 +label: "Le Jersey" +value: "110" +data: App\Entity\Country {#3517 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5180 +label: "Lesotho " +value: "131" +data: App\Entity\Country {#3530 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5181 +label: "Lettonie " +value: "134" +data: App\Entity\Country {#3543 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5182 +label: "Liban " +value: "126" +data: App\Entity\Country {#3556 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5183 +label: "Libéria " +value: "130" +data: App\Entity\Country {#3569 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5184 +label: "Liechtenstein " +value: "128" +data: App\Entity\Country {#3582 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5185 +label: "Lituanie " +value: "132" +data: App\Entity\Country {#3595 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5186 +label: "Luxembourg " +value: "133" +data: App\Entity\Country {#3608 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5187 +label: "Macao région administrative spéciale de Chine " +value: "147" +data: App\Entity\Country {#3621 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5188 +label: "Madagascar " +value: "141" +data: App\Entity\Country {#3634 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5189 +label: "Malaisie " +value: "157" +data: App\Entity\Country {#3647 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5190 +label: "Malawi " +value: "155" +data: App\Entity\Country {#3660 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5191 +label: "Maldives " +value: "154" +data: App\Entity\Country {#3673 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5192 +label: "Mali " +value: "144" +data: App\Entity\Country {#3686 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5193 +label: "Malte " +value: "152" +data: App\Entity\Country {#3699 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5194 +label: "Maroc " +value: "136" +data: App\Entity\Country {#3712 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5195 +label: "Martinique " +value: "149" +data: App\Entity\Country {#3725 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5196 +label: "Maurice " +value: "153" +data: App\Entity\Country {#3738 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5197 +label: "Mauritanie " +value: "150" +data: App\Entity\Country {#3751 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5198 +label: "Mayotte" +value: "242" +data: App\Entity\Country {#3764 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5199 +label: "Mexique " +value: "156" +data: App\Entity\Country {#3777 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5200 +label: "Micronésie (États fédérés de) " +value: "72" +data: App\Entity\Country {#3790 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5201 +label: "Monaco " +value: "137" +data: App\Entity\Country {#3803 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5202 +label: "Mongolie " +value: "146" +data: App\Entity\Country {#3816 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5203 +label: "Monténégro (le)" +value: "139" +data: App\Entity\Country {#3829 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5204 +label: "Montserrat " +value: "151" +data: App\Entity\Country {#3842 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5205 +label: "Mozambique " +value: "158" +data: App\Entity\Country {#3855 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5206 +label: "Myanmar " +value: "145" +data: App\Entity\Country {#3868 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5207 +label: "Namibie " +value: "159" +data: App\Entity\Country {#3881 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5208 +label: "Nauru " +value: "168" +data: App\Entity\Country {#3894 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5209 +label: "Népal " +value: "167" +data: App\Entity\Country {#3907 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5210 +label: "Nicaragua " +value: "164" +data: App\Entity\Country {#3920 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5211 +label: "Niger " +value: "161" +data: App\Entity\Country {#3933 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5212 +label: "Nigéria " +value: "163" +data: App\Entity\Country {#3946 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5213 +label: "Nioué " +value: "169" +data: App\Entity\Country {#3959 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5214 +label: "Norvège " +value: "166" +data: App\Entity\Country {#3972 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5215 +label: "Nouvelle-Calédonie " +value: "160" +data: App\Entity\Country {#3985 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5216 +label: "Nouvelle-Zélande " +value: "170" +data: App\Entity\Country {#3998 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5217 +label: "Oman " +value: "171" +data: App\Entity\Country {#4011 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5218 +label: "Ouganda " +value: "227" +data: App\Entity\Country {#4024 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5219 +label: "Ouzbékistan " +value: "231" +data: App\Entity\Country {#4037 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5220 +label: "Pakistan " +value: "177" +data: App\Entity\Country {#4050 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5221 +label: "Palaos " +value: "183" +data: App\Entity\Country {#4063 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5222 +label: "Panama " +value: "172" +data: App\Entity\Country {#4076 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5223 +label: "Papouasie-Nouvelle-Guinée " +value: "175" +data: App\Entity\Country {#4089 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5224 +label: "Paraguay " +value: "184" +data: App\Entity\Country {#4102 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5225 +label: "Pays-Bas " +value: "165" +data: App\Entity\Country {#4115 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5226 +label: "Pérou " +value: "173" +data: App\Entity\Country {#4128 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5227 +label: "Philippines " +value: "176" +data: App\Entity\Country {#4141 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5228 +label: "Pitcairn " +value: "180" +data: App\Entity\Country {#4154 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5229 +label: "Pologne " +value: "178" +data: App\Entity\Country {#4167 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5230 +label: "Polynésie française " +value: "174" +data: App\Entity\Country {#4180 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5231 +label: "Porto Rico " +value: "181" +data: App\Entity\Country {#4193 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5232 +label: "Portugal " +value: "182" +data: App\Entity\Country {#4206 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5233 +label: "Qatar " +value: "185" +data: App\Entity\Country {#4219 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5234 +label: "République arabe syrienne " +value: "208" +data: App\Entity\Country {#4232 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5235 +label: "République centrafricaine " +value: "41" +data: App\Entity\Country {#4245 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5236 +label: "République de Corée (sud)" +value: "121" +data: App\Entity\Country {#4258 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5237 +label: "République de Moldova" +value: "138" +data: App\Entity\Country {#4271 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5238 +label: "République démocratique du Congo " +value: "40" +data: App\Entity\Country {#4284 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5239 +label: "République démocratique populaire lao " +value: "125" +data: App\Entity\Country {#4297 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5240 +label: "République dominicaine " +value: "60" +data: App\Entity\Country {#4310 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5241 +label: "République populaire démocratique de Corée " +value: "120" +data: App\Entity\Country {#4323 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5242 +label: "République tchèque " +value: "55" +data: App\Entity\Country {#4336 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5243 +label: "République-Unie de Tanzanie " +value: "225" +data: App\Entity\Country {#4349 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5244 +label: "Réunion " +value: "186" +data: App\Entity\Country {#4362 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5245 +label: "Roumanie " +value: "187" +data: App\Entity\Country {#4375 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5246 +label: "Royaume-Uni de Grande-Bretagne et d'Irlande du Nord " +value: "76" +data: App\Entity\Country {#4388 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5247 +label: "Rwanda " +value: "190" +data: App\Entity\Country {#4401 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5248 +label: "Sahara occidental " +value: "65" +data: App\Entity\Country {#4414 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5249 +label: "Saint-Barthélemy" +value: "27" +data: App\Entity\Country {#4427 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5250 +label: "Saint-Kitts-et-Nevis " +value: "119" +data: App\Entity\Country {#4440 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5251 +label: "Saint-Marin " +value: "202" +data: App\Entity\Country {#4453 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5252 +label: "Saint-Martin (partie française)" +value: "140" +data: App\Entity\Country {#4466 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5253 +label: "Saint-Pierre-et-Miquelon " +value: "179" +data: App\Entity\Country {#4479 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5254 +label: "Saint-Siège " +value: "232" +data: App\Entity\Country {#4492 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5255 +label: "Saint-Vincent-et-les Grenadines " +value: "233" +data: App\Entity\Country {#4505 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5256 +label: "Sainte-Hélène " +value: "197" +data: App\Entity\Country {#4518 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5257 +label: "Sainte-Lucie " +value: "127" +data: App\Entity\Country {#4531 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5258 +label: "Samoa " +value: "240" +data: App\Entity\Country {#4544 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5259 +label: "Samoas américaines " +value: "12" +data: App\Entity\Country {#4557 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5260 +label: "Sao Tomé-et-Principe " +value: "206" +data: App\Entity\Country {#4570 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5261 +label: "Sénégal " +value: "203" +data: App\Entity\Country {#4583 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5262 +label: "Serbie (la)" +value: "188" +data: App\Entity\Country {#4596 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5263 +label: "Seychelles " +value: "193" +data: App\Entity\Country {#4609 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5264 +label: "Sierra Leone " +value: "201" +data: App\Entity\Country {#4622 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5265 +label: "Singapour " +value: "196" +data: App\Entity\Country {#4635 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5266 +label: "Slovaquie " +value: "200" +data: App\Entity\Country {#4648 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5267 +label: "Slovénie " +value: "198" +data: App\Entity\Country {#4661 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5268 +label: "Somalie " +value: "204" +data: App\Entity\Country {#4674 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5269 +label: "Soudan " +value: "194" +data: App\Entity\Country {#4687 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5270 +label: "Sri Lanka " +value: "129" +data: App\Entity\Country {#4700 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5271 +label: "Suède " +value: "195" +data: App\Entity\Country {#4713 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5272 +label: "Suisse " +value: "43" +data: App\Entity\Country {#4726 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5273 +label: "Suriname " +value: "205" +data: App\Entity\Country {#4739 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5274 +label: "Swaziland " +value: "209" +data: App\Entity\Country {#4752 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5275 +label: "Tadjikistan " +value: "215" +data: App\Entity\Country {#4765 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5276 +label: "Taiwan" +value: "224" +data: App\Entity\Country {#4778 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5277 +label: "Tchad " +value: "211" +data: App\Entity\Country {#4791 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5278 +label: "Terres australes françaises" +value: "212" +data: App\Entity\Country {#4804 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5279 +label: "Territoire britannique de l'Océan Indien" +value: "105" +data: App\Entity\Country {#4817 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5280 +label: "Thaïlande " +value: "214" +data: App\Entity\Country {#4830 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5281 +label: "Timor-Leste " +value: "217" +data: App\Entity\Country {#4843 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5282 +label: "Togo " +value: "213" +data: App\Entity\Country {#4856 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5283 +label: "Tokélaou " +value: "216" +data: App\Entity\Country {#4869 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5284 +label: "Tonga " +value: "220" +data: App\Entity\Country {#4882 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5285 +label: "Trinité-et-Tobago " +value: "222" +data: App\Entity\Country {#4895 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5286 +label: "Tunisie " +value: "219" +data: App\Entity\Country {#4908 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5287 +label: "Turkménistan " +value: "218" +data: App\Entity\Country {#4921 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5288 +label: "Turquie " +value: "221" +data: App\Entity\Country {#4934 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5289 +label: "Tuvalu " +value: "223" +data: App\Entity\Country {#4947 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5290 +label: "Ukraine " +value: "226" +data: App\Entity\Country {#4960 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5291 +label: "Uruguay " +value: "230" +data: App\Entity\Country {#4973 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5292 +label: "Vanuatu " +value: "238" +data: App\Entity\Country {#4986 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5293 +label: "Venezuela (République bolivarienne du) " +value: "234" +data: App\Entity\Country {#4999 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5294 +label: "Vietnam" +value: "237" +data: App\Entity\Country {#5012 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5295 +label: "Yémen " +value: "241" +data: App\Entity\Country {#5025 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5296 +label: "Zambie " +value: "244" +data: App\Entity\Country {#5038 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5297 +label: "Zimbabwe " +value: "245" +data: App\Entity\Country {#5051 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1595 -form: Symfony\Component\Form\Form {#1333 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1596 …5} |
full_name | "registration_form[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_country" |
is_selected | Closure($choice, $value) {#1598 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#975 …} } |
label | "Pays *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country" |
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_country" |
valid | true |
value | "" |
phoneNumber
"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 |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1311 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1310 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_phoneNumber" ] |
cache_key | "_registration_form_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5298 -form: Symfony\Component\Form\Form {#1372 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1597 …5} |
full_name | "registration_form[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_phoneNumber" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_phoneNumber" |
valid | true |
value | "" |
additionalPhoneNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 25 ] |
[ "maxlength" => 25 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 25 ] |
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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1827 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 25 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_additionalPhoneNumber" ] |
cache_key | "_registration_form_additionalPhoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5299 -form: Symfony\Component\Form\Form {#1375 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5300 …5} |
full_name | "registration_form[additionalPhoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_additionalPhoneNumber" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "additionalPhoneNumber" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_additionalPhoneNumber" |
valid | true |
value | "" |
contributor
"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 |
---|---|---|
choices | [ "Annuelle" => "annuelle" "Mensuelle" => "mensuelle" ] |
[ "Annuelle" => "annuelle" "Mensuelle" => "mensuelle" ] |
label | "Cotisation *" |
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 |
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 | [ "Annuelle" => "annuelle" "Mensuelle" => "mensuelle" ] |
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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
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 | "Cotisation *" |
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() {#1358 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1829 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_registration_form_contributor" ] |
cache_key | "_registration_form_contributor_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5303 +label: "Annuelle" +value: "annuelle" +data: "annuelle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5304 +label: "Mensuelle" +value: "mensuelle" +data: "mensuelle" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5301 -form: Symfony\Component\Form\Form {#1379 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5302 …5} |
full_name | "registration_form[contributor]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_contributor" |
is_selected | Closure($choice, $value) {#5306 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#975 …} } |
label | "Cotisation *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "contributor" |
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_contributor" |
valid | true |
value | "" |
hasNewsletter
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Je souscris à la newsletter." |
same as passed value |
label_attr | [ "class" => "form-check-label" ] |
[ "class" => "form-check-label" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1792 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1795 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#1794 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Je souscris à la newsletter." |
label_attr | [ "class" => "form-check-label" ] |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1787 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_hasNewsletter" ] |
cache_key | "_registration_form_hasNewsletter_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5307 -form: Symfony\Component\Form\Form {#1334 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5308 …5} |
full_name | "registration_form[hasNewsletter]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_hasNewsletter" |
label | "Je souscris à la newsletter." |
label_attr | [ "class" => "form-check-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "hasNewsletter" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_hasNewsletter" |
valid | true |
value | "1" |
agreeTerms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1121 +payload: null +message: "Vous devez accepter nos CGU." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1121 +payload: null +message: "Vous devez accepter nos CGU." } ] |
label | "J'accepte les <a href="https://zebu.net/cms/fr/5_2_conditions_generales">CGU</a> du site." |
same as passed value |
label_attr | [ "class" => "form-check-label" ] |
[ "class" => "form-check-label" ] |
label_html | true |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1121 +payload: null +message: "Vous devez accepter nos CGU." } ] |
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 {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1792 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1795 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#1794 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "J'accepte les <a href="https://zebu.net/cms/fr/5_2_conditions_generales">CGU</a> du site." |
label_attr | [ "class" => "form-check-label" ] |
label_format | null |
label_html | true |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#1777 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_agreeTerms" ] |
cache_key | "_registration_form_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5309 -form: Symfony\Component\Form\Form {#1383 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5310 …5} |
full_name | "registration_form[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_agreeTerms" |
label | "J'accepte les <a href="https://zebu.net/cms/fr/5_2_conditions_generales">CGU</a> du site." |
label_attr | [ "class" => "form-check-label" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreeTerms" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_agreeTerms" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "83dd9b54.R14hZ2ssMF6KKZNFxxUDT1oeSoDa30Ym72Hi31ga6_0.cxl-OF1vdyi6Rr41hWMuKDlVGcqqsy9ojSKyqipbhYciEFJUAWUEPN9g0g" |
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 | "83dd9b54.R14hZ2ssMF6KKZNFxxUDT1oeSoDa30Ym72Hi31ga6_0.cxl-OF1vdyi6Rr41hWMuKDlVGcqqsy9ojSKyqipbhYciEFJUAWUEPN9g0g" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#79 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#76 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …} -namespace: Closure() {#73 …} } |
data | "83dd9b54.R14hZ2ssMF6KKZNFxxUDT1oeSoDa30Ym72Hi31ga6_0.cxl-OF1vdyi6Rr41hWMuKDlVGcqqsy9ojSKyqipbhYciEFJUAWUEPN9g0g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5314 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1057 …} } |
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() {#5318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#93 …} $translationDomain: "validators" $message: Closure() {#5313 …} } } |
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 | "83dd9b54.R14hZ2ssMF6KKZNFxxUDT1oeSoDa30Ym72Hi31ga6_0.cxl-OF1vdyi6Rr41hWMuKDlVGcqqsy9ojSKyqipbhYciEFJUAWUEPN9g0g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5328 -form: Symfony\Component\Form\Form {#5324 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5319 …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 | "83dd9b54.R14hZ2ssMF6KKZNFxxUDT1oeSoDa30Ym72Hi31ga6_0.cxl-OF1vdyi6Rr41hWMuKDlVGcqqsy9ojSKyqipbhYciEFJUAWUEPN9g0g" |