Forms
-
form
-
gender
-
0
-
1
-
2
-
-
firstName
-
lastName
-
company
-
street
-
city
-
zip
-
country
-
email
-
confirmEmail
-
phone
-
password
-
first
-
second
-
-
terms
-
save
-
_token
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Customer {#672 -id: null -user: null -gender: null -firstName: null -lastName: null -company: null -street: null -city: null -zip: null -country: null -phone: null -stripeCustomer: null -checkoutInProgress: false -isRiserCustomer: false -flags: 0 -creationDate: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Customer {#672 -id: null -user: null -gender: null -firstName: null -lastName: null -company: null -street: null -city: null -zip: null -country: null -phone: null -stripeCustomer: null -checkoutInProgress: false -isRiserCustomer: false -flags: 0 -creationDate: 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data | App\Entity\Customer {#672 -id: null -user: null -gender: null -firstName: null -lastName: null -company: null -street: null -city: null -zip: null -country: null -phone: null -stripeCustomer: null -checkoutInProgress: false -isRiserCustomer: false -flags: 0 -creationDate: null } |
| data_class | "App\Entity\Customer" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#790 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Customer" } } |
| 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 | [] |
| 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() {#792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#791 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | App\Entity\Customer {#672 -id: null -user: null -gender: null -firstName: null -lastName: null -company: null -street: null -city: null -zip: null -country: null -phone: null -stripeCustomer: null -checkoutInProgress: false -isRiserCustomer: false -flags: 0 -creationDate: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1378 -form: Symfony\Component\Form\Form {#1264 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1376 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | App\Entity\Customer {#672 -id: null -user: null -gender: null -firstName: null -lastName: null -company: null -street: null -city: null -zip: null -country: null -phone: null -stripeCustomer: null -checkoutInProgress: false -isRiserCustomer: false -flags: 0 -creationDate: null } |
gender
Errors
This form has no errors.
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 | [ "Herr" => "m" "Frau" => "f" "Keine Angabe" => "u" ] |
[ "Herr" => "m" "Frau" => "f" "Keine Angabe" => "u" ] |
| expanded | true |
same as passed value |
| label | "Anrede" |
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 | [ "Herr" => "m" "Frau" => "f" "Keine Angabe" => "u" ] |
| 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Anrede" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| 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() {#1091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1089 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_gender" ] |
| cache_key | "_form_gender_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "Herr" +value: "m" +data: "m" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +label: "Frau" +value: "f" +data: "f" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +label: "Keine Angabe" +value: "u" +data: "u" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1431 -form: Symfony\Component\Form\Form {#1298 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1381 …5} |
| full_name | "form[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_gender" |
| is_selected | Closure($choice, $value) {#1433 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Anrede" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "gender" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_gender" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Herr" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "m" |
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 | "entry" |
| 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1242 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1243 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Herr" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1272 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "m" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_form_gender_entry" ] |
| cache_key | "_form_gender_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1443 -form: Symfony\Component\Form\Form {#1301 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1442 …5} |
| full_name | "form[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_gender_0" |
| label | "Herr" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_gender_entry" |
| valid | true |
| value | "m" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Frau" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "f" |
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 | "entry" |
| 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1242 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1243 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Frau" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1281 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "f" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_form_gender_entry" ] |
| cache_key | "_form_gender_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1444 -form: Symfony\Component\Form\Form {#1304 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1445 …5} |
| full_name | "form[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_gender_1" |
| label | "Frau" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_gender_entry" |
| valid | true |
| value | "f" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Keine Angabe" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "u" |
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 | "entry" |
| 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1242 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1243 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Keine Angabe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1291 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1290 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "u" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_form_gender_entry" ] |
| cache_key | "_form_gender_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1446 -form: Symfony\Component\Form\Form {#1307 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1447 …5} |
| full_name | "form[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_gender_2" |
| label | "Keine Angabe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_gender_entry" |
| valid | true |
| value | "u" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "Vorname" |
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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1111 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Vorname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1112 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_firstName" ] |
| cache_key | "_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1440 -form: Symfony\Component\Form\Form {#1310 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1434 …5} |
| full_name | "form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_firstName" |
| label | "Vorname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_firstName" |
| valid | true |
| value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "Nachname" |
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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Nachname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1121 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_lastName" ] |
| cache_key | "_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1449 -form: Symfony\Component\Form\Form {#1313 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1448 …5} |
| full_name | "form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_lastName" |
| label | "Nachname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_lastName" |
| valid | true |
| value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "Firma" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1129 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Firma" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1130 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_company" ] |
| cache_key | "_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1450 -form: Symfony\Component\Form\Form {#1316 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1451 …5} |
| full_name | "form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_company" |
| label | "Firma" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_company" |
| valid | true |
| value | "" |
street
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "Straße / Hausnr." |
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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1138 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Straße / Hausnr." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1139 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_street" ] |
| cache_key | "_form_street_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1452 -form: Symfony\Component\Form\Form {#1319 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1453 …5} |
| full_name | "form[street]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_street" |
| label | "Straße / Hausnr." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "street" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_street" |
| valid | true |
| value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "Stadt" |
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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1147 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Stadt" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1149 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1148 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_city" ] |
| cache_key | "_form_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1454 -form: Symfony\Component\Form\Form {#1322 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1455 …5} |
| full_name | "form[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_city" |
| label | "Stadt" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_city" |
| valid | true |
| value | "" |
zip
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "PLZ" |
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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1156 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "PLZ" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1157 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_zip" ] |
| cache_key | "_form_zip_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1456 -form: Symfony\Component\Form\Form {#1325 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1457 …5} |
| full_name | "form[zip]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_zip" |
| label | "PLZ" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zip" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_zip" |
| valid | true |
| value | "" |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 |
| choices | [ App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } App\Entity\Country {#818 -id: 1 -name: "Afghanistan" -nameEn: "Afghanistan" -code: "AF" -isEnabled: true } App\Entity\Country {#820 -id: 2 -name: "Åland Islands" -nameEn: "Åland Islands" -code: "AX" -isEnabled: true } App\Entity\Country {#821 -id: 3 -name: "Albanien" -nameEn: "Albania" -code: "AL" -isEnabled: true } App\Entity\Country {#822 -id: 4 -name: "Algerien" -nameEn: "Algeria" -code: "DZ" -isEnabled: true } App\Entity\Country {#823 -id: 5 -name: "American Samoa" -nameEn: "American Samoa" -code: "AS" -isEnabled: true } App\Entity\Country {#824 -id: 6 -name: "Andorra" -nameEn: "Andorra" -code: "AD" -isEnabled: true } App\Entity\Country {#825 -id: 7 -name: "Angola" -nameEn: "Angola" -code: "AO" -isEnabled: true } App\Entity\Country {#826 -id: 8 -name: "Anguilla" -nameEn: "Anguilla" -code: "AI" -isEnabled: true } App\Entity\Country {#827 -id: 9 -name: "Antarctica" -nameEn: "Antarctica" -code: "AQ" -isEnabled: true } App\Entity\Country {#828 -id: 10 -name: "Antigua and Barbuda" -nameEn: "Antigua and Barbuda" -code: "AG" -isEnabled: true } App\Entity\Country {#829 -id: 11 -name: "Argentinien" -nameEn: "Argentina" -code: "AR" -isEnabled: true } App\Entity\Country {#830 -id: 12 -name: "Armenien" -nameEn: "Armenia" -code: "AM" -isEnabled: true } App\Entity\Country {#831 -id: 13 -name: "Aruba" -nameEn: "Aruba" -code: "AW" -isEnabled: true } App\Entity\Country {#832 -id: 14 -name: "Australien" -nameEn: "Australia" -code: "AU" -isEnabled: true } App\Entity\Country {#834 -id: 16 -name: "Azerbaijan" -nameEn: "Azerbaijan" -code: "AZ" -isEnabled: true } App\Entity\Country {#835 -id: 17 -name: "Bahamas" -nameEn: "Bahamas" -code: "BS" -isEnabled: true } App\Entity\Country {#836 -id: 18 -name: "Bahrain" -nameEn: "Bahrain" -code: "BH" -isEnabled: true } App\Entity\Country {#837 -id: 19 -name: "Bangladesch" -nameEn: "Bangladesh" -code: "BD" -isEnabled: true } App\Entity\Country {#838 -id: 20 -name: "Barbados" -nameEn: "Barbados" -code: "BB" -isEnabled: true } App\Entity\Country {#839 -id: 21 -name: "Belarus" -nameEn: "Belarus" -code: "BY" -isEnabled: true } App\Entity\Country {#840 -id: 22 -name: "Belgien" -nameEn: "Belgium" -code: "BE" -isEnabled: true } App\Entity\Country {#841 -id: 23 -name: "Belize" -nameEn: "Belize" -code: "BZ" -isEnabled: true } App\Entity\Country {#842 -id: 24 -name: "Benin" -nameEn: "Benin" -code: "BJ" -isEnabled: true } App\Entity\Country {#843 -id: 25 -name: "Bermuda" -nameEn: "Bermuda" -code: "BM" -isEnabled: true } App\Entity\Country {#844 -id: 26 -name: "Bhutan" -nameEn: "Bhutan" -code: "BT" -isEnabled: true } App\Entity\Country {#845 -id: 27 -name: "Bolivia, plurinational state of" -nameEn: "Bolivia, plurinational state of" -code: "BO" -isEnabled: true } App\Entity\Country {#846 -id: 28 -name: "Bonaire, sint eustatius and saba" -nameEn: "Bonaire, sint eustatius and saba" -code: "BQ" -isEnabled: true } App\Entity\Country {#847 -id: 29 -name: "Bosnia and Herzegovina" -nameEn: "Bosnia and Herzegovina" -code: "BA" -isEnabled: true } App\Entity\Country {#848 -id: 30 -name: "Botswana" -nameEn: "Botswana" -code: "BW" -isEnabled: true } App\Entity\Country {#849 -id: 31 -name: "Bouvet Island" -nameEn: "Bouvet Island" -code: "BV" -isEnabled: true } App\Entity\Country {#850 -id: 32 -name: "Brazilien" -nameEn: "Brazil" -code: "BR" -isEnabled: true } App\Entity\Country {#851 -id: 33 -name: "British Indian Ocean Territory" -nameEn: "British Indian Ocean Territory" -code: "IO" -isEnabled: true } App\Entity\Country {#852 -id: 34 -name: "Brunei Darussalam" -nameEn: "Brunei Darussalam" -code: "BN" -isEnabled: true } App\Entity\Country {#853 -id: 35 -name: "Bulgarien" -nameEn: "Bulgaria" -code: "BG" -isEnabled: true } App\Entity\Country {#854 -id: 36 -name: "Burkina Faso" -nameEn: "Burkina Faso" -code: "BF" -isEnabled: true } App\Entity\Country {#855 -id: 37 -name: "Burundi" -nameEn: "Burundi" -code: "BI" -isEnabled: true } App\Entity\Country {#856 -id: 38 -name: "Kambodscha" -nameEn: "Cambodia" -code: "KH" -isEnabled: true } App\Entity\Country {#857 -id: 39 -name: "Kamerun" -nameEn: "Cameroon" -code: "CM" -isEnabled: true } App\Entity\Country {#858 -id: 40 -name: "Kanada" -nameEn: "Canada" -code: "CA" -isEnabled: true } App\Entity\Country {#859 -id: 41 -name: "Kap Verde" -nameEn: "Cape Verde" -code: "CV" -isEnabled: true } App\Entity\Country {#860 -id: 42 -name: "Cayman Islands" -nameEn: "Cayman Islands" -code: "KY" -isEnabled: true } App\Entity\Country {#861 -id: 43 -name: "Zentralafrikanische Republik" -nameEn: "Central African Republic" -code: "CF" -isEnabled: true } App\Entity\Country {#862 -id: 44 -name: "Tschad" -nameEn: "Chad" -code: "TD" -isEnabled: true } App\Entity\Country {#863 -id: 45 -name: "Chile" -nameEn: "Chile" -code: "CL" -isEnabled: true } App\Entity\Country {#864 -id: 46 -name: "China" -nameEn: "China" -code: "CN" -isEnabled: true } App\Entity\Country {#865 -id: 47 -name: "Christmas Island" -nameEn: "Christmas Island" -code: "CX" -isEnabled: true } App\Entity\Country {#866 -id: 48 -name: "Cocos (Keeling) Islands" -nameEn: "Cocos (Keeling) Islands" -code: "CC" -isEnabled: true } App\Entity\Country {#867 -id: 49 -name: "Kolumbien" -nameEn: "Colombia" -code: "CO" -isEnabled: true } App\Entity\Country {#868 -id: 50 -name: "Comoros" -nameEn: "Comoros" -code: "KM" -isEnabled: true } App\Entity\Country {#869 -id: 51 -name: "Congo" -nameEn: "Congo" -code: "CG" -isEnabled: true } App\Entity\Country {#870 -id: 52 -name: "Congo, the democratic republic of the" -nameEn: "Congo, the democratic republic of the" -code: "CD" -isEnabled: true } App\Entity\Country {#871 -id: 53 -name: "Cook Islands" -nameEn: "Cook Islands" -code: "CK" -isEnabled: true } App\Entity\Country {#872 -id: 54 -name: "Costa Rica" -nameEn: "Costa Rica" -code: "CR" -isEnabled: true } App\Entity\Country {#873 -id: 55 -name: "Côte d'ivoire" -nameEn: "Côte d'ivoire" -code: "CI" -isEnabled: true } App\Entity\Country {#874 -id: 56 -name: "Kroatien" -nameEn: "Croatia" -code: "HR" -isEnabled: true } App\Entity\Country {#875 -id: 57 -name: "Kuba" -nameEn: "Cuba" -code: "CU" -isEnabled: true } App\Entity\Country {#876 -id: 58 -name: "Curaçao" -nameEn: "Curaçao" -code: "CW" -isEnabled: true } App\Entity\Country {#877 -id: 59 -name: "Zypern" -nameEn: "Cyprus" -code: "CY" -isEnabled: true } App\Entity\Country {#878 -id: 60 -name: "Tschechien" -nameEn: "Czech Republic" -code: "CZ" -isEnabled: true } App\Entity\Country {#879 -id: 61 -name: "Dänemark" -nameEn: "Denmark" -code: "DK" -isEnabled: true } App\Entity\Country {#880 -id: 62 -name: "Djibouti" -nameEn: "Djibouti" -code: "DJ" -isEnabled: true } App\Entity\Country {#881 -id: 63 -name: "Dominica" -nameEn: "Dominica" -code: "DM" -isEnabled: true } App\Entity\Country {#882 -id: 64 -name: "Dominican Republic" -nameEn: "Dominican Republic" -code: "DO" -isEnabled: true } App\Entity\Country {#883 -id: 65 -name: "Ecuador" -nameEn: "Ecuador" -code: "EC" -isEnabled: true } App\Entity\Country {#884 -id: 66 -name: "Ägypten" -nameEn: "Egypt" -code: "EG" -isEnabled: true } App\Entity\Country {#885 -id: 67 -name: "El Salvador" -nameEn: "El Salvador" -code: "SV" -isEnabled: true } App\Entity\Country {#886 -id: 68 -name: "Equatorial Guinea" -nameEn: "Equatorial Guinea" -code: "GQ" -isEnabled: true } App\Entity\Country {#887 -id: 69 -name: "Eritrea" -nameEn: "Eritrea" -code: "ER" -isEnabled: true } App\Entity\Country {#888 -id: 70 -name: "Estland" -nameEn: "Estonia" -code: "EE" -isEnabled: true } App\Entity\Country {#889 -id: 71 -name: "Äthiopien" -nameEn: "Ethiopia" -code: "ET" -isEnabled: true } App\Entity\Country {#890 -id: 72 -name: "Falkland Islands (Malvinas)" -nameEn: "Falkland Islands (Malvinas)" -code: "FK" -isEnabled: true } App\Entity\Country {#891 -id: 73 -name: "Faroe Islands" -nameEn: "Faroe Islands" -code: "FO" -isEnabled: true } App\Entity\Country {#892 -id: 74 -name: "Fidschi" -nameEn: "Fiji" -code: "FJ" -isEnabled: true } App\Entity\Country {#893 -id: 75 -name: "Finland" -nameEn: "Finland" -code: "FI" -isEnabled: true } App\Entity\Country {#895 -id: 77 -name: "French Guiana" -nameEn: "French Guiana" -code: "GF" -isEnabled: true } App\Entity\Country {#896 -id: 78 -name: "Französisch Polynesien" -nameEn: "French Polynesia" -code: "PF" -isEnabled: true } App\Entity\Country {#897 -id: 79 -name: "French Southern Territories" -nameEn: "French Southern Territories" -code: "TF" -isEnabled: true } App\Entity\Country {#898 -id: 80 -name: "Gabon" -nameEn: "Gabon" -code: "GA" -isEnabled: true } App\Entity\Country {#899 -id: 81 -name: "Gambia" -nameEn: "Gambia" -code: "GM" -isEnabled: true } App\Entity\Country {#900 -id: 82 -name: "Georgien" -nameEn: "Georgia" -code: "GE" -isEnabled: true } App\Entity\Country {#902 -id: 84 -name: "Ghana" -nameEn: "Ghana" -code: "GH" -isEnabled: true } App\Entity\Country {#903 -id: 85 -name: "Gibraltar" -nameEn: "Gibraltar" -code: "GI" -isEnabled: true } App\Entity\Country {#904 -id: 86 -name: "Griechenland" -nameEn: "Greece" -code: "GR" -isEnabled: true } App\Entity\Country {#905 -id: 87 -name: "Greenland" -nameEn: "Greenland" -code: "GL" -isEnabled: true } App\Entity\Country {#906 -id: 88 -name: "Grenada" -nameEn: "Grenada" -code: "GD" -isEnabled: true } App\Entity\Country {#907 -id: 89 -name: "Guadeloupe" -nameEn: "Guadeloupe" -code: "GP" -isEnabled: true } App\Entity\Country {#908 -id: 90 -name: "Guam" -nameEn: "Guam" -code: "GU" -isEnabled: true } App\Entity\Country {#909 -id: 91 -name: "Guatemala" -nameEn: "Guatemala" -code: "GT" -isEnabled: true } App\Entity\Country {#910 -id: 92 -name: "Guernsey" -nameEn: "Guernsey" -code: "GG" -isEnabled: true } App\Entity\Country {#911 -id: 93 -name: "Guinea" -nameEn: "Guinea" -code: "GN" -isEnabled: true } App\Entity\Country {#912 -id: 94 -name: "Guinea-bissau" -nameEn: "Guinea-bissau" -code: "GW" -isEnabled: true } App\Entity\Country {#913 -id: 95 -name: "Guyana" -nameEn: "Guyana" -code: "GY" -isEnabled: true } App\Entity\Country {#914 -id: 96 -name: "Haiti" -nameEn: "Haiti" -code: "HT" -isEnabled: true } App\Entity\Country {#915 -id: 97 -name: "Heard Island and McDonald Islands" -nameEn: "Heard Island and McDonald Islands" -code: "HM" -isEnabled: true } App\Entity\Country {#916 -id: 98 -name: "Holy See (Vatican City State)" -nameEn: "Holy See (Vatican City State)" -code: "VA" -isEnabled: true } App\Entity\Country {#917 -id: 99 -name: "Honduras" -nameEn: "Honduras" -code: "HN" -isEnabled: true } App\Entity\Country {#918 -id: 100 -name: "Hong Kong" -nameEn: "Hong Kong" -code: "HK" -isEnabled: true } App\Entity\Country {#919 -id: 101 -name: "Hungary" -nameEn: "Hungary" -code: "HU" -isEnabled: true } App\Entity\Country {#920 -id: 102 -name: "Iceland" -nameEn: "Iceland" -code: "IS" -isEnabled: true } App\Entity\Country {#921 -id: 103 -name: "Indien" -nameEn: "India" -code: "IN" -isEnabled: true } App\Entity\Country {#922 -id: 104 -name: "Indonesien" -nameEn: "Indonesia" -code: "ID" -isEnabled: true } App\Entity\Country {#923 -id: 105 -name: "Iran, Islamic Republic of" -nameEn: "Iran, Islamic Republic of" -code: "IR" -isEnabled: true } App\Entity\Country {#924 -id: 106 -name: "Iraq" -nameEn: "Iraq" -code: "IQ" -isEnabled: true } App\Entity\Country {#925 -id: 107 -name: "Ireland" -nameEn: "Ireland" -code: "IE" -isEnabled: true } App\Entity\Country {#926 -id: 108 -name: "Isle of Man" -nameEn: "Isle of Man" -code: "IM" -isEnabled: true } App\Entity\Country {#927 -id: 109 -name: "Israel" -nameEn: "Israel" -code: "IL" -isEnabled: true } App\Entity\Country {#928 -id: 110 -name: "Italien" -nameEn: "Italy" -code: "IT" -isEnabled: true } App\Entity\Country {#929 -id: 111 -name: "Jamaica" -nameEn: "Jamaica" -code: "JM" -isEnabled: true } App\Entity\Country {#930 -id: 112 -name: "Japan" -nameEn: "Japan" -code: "JP" -isEnabled: true } App\Entity\Country {#931 -id: 113 -name: "Jersey" -nameEn: "Jersey" -code: "JE" -isEnabled: true } App\Entity\Country {#932 -id: 114 -name: "Jordan" -nameEn: "Jordan" -code: "JO" -isEnabled: true } App\Entity\Country {#933 -id: 115 -name: "Kazakhstan" -nameEn: "Kazakhstan" -code: "KZ" -isEnabled: true } App\Entity\Country {#934 -id: 116 -name: "Kenya" -nameEn: "Kenya" -code: "KE" -isEnabled: true } App\Entity\Country {#935 -id: 117 -name: "Kiribati" -nameEn: "Kiribati" -code: "KI" -isEnabled: true } App\Entity\Country {#936 -id: 118 -name: "Korea, Democratic People's Republic of" -nameEn: "Korea, Democratic People's Republic of" -code: "KP" -isEnabled: true } App\Entity\Country {#937 -id: 119 -name: "Korea, Republic of" -nameEn: "Korea, Republic of" -code: "KR" -isEnabled: true } App\Entity\Country {#938 -id: 120 -name: "Kuwait" -nameEn: "Kuwait" -code: "KW" -isEnabled: true } App\Entity\Country {#939 -id: 121 -name: "Kyrgyzstan" -nameEn: "Kyrgyzstan" -code: "KG" -isEnabled: true } App\Entity\Country {#940 -id: 122 -name: "Lao People's Democratic Republic" -nameEn: "Lao People's Democratic Republic" -code: "LA" -isEnabled: true } App\Entity\Country {#941 -id: 123 -name: "Latvia" -nameEn: "Latvia" -code: "LV" -isEnabled: true } App\Entity\Country {#942 -id: 124 -name: "Lebanon" -nameEn: "Lebanon" -code: "LB" -isEnabled: true } App\Entity\Country {#943 -id: 125 -name: "Lesotho" -nameEn: "Lesotho" -code: "LS" -isEnabled: true } App\Entity\Country {#944 -id: 126 -name: "Liberia" -nameEn: "Liberia" -code: "LR" -isEnabled: true } App\Entity\Country {#945 -id: 127 -name: "Libyen Arab Jamahiriya" -nameEn: "Libyan Arab Jamahiriya" -code: "LY" -isEnabled: true } App\Entity\Country {#947 -id: 129 -name: "Litauen" -nameEn: "Lithuania" -code: "LT" -isEnabled: true } App\Entity\Country {#949 -id: 131 -name: "Macao" -nameEn: "Macao" -code: "MO" -isEnabled: true } App\Entity\Country {#950 -id: 132 -name: "Nordmazedonien" -nameEn: "North Macedonia" -code: "MK" -isEnabled: true } App\Entity\Country {#951 -id: 133 -name: "Madagascar" -nameEn: "Madagascar" -code: "MG" -isEnabled: true } App\Entity\Country {#952 -id: 134 -name: "Malawi" -nameEn: "Malawi" -code: "MW" -isEnabled: true } App\Entity\Country {#953 -id: 135 -name: "Malaysia" -nameEn: "Malaysia" -code: "MY" -isEnabled: true } App\Entity\Country {#954 -id: 136 -name: "Maldives" -nameEn: "Maldives" -code: "MV" -isEnabled: true } App\Entity\Country {#955 -id: 137 -name: "Mali" -nameEn: "Mali" -code: "ML" -isEnabled: true } App\Entity\Country {#956 -id: 138 -name: "Malta" -nameEn: "Malta" -code: "MT" -isEnabled: true } App\Entity\Country {#957 -id: 139 -name: "Marshall Islands" -nameEn: "Marshall Islands" -code: "MH" -isEnabled: true } App\Entity\Country {#958 -id: 140 -name: "Martinique" -nameEn: "Martinique" -code: "MQ" -isEnabled: true } App\Entity\Country {#959 -id: 141 -name: "Mauritania" -nameEn: "Mauritania" -code: "MR" -isEnabled: true } App\Entity\Country {#960 -id: 142 -name: "Mauritius" -nameEn: "Mauritius" -code: "MU" -isEnabled: true } App\Entity\Country {#961 -id: 143 -name: "Mayotte" -nameEn: "Mayotte" -code: "YT" -isEnabled: true } App\Entity\Country {#962 -id: 144 -name: "Mexico" -nameEn: "Mexico" -code: "MX" -isEnabled: true } App\Entity\Country {#963 -id: 145 -name: "Micronesia, Federated States of" -nameEn: "Micronesia, Federated States of" -code: "FM" -isEnabled: true } App\Entity\Country {#964 -id: 146 -name: "Moldova, Republic of" -nameEn: "Moldova, Republic of" -code: "MD" -isEnabled: true } App\Entity\Country {#965 -id: 147 -name: "Monaco" -nameEn: "Monaco" -code: "MC" -isEnabled: true } App\Entity\Country {#966 -id: 148 -name: "Mongolei" -nameEn: "Mongolia" -code: "MN" -isEnabled: true } App\Entity\Country {#967 -id: 149 -name: "Montenegro" -nameEn: "Montenegro" -code: "ME" -isEnabled: true } App\Entity\Country {#968 -id: 150 -name: "Montserrat" -nameEn: "Montserrat" -code: "MS" -isEnabled: true } App\Entity\Country {#969 -id: 151 -name: "Marokko" -nameEn: "Morocco" -code: "MA" -isEnabled: true } App\Entity\Country {#970 -id: 152 -name: "Mosambik" -nameEn: "Mozambique" -code: "MZ" -isEnabled: true } App\Entity\Country {#971 -id: 153 -name: "Myanmar" -nameEn: "Myanmar" -code: "MM" -isEnabled: true } App\Entity\Country {#972 -id: 154 -name: "Namibia" -nameEn: "Namibia" -code: "NA" -isEnabled: true } App\Entity\Country {#973 -id: 155 -name: "Nauru" -nameEn: "Nauru" -code: "NR" -isEnabled: true } App\Entity\Country {#974 -id: 156 -name: "Nepal" -nameEn: "Nepal" -code: "NP" -isEnabled: true } App\Entity\Country {#976 -id: 158 -name: "Neukaledonien" -nameEn: "New Caledonia" -code: "NC" -isEnabled: true } App\Entity\Country {#977 -id: 159 -name: "Neuseeland" -nameEn: "New Zealand" -code: "NZ" -isEnabled: true } App\Entity\Country {#978 -id: 160 -name: "Nicaragua" -nameEn: "Nicaragua" -code: "NI" -isEnabled: true } App\Entity\Country {#979 -id: 161 -name: "Niger" -nameEn: "Niger" -code: "NE" -isEnabled: true } App\Entity\Country {#980 -id: 162 -name: "Nigeria" -nameEn: "Nigeria" -code: "NG" -isEnabled: true } App\Entity\Country {#981 -id: 163 -name: "Niue" -nameEn: "Niue" -code: "NU" -isEnabled: true } App\Entity\Country {#982 -id: 164 -name: "Norfolkinsel" -nameEn: "Norfolk Island" -code: "NF" -isEnabled: true } App\Entity\Country {#983 -id: 165 -name: "Nördliche Marianen" -nameEn: "Northern Mariana Islands" -code: "MP" -isEnabled: true } App\Entity\Country {#984 -id: 166 -name: "Norwegen" -nameEn: "Norway" -code: "NO" -isEnabled: true } App\Entity\Country {#985 -id: 167 -name: "Oman" -nameEn: "Oman" -code: "OM" -isEnabled: true } App\Entity\Country {#986 -id: 168 -name: "Pakistan" -nameEn: "Pakistan" -code: "PK" -isEnabled: true } App\Entity\Country {#987 -id: 169 -name: "Palau" -nameEn: "Palau" -code: "PW" -isEnabled: true } App\Entity\Country {#988 -id: 170 -name: "Palästinensische Autonomiegebiete" -nameEn: "Palestinian territory, occupied" -code: "PS" -isEnabled: true } App\Entity\Country {#989 -id: 171 -name: "Panama" -nameEn: "Panama" -code: "PA" -isEnabled: true } App\Entity\Country {#990 -id: 172 -name: "Papua-Neuguinea" -nameEn: "Papua New Guinea" -code: "PG" -isEnabled: true } App\Entity\Country {#991 -id: 173 -name: "Paraguay" -nameEn: "Paraguay" -code: "PY" -isEnabled: true } App\Entity\Country {#992 -id: 174 -name: "Peru" -nameEn: "Peru" -code: "PE" -isEnabled: true } App\Entity\Country {#993 -id: 175 -name: "Philippinen" -nameEn: "Philippines" -code: "PH" -isEnabled: true } App\Entity\Country {#994 -id: 176 -name: "Pitcairn" -nameEn: "Pitcairn" -code: "PN" -isEnabled: true } App\Entity\Country {#996 -id: 178 -name: "Portugal" -nameEn: "Portugal" -code: "PT" -isEnabled: true } App\Entity\Country {#997 -id: 179 -name: "Puerto Rico" -nameEn: "Puerto Rico" -code: "PR" -isEnabled: true } App\Entity\Country {#998 -id: 180 -name: "Katar" -nameEn: "Qatar" -code: "QA" -isEnabled: true } App\Entity\Country {#999 -id: 181 -name: "Réunion" -nameEn: "Réunion" -code: "RE" -isEnabled: true } App\Entity\Country {#1000 -id: 182 -name: "Rumänien" -nameEn: "Romania" -code: "RO" -isEnabled: true } App\Entity\Country {#1001 -id: 183 -name: "Russland" -nameEn: "Russian Federation" -code: "RU" -isEnabled: true } App\Entity\Country {#1002 -id: 184 -name: "Ruanda" -nameEn: "Rwanda" -code: "RW" -isEnabled: true } App\Entity\Country {#1003 -id: 185 -name: "Saint-Barthélemy" -nameEn: "Saint Barthélemy" -code: "BL" -isEnabled: true } App\Entity\Country {#1004 -id: 186 -name: "Sankt Helena, Ascension und Tristan da Cunha" -nameEn: "Saint Helena, Ascension and Tristan da Cunha" -code: "SH" -isEnabled: true } App\Entity\Country {#1005 -id: 187 -name: "Sankt Kitts und Nevis" -nameEn: "Saint Kitts and Nevis" -code: "KN" -isEnabled: true } App\Entity\Country {#1006 -id: 188 -name: "Sankt Lucia" -nameEn: "Saint Lucia" -code: "LC" -isEnabled: true } App\Entity\Country {#1007 -id: 189 -name: "Sankt Martin (Frankreich)" -nameEn: "Saint Martin (french part)" -code: "MF" -isEnabled: true } App\Entity\Country {#1008 -id: 190 -name: "Sankt Pierre und Miquelon" -nameEn: "Saint Pierre and Miquelon" -code: "PM" -isEnabled: true } App\Entity\Country {#1009 -id: 191 -name: "Sankt Vincent und die Grenadinen" -nameEn: "Saint Vincent and the Grenadines" -code: "VC" -isEnabled: true } App\Entity\Country {#1010 -id: 192 -name: "Samoa" -nameEn: "Samoa" -code: "WS" -isEnabled: true } App\Entity\Country {#1011 -id: 193 -name: "San Marino" -nameEn: "San Marino" -code: "SM" -isEnabled: true } App\Entity\Country {#1012 -id: 194 -name: "São Tomé und Príncipe" -nameEn: "Sao Tome and Principe" -code: "ST" -isEnabled: true } App\Entity\Country {#1013 -id: 195 -name: "Saudi-Arabien" -nameEn: "Saudi Arabia" -code: "SA" -isEnabled: true } App\Entity\Country {#1014 -id: 196 -name: "Senegal" -nameEn: "Senegal" -code: "SN" -isEnabled: true } App\Entity\Country {#1015 -id: 197 -name: "Serbien" -nameEn: "Serbia" -code: "RS" -isEnabled: true } App\Entity\Country {#1016 -id: 198 -name: "Seychellen" -nameEn: "Seychelles" -code: "SC" -isEnabled: true } App\Entity\Country {#1017 -id: 199 -name: "Sierra Leone" -nameEn: "Sierra Leone" -code: "SL" -isEnabled: true } App\Entity\Country {#1018 -id: 200 -name: "Singapur" -nameEn: "Singapore" -code: "SG" -isEnabled: true } App\Entity\Country {#1019 -id: 201 -name: "Sint Maarten (Niederlande)" -nameEn: "Sint Maarten (dutch part)" -code: "SX" -isEnabled: true } App\Entity\Country {#1020 -id: 202 -name: "Slowakei" -nameEn: "Slovakia" -code: "SK" -isEnabled: true } App\Entity\Country {#1021 -id: 203 -name: "Slowenien" -nameEn: "Slovenia" -code: "SI" -isEnabled: true } App\Entity\Country {#1022 -id: 204 -name: "Solomon Islands" -nameEn: "Solomon Islands" -code: "SB" -isEnabled: true } App\Entity\Country {#1023 -id: 205 -name: "Somalia" -nameEn: "Somalia" -code: "SO" -isEnabled: true } App\Entity\Country {#1024 -id: 206 -name: "Südafrika" -nameEn: "South Africa" -code: "ZA" -isEnabled: true } App\Entity\Country {#1025 -id: 207 -name: "South Georgia and the South Sandwich Islands" -nameEn: "South Georgia and the South Sandwich Islands" -code: "GS" -isEnabled: true } App\Entity\Country {#1026 -id: 208 -name: "South Sudan" -nameEn: "South Sudan" -code: "SS" -isEnabled: true } App\Entity\Country {#1027 -id: 209 -name: "Spanien" -nameEn: "Spain" -code: "ES" -isEnabled: true } App\Entity\Country {#1028 -id: 210 -name: "Sri Lanka" -nameEn: "Sri Lanka" -code: "LK" -isEnabled: true } App\Entity\Country {#1029 -id: 211 -name: "Sudan" -nameEn: "Sudan" -code: "SD" -isEnabled: true } App\Entity\Country {#1030 -id: 212 -name: "Suriname" -nameEn: "Suriname" -code: "SR" -isEnabled: true } App\Entity\Country {#1031 -id: 213 -name: "Svalbard und Jan Mayen" -nameEn: "Svalbard and Jan Mayen" -code: "SJ" -isEnabled: true } App\Entity\Country {#1032 -id: 214 -name: "Swasiland" -nameEn: "Swaziland" -code: "SZ" -isEnabled: true } App\Entity\Country {#1033 -id: 215 -name: "Schweden" -nameEn: "Sweden" -code: "SE" -isEnabled: true } App\Entity\Country {#1035 -id: 217 -name: "Syrien, Arabische Republik" -nameEn: "Syrian Arab Republic" -code: "SY" -isEnabled: true } App\Entity\Country {#1036 -id: 218 -name: "Taiwan, Provinz von China" -nameEn: "Taiwan, province of China" -code: "TW" -isEnabled: true } App\Entity\Country {#1037 -id: 219 -name: "Tadschikistan" -nameEn: "Tajikistan" -code: "TJ" -isEnabled: true } App\Entity\Country {#1038 -id: 220 -name: "Tansania, Vereinigte Republik" -nameEn: "Tanzania, United Republic of" -code: "TZ" -isEnabled: true } App\Entity\Country {#1039 -id: 221 -name: "Thailand" -nameEn: "Thailand" -code: "TH" -isEnabled: true } App\Entity\Country {#1040 -id: 222 -name: "Timor-Leste (Osttimor)" -nameEn: "Timor-leste" -code: "TL" -isEnabled: true } App\Entity\Country {#1041 -id: 223 -name: "Togo" -nameEn: "Togo" -code: "TG" -isEnabled: true } App\Entity\Country {#1042 -id: 224 -name: "Tokelau" -nameEn: "Tokelau" -code: "TK" -isEnabled: true } App\Entity\Country {#1043 -id: 225 -name: "Tonga" -nameEn: "Tonga" -code: "TO" -isEnabled: true } App\Entity\Country {#1044 -id: 226 -name: "Trinidad und Tobago" -nameEn: "Trinidad and Tobago" -code: "TT" -isEnabled: true } App\Entity\Country {#1045 -id: 227 -name: "Tunesien" -nameEn: "Tunisia" -code: "TN" -isEnabled: true } App\Entity\Country {#1046 -id: 228 -name: "Türkei" -nameEn: "Turkey" -code: "TR" -isEnabled: true } App\Entity\Country {#1047 -id: 229 -name: "Turkmenistan" -nameEn: "Turkmenistan" -code: "TM" -isEnabled: true } App\Entity\Country {#1048 -id: 230 -name: "Turks- und Caicosinseln" -nameEn: "Turks and Caicos Islands" -code: "TC" -isEnabled: true } App\Entity\Country {#1049 -id: 231 -name: "Tuvalu" -nameEn: "Tuvalu" -code: "TV" -isEnabled: true } App\Entity\Country {#1050 -id: 232 -name: "Uganda" -nameEn: "Uganda" -code: "UG" -isEnabled: true } App\Entity\Country {#1051 -id: 233 -name: "Ukraine" -nameEn: "Ukraine" -code: "UA" -isEnabled: true } App\Entity\Country {#1052 -id: 234 -name: "Vereinigte Arabische Emirate" -nameEn: "United Arab Emirates" -code: "AE" -isEnabled: true } App\Entity\Country {#1053 -id: 235 -name: "Vereinigtes Königreich" -nameEn: "United Kingdom" -code: "GB" -isEnabled: true } App\Entity\Country {#1054 -id: 236 -name: "Vereinigte Staaten" -nameEn: "United States" -code: "US" -isEnabled: true } App\Entity\Country {#1055 -id: 237 -name: "United States minor outlying islands" -nameEn: "United States minor outlying islands" -code: "UM" -isEnabled: true } App\Entity\Country {#1056 -id: 238 -name: "Uruguay" -nameEn: "Uruguay" -code: "UY" -isEnabled: true } App\Entity\Country {#1057 -id: 239 -name: "Usbekistan" -nameEn: "Uzbekistan" -code: "UZ" -isEnabled: true } App\Entity\Country {#1058 -id: 240 -name: "Vanuatu" -nameEn: "Vanuatu" -code: "VU" -isEnabled: true } App\Entity\Country {#1059 -id: 241 -name: "Venezuela, Bolivarische Republik" -nameEn: "Venezuela, Bolivarian Republic of" -code: "VE" -isEnabled: true } App\Entity\Country {#1060 -id: 242 -name: "Vietnam" -nameEn: "Vietnam" -code: "VN" -isEnabled: true } App\Entity\Country {#1061 -id: 243 -name: "Jungferninseln, Britische" -nameEn: "Virgin Islands, British" -code: "VG" -isEnabled: true } App\Entity\Country {#1062 -id: 244 -name: "Jungferninseln, Amerikanische" -nameEn: "Virgin Islands, U.S." -code: "VI" -isEnabled: true } App\Entity\Country {#1063 -id: 245 -name: "Wallis und Futuna" -nameEn: "Wallis and Futuna" -code: "WF" -isEnabled: true } App\Entity\Country {#1064 -id: 246 -name: "Westsahara" -nameEn: "Western Sahara" -code: "EH" -isEnabled: true } App\Entity\Country {#1065 -id: 247 -name: "Jemen" -nameEn: "Yemen" -code: "YE" -isEnabled: true } App\Entity\Country {#1066 -id: 248 -name: "Zambia" -nameEn: "Zambia" -code: "ZM" -isEnabled: true } App\Entity\Country {#1067 -id: 249 -name: "Simbabwe" -nameEn: "Zimbabwe" -code: "ZW" -isEnabled: true } ] |
[ App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } App\Entity\Country {#818 -id: 1 -name: "Afghanistan" -nameEn: "Afghanistan" -code: "AF" -isEnabled: true } App\Entity\Country {#820 -id: 2 -name: "Åland Islands" -nameEn: "Åland Islands" -code: "AX" -isEnabled: true } App\Entity\Country {#821 -id: 3 -name: "Albanien" -nameEn: "Albania" -code: "AL" -isEnabled: true } App\Entity\Country {#822 -id: 4 -name: "Algerien" -nameEn: "Algeria" -code: "DZ" -isEnabled: true } App\Entity\Country {#823 -id: 5 -name: "American Samoa" -nameEn: "American Samoa" -code: "AS" -isEnabled: true } App\Entity\Country {#824 -id: 6 -name: "Andorra" -nameEn: "Andorra" -code: "AD" -isEnabled: true } App\Entity\Country {#825 -id: 7 -name: "Angola" -nameEn: "Angola" -code: "AO" -isEnabled: true } App\Entity\Country {#826 -id: 8 -name: "Anguilla" -nameEn: "Anguilla" -code: "AI" -isEnabled: true } App\Entity\Country {#827 -id: 9 -name: "Antarctica" -nameEn: "Antarctica" -code: "AQ" -isEnabled: true } App\Entity\Country {#828 -id: 10 -name: "Antigua and Barbuda" -nameEn: "Antigua and Barbuda" -code: "AG" -isEnabled: true } App\Entity\Country {#829 -id: 11 -name: "Argentinien" -nameEn: "Argentina" -code: "AR" -isEnabled: true } App\Entity\Country {#830 -id: 12 -name: "Armenien" -nameEn: "Armenia" -code: "AM" -isEnabled: true } App\Entity\Country {#831 -id: 13 -name: "Aruba" -nameEn: "Aruba" -code: "AW" -isEnabled: true } App\Entity\Country {#832 -id: 14 -name: "Australien" -nameEn: "Australia" -code: "AU" -isEnabled: true } App\Entity\Country {#834 -id: 16 -name: "Azerbaijan" -nameEn: "Azerbaijan" -code: "AZ" -isEnabled: true } App\Entity\Country {#835 -id: 17 -name: "Bahamas" -nameEn: "Bahamas" -code: "BS" -isEnabled: true } App\Entity\Country {#836 -id: 18 -name: "Bahrain" -nameEn: "Bahrain" -code: "BH" -isEnabled: true } App\Entity\Country {#837 -id: 19 -name: "Bangladesch" -nameEn: "Bangladesh" -code: "BD" -isEnabled: true } App\Entity\Country {#838 -id: 20 -name: "Barbados" -nameEn: "Barbados" -code: "BB" -isEnabled: true } App\Entity\Country {#839 -id: 21 -name: "Belarus" -nameEn: "Belarus" -code: "BY" -isEnabled: true } App\Entity\Country {#840 -id: 22 -name: "Belgien" -nameEn: "Belgium" -code: "BE" -isEnabled: true } App\Entity\Country {#841 -id: 23 -name: "Belize" -nameEn: "Belize" -code: "BZ" -isEnabled: true } App\Entity\Country {#842 -id: 24 -name: "Benin" -nameEn: "Benin" -code: "BJ" -isEnabled: true } App\Entity\Country {#843 -id: 25 -name: "Bermuda" -nameEn: "Bermuda" -code: "BM" -isEnabled: true } App\Entity\Country {#844 -id: 26 -name: "Bhutan" -nameEn: "Bhutan" -code: "BT" -isEnabled: true } App\Entity\Country {#845 -id: 27 -name: "Bolivia, plurinational state of" -nameEn: "Bolivia, plurinational state of" -code: "BO" -isEnabled: true } App\Entity\Country {#846 -id: 28 -name: "Bonaire, sint eustatius and saba" -nameEn: "Bonaire, sint eustatius and saba" -code: "BQ" -isEnabled: true } App\Entity\Country {#847 -id: 29 -name: "Bosnia and Herzegovina" -nameEn: "Bosnia and Herzegovina" -code: "BA" -isEnabled: true } App\Entity\Country {#848 -id: 30 -name: "Botswana" -nameEn: "Botswana" -code: "BW" -isEnabled: true } App\Entity\Country {#849 -id: 31 -name: "Bouvet Island" -nameEn: "Bouvet Island" -code: "BV" -isEnabled: true } App\Entity\Country {#850 -id: 32 -name: "Brazilien" -nameEn: "Brazil" -code: "BR" -isEnabled: true } App\Entity\Country {#851 -id: 33 -name: "British Indian Ocean Territory" -nameEn: "British Indian Ocean Territory" -code: "IO" -isEnabled: true } App\Entity\Country {#852 -id: 34 -name: "Brunei Darussalam" -nameEn: "Brunei Darussalam" -code: "BN" -isEnabled: true } App\Entity\Country {#853 -id: 35 -name: "Bulgarien" -nameEn: "Bulgaria" -code: "BG" -isEnabled: true } App\Entity\Country {#854 -id: 36 -name: "Burkina Faso" -nameEn: "Burkina Faso" -code: "BF" -isEnabled: true } App\Entity\Country {#855 -id: 37 -name: "Burundi" -nameEn: "Burundi" -code: "BI" -isEnabled: true } App\Entity\Country {#856 -id: 38 -name: "Kambodscha" -nameEn: "Cambodia" -code: "KH" -isEnabled: true } App\Entity\Country {#857 -id: 39 -name: "Kamerun" -nameEn: "Cameroon" -code: "CM" -isEnabled: true } App\Entity\Country {#858 -id: 40 -name: "Kanada" -nameEn: "Canada" -code: "CA" -isEnabled: true } App\Entity\Country {#859 -id: 41 -name: "Kap Verde" -nameEn: "Cape Verde" -code: "CV" -isEnabled: true } App\Entity\Country {#860 -id: 42 -name: "Cayman Islands" -nameEn: "Cayman Islands" -code: "KY" -isEnabled: true } App\Entity\Country {#861 -id: 43 -name: "Zentralafrikanische Republik" -nameEn: "Central African Republic" -code: "CF" -isEnabled: true } App\Entity\Country {#862 -id: 44 -name: "Tschad" -nameEn: "Chad" -code: "TD" -isEnabled: true } App\Entity\Country {#863 -id: 45 -name: "Chile" -nameEn: "Chile" -code: "CL" -isEnabled: true } App\Entity\Country {#864 -id: 46 -name: "China" -nameEn: "China" -code: "CN" -isEnabled: true } App\Entity\Country {#865 -id: 47 -name: "Christmas Island" -nameEn: "Christmas Island" -code: "CX" -isEnabled: true } App\Entity\Country {#866 -id: 48 -name: "Cocos (Keeling) Islands" -nameEn: "Cocos (Keeling) Islands" -code: "CC" -isEnabled: true } App\Entity\Country {#867 -id: 49 -name: "Kolumbien" -nameEn: "Colombia" -code: "CO" -isEnabled: true } App\Entity\Country {#868 -id: 50 -name: "Comoros" -nameEn: "Comoros" -code: "KM" -isEnabled: true } App\Entity\Country {#869 -id: 51 -name: "Congo" -nameEn: "Congo" -code: "CG" -isEnabled: true } App\Entity\Country {#870 -id: 52 -name: "Congo, the democratic republic of the" -nameEn: "Congo, the democratic republic of the" -code: "CD" -isEnabled: true } App\Entity\Country {#871 -id: 53 -name: "Cook Islands" -nameEn: "Cook Islands" -code: "CK" -isEnabled: true } App\Entity\Country {#872 -id: 54 -name: "Costa Rica" -nameEn: "Costa Rica" -code: "CR" -isEnabled: true } App\Entity\Country {#873 -id: 55 -name: "Côte d'ivoire" -nameEn: "Côte d'ivoire" -code: "CI" -isEnabled: true } App\Entity\Country {#874 -id: 56 -name: "Kroatien" -nameEn: "Croatia" -code: "HR" -isEnabled: true } App\Entity\Country {#875 -id: 57 -name: "Kuba" -nameEn: "Cuba" -code: "CU" -isEnabled: true } App\Entity\Country {#876 -id: 58 -name: "Curaçao" -nameEn: "Curaçao" -code: "CW" -isEnabled: true } App\Entity\Country {#877 -id: 59 -name: "Zypern" -nameEn: "Cyprus" -code: "CY" -isEnabled: true } App\Entity\Country {#878 -id: 60 -name: "Tschechien" -nameEn: "Czech Republic" -code: "CZ" -isEnabled: true } App\Entity\Country {#879 -id: 61 -name: "Dänemark" -nameEn: "Denmark" -code: "DK" -isEnabled: true } App\Entity\Country {#880 -id: 62 -name: "Djibouti" -nameEn: "Djibouti" -code: "DJ" -isEnabled: true } App\Entity\Country {#881 -id: 63 -name: "Dominica" -nameEn: "Dominica" -code: "DM" -isEnabled: true } App\Entity\Country {#882 -id: 64 -name: "Dominican Republic" -nameEn: "Dominican Republic" -code: "DO" -isEnabled: true } App\Entity\Country {#883 -id: 65 -name: "Ecuador" -nameEn: "Ecuador" -code: "EC" -isEnabled: true } App\Entity\Country {#884 -id: 66 -name: "Ägypten" -nameEn: "Egypt" -code: "EG" -isEnabled: true } App\Entity\Country {#885 -id: 67 -name: "El Salvador" -nameEn: "El Salvador" -code: "SV" -isEnabled: true } App\Entity\Country {#886 -id: 68 -name: "Equatorial Guinea" -nameEn: "Equatorial Guinea" -code: "GQ" -isEnabled: true } App\Entity\Country {#887 -id: 69 -name: "Eritrea" -nameEn: "Eritrea" -code: "ER" -isEnabled: true } App\Entity\Country {#888 -id: 70 -name: "Estland" -nameEn: "Estonia" -code: "EE" -isEnabled: true } App\Entity\Country {#889 -id: 71 -name: "Äthiopien" -nameEn: "Ethiopia" -code: "ET" -isEnabled: true } App\Entity\Country {#890 -id: 72 -name: "Falkland Islands (Malvinas)" -nameEn: "Falkland Islands (Malvinas)" -code: "FK" -isEnabled: true } App\Entity\Country {#891 -id: 73 -name: "Faroe Islands" -nameEn: "Faroe Islands" -code: "FO" -isEnabled: true } App\Entity\Country {#892 -id: 74 -name: "Fidschi" -nameEn: "Fiji" -code: "FJ" -isEnabled: true } App\Entity\Country {#893 -id: 75 -name: "Finland" -nameEn: "Finland" -code: "FI" -isEnabled: true } App\Entity\Country {#895 -id: 77 -name: "French Guiana" -nameEn: "French Guiana" -code: "GF" -isEnabled: true } App\Entity\Country {#896 -id: 78 -name: "Französisch Polynesien" -nameEn: "French Polynesia" -code: "PF" -isEnabled: true } App\Entity\Country {#897 -id: 79 -name: "French Southern Territories" -nameEn: "French Southern Territories" -code: "TF" -isEnabled: true } App\Entity\Country {#898 -id: 80 -name: "Gabon" -nameEn: "Gabon" -code: "GA" -isEnabled: true } App\Entity\Country {#899 -id: 81 -name: "Gambia" -nameEn: "Gambia" -code: "GM" -isEnabled: true } App\Entity\Country {#900 -id: 82 -name: "Georgien" -nameEn: "Georgia" -code: "GE" -isEnabled: true } App\Entity\Country {#902 -id: 84 -name: "Ghana" -nameEn: "Ghana" -code: "GH" -isEnabled: true } App\Entity\Country {#903 -id: 85 -name: "Gibraltar" -nameEn: "Gibraltar" -code: "GI" -isEnabled: true } App\Entity\Country {#904 -id: 86 -name: "Griechenland" -nameEn: "Greece" -code: "GR" -isEnabled: true } App\Entity\Country {#905 -id: 87 -name: "Greenland" -nameEn: "Greenland" -code: "GL" -isEnabled: true } App\Entity\Country {#906 -id: 88 -name: "Grenada" -nameEn: "Grenada" -code: "GD" -isEnabled: true } App\Entity\Country {#907 -id: 89 -name: "Guadeloupe" -nameEn: "Guadeloupe" -code: "GP" -isEnabled: true } App\Entity\Country {#908 -id: 90 -name: "Guam" -nameEn: "Guam" -code: "GU" -isEnabled: true } App\Entity\Country {#909 -id: 91 -name: "Guatemala" -nameEn: "Guatemala" -code: "GT" -isEnabled: true } App\Entity\Country {#910 -id: 92 -name: "Guernsey" -nameEn: "Guernsey" -code: "GG" -isEnabled: true } App\Entity\Country {#911 -id: 93 -name: "Guinea" -nameEn: "Guinea" -code: "GN" -isEnabled: true } App\Entity\Country {#912 -id: 94 -name: "Guinea-bissau" -nameEn: "Guinea-bissau" -code: "GW" -isEnabled: true } App\Entity\Country {#913 -id: 95 -name: "Guyana" -nameEn: "Guyana" -code: "GY" -isEnabled: true } App\Entity\Country {#914 -id: 96 -name: "Haiti" -nameEn: "Haiti" -code: "HT" -isEnabled: true } App\Entity\Country {#915 -id: 97 -name: "Heard Island and McDonald Islands" -nameEn: "Heard Island and McDonald Islands" -code: "HM" -isEnabled: true } App\Entity\Country {#916 -id: 98 -name: "Holy See (Vatican City State)" -nameEn: "Holy See (Vatican City State)" -code: "VA" -isEnabled: true } App\Entity\Country {#917 -id: 99 -name: "Honduras" -nameEn: "Honduras" -code: "HN" -isEnabled: true } App\Entity\Country {#918 -id: 100 -name: "Hong Kong" -nameEn: "Hong Kong" -code: "HK" -isEnabled: true } App\Entity\Country {#919 -id: 101 -name: "Hungary" -nameEn: "Hungary" -code: "HU" -isEnabled: true } App\Entity\Country {#920 -id: 102 -name: "Iceland" -nameEn: "Iceland" -code: "IS" -isEnabled: true } App\Entity\Country {#921 -id: 103 -name: "Indien" -nameEn: "India" -code: "IN" -isEnabled: true } App\Entity\Country {#922 -id: 104 -name: "Indonesien" -nameEn: "Indonesia" -code: "ID" -isEnabled: true } App\Entity\Country {#923 -id: 105 -name: "Iran, Islamic Republic of" -nameEn: "Iran, Islamic Republic of" -code: "IR" -isEnabled: true } App\Entity\Country {#924 -id: 106 -name: "Iraq" -nameEn: "Iraq" -code: "IQ" -isEnabled: true } App\Entity\Country {#925 -id: 107 -name: "Ireland" -nameEn: "Ireland" -code: "IE" -isEnabled: true } App\Entity\Country {#926 -id: 108 -name: "Isle of Man" -nameEn: "Isle of Man" -code: "IM" -isEnabled: true } App\Entity\Country {#927 -id: 109 -name: "Israel" -nameEn: "Israel" -code: "IL" -isEnabled: true } App\Entity\Country {#928 -id: 110 -name: "Italien" -nameEn: "Italy" -code: "IT" -isEnabled: true } App\Entity\Country {#929 -id: 111 -name: "Jamaica" -nameEn: "Jamaica" -code: "JM" -isEnabled: true } App\Entity\Country {#930 -id: 112 -name: "Japan" -nameEn: "Japan" -code: "JP" -isEnabled: true } App\Entity\Country {#931 -id: 113 -name: "Jersey" -nameEn: "Jersey" -code: "JE" -isEnabled: true } App\Entity\Country {#932 -id: 114 -name: "Jordan" -nameEn: "Jordan" -code: "JO" -isEnabled: true } App\Entity\Country {#933 -id: 115 -name: "Kazakhstan" -nameEn: "Kazakhstan" -code: "KZ" -isEnabled: true } App\Entity\Country {#934 -id: 116 -name: "Kenya" -nameEn: "Kenya" -code: "KE" -isEnabled: true } App\Entity\Country {#935 -id: 117 -name: "Kiribati" -nameEn: "Kiribati" -code: "KI" -isEnabled: true } App\Entity\Country {#936 -id: 118 -name: "Korea, Democratic People's Republic of" -nameEn: "Korea, Democratic People's Republic of" -code: "KP" -isEnabled: true } App\Entity\Country {#937 -id: 119 -name: "Korea, Republic of" -nameEn: "Korea, Republic of" -code: "KR" -isEnabled: true } App\Entity\Country {#938 -id: 120 -name: "Kuwait" -nameEn: "Kuwait" -code: "KW" -isEnabled: true } App\Entity\Country {#939 -id: 121 -name: "Kyrgyzstan" -nameEn: "Kyrgyzstan" -code: "KG" -isEnabled: true } App\Entity\Country {#940 -id: 122 -name: "Lao People's Democratic Republic" -nameEn: "Lao People's Democratic Republic" -code: "LA" -isEnabled: true } App\Entity\Country {#941 -id: 123 -name: "Latvia" -nameEn: "Latvia" -code: "LV" -isEnabled: true } App\Entity\Country {#942 -id: 124 -name: "Lebanon" -nameEn: "Lebanon" -code: "LB" -isEnabled: true } App\Entity\Country {#943 -id: 125 -name: "Lesotho" -nameEn: "Lesotho" -code: "LS" -isEnabled: true } App\Entity\Country {#944 -id: 126 -name: "Liberia" -nameEn: "Liberia" -code: "LR" -isEnabled: true } App\Entity\Country {#945 -id: 127 -name: "Libyen Arab Jamahiriya" -nameEn: "Libyan Arab Jamahiriya" -code: "LY" -isEnabled: true } App\Entity\Country {#947 -id: 129 -name: "Litauen" -nameEn: "Lithuania" -code: "LT" -isEnabled: true } App\Entity\Country {#949 -id: 131 -name: "Macao" -nameEn: "Macao" -code: "MO" -isEnabled: true } App\Entity\Country {#950 -id: 132 -name: "Nordmazedonien" -nameEn: "North Macedonia" -code: "MK" -isEnabled: true } App\Entity\Country {#951 -id: 133 -name: "Madagascar" -nameEn: "Madagascar" -code: "MG" -isEnabled: true } App\Entity\Country {#952 -id: 134 -name: "Malawi" -nameEn: "Malawi" -code: "MW" -isEnabled: true } App\Entity\Country {#953 -id: 135 -name: "Malaysia" -nameEn: "Malaysia" -code: "MY" -isEnabled: true } App\Entity\Country {#954 -id: 136 -name: "Maldives" -nameEn: "Maldives" -code: "MV" -isEnabled: true } App\Entity\Country {#955 -id: 137 -name: "Mali" -nameEn: "Mali" -code: "ML" -isEnabled: true } App\Entity\Country {#956 -id: 138 -name: "Malta" -nameEn: "Malta" -code: "MT" -isEnabled: true } App\Entity\Country {#957 -id: 139 -name: "Marshall Islands" -nameEn: "Marshall Islands" -code: "MH" -isEnabled: true } App\Entity\Country {#958 -id: 140 -name: "Martinique" -nameEn: "Martinique" -code: "MQ" -isEnabled: true } App\Entity\Country {#959 -id: 141 -name: "Mauritania" -nameEn: "Mauritania" -code: "MR" -isEnabled: true } App\Entity\Country {#960 -id: 142 -name: "Mauritius" -nameEn: "Mauritius" -code: "MU" -isEnabled: true } App\Entity\Country {#961 -id: 143 -name: "Mayotte" -nameEn: "Mayotte" -code: "YT" -isEnabled: true } App\Entity\Country {#962 -id: 144 -name: "Mexico" -nameEn: "Mexico" -code: "MX" -isEnabled: true } App\Entity\Country {#963 -id: 145 -name: "Micronesia, Federated States of" -nameEn: "Micronesia, Federated States of" -code: "FM" -isEnabled: true } App\Entity\Country {#964 -id: 146 -name: "Moldova, Republic of" -nameEn: "Moldova, Republic of" -code: "MD" -isEnabled: true } App\Entity\Country {#965 -id: 147 -name: "Monaco" -nameEn: "Monaco" -code: "MC" -isEnabled: true } App\Entity\Country {#966 -id: 148 -name: "Mongolei" -nameEn: "Mongolia" -code: "MN" -isEnabled: true } App\Entity\Country {#967 -id: 149 -name: "Montenegro" -nameEn: "Montenegro" -code: "ME" -isEnabled: true } App\Entity\Country {#968 -id: 150 -name: "Montserrat" -nameEn: "Montserrat" -code: "MS" -isEnabled: true } App\Entity\Country {#969 -id: 151 -name: "Marokko" -nameEn: "Morocco" -code: "MA" -isEnabled: true } App\Entity\Country {#970 -id: 152 -name: "Mosambik" -nameEn: "Mozambique" -code: "MZ" -isEnabled: true } App\Entity\Country {#971 -id: 153 -name: "Myanmar" -nameEn: "Myanmar" -code: "MM" -isEnabled: true } App\Entity\Country {#972 -id: 154 -name: "Namibia" -nameEn: "Namibia" -code: "NA" -isEnabled: true } App\Entity\Country {#973 -id: 155 -name: "Nauru" -nameEn: "Nauru" -code: "NR" -isEnabled: true } App\Entity\Country {#974 -id: 156 -name: "Nepal" -nameEn: "Nepal" -code: "NP" -isEnabled: true } App\Entity\Country {#976 -id: 158 -name: "Neukaledonien" -nameEn: "New Caledonia" -code: "NC" -isEnabled: true } App\Entity\Country {#977 -id: 159 -name: "Neuseeland" -nameEn: "New Zealand" -code: "NZ" -isEnabled: true } App\Entity\Country {#978 -id: 160 -name: "Nicaragua" -nameEn: "Nicaragua" -code: "NI" -isEnabled: true } App\Entity\Country {#979 -id: 161 -name: "Niger" -nameEn: "Niger" -code: "NE" -isEnabled: true } App\Entity\Country {#980 -id: 162 -name: "Nigeria" -nameEn: "Nigeria" -code: "NG" -isEnabled: true } App\Entity\Country {#981 -id: 163 -name: "Niue" -nameEn: "Niue" -code: "NU" -isEnabled: true } App\Entity\Country {#982 -id: 164 -name: "Norfolkinsel" -nameEn: "Norfolk Island" -code: "NF" -isEnabled: true } App\Entity\Country {#983 -id: 165 -name: "Nördliche Marianen" -nameEn: "Northern Mariana Islands" -code: "MP" -isEnabled: true } App\Entity\Country {#984 -id: 166 -name: "Norwegen" -nameEn: "Norway" -code: "NO" -isEnabled: true } App\Entity\Country {#985 -id: 167 -name: "Oman" -nameEn: "Oman" -code: "OM" -isEnabled: true } App\Entity\Country {#986 -id: 168 -name: "Pakistan" -nameEn: "Pakistan" -code: "PK" -isEnabled: true } App\Entity\Country {#987 -id: 169 -name: "Palau" -nameEn: "Palau" -code: "PW" -isEnabled: true } App\Entity\Country {#988 -id: 170 -name: "Palästinensische Autonomiegebiete" -nameEn: "Palestinian territory, occupied" -code: "PS" -isEnabled: true } App\Entity\Country {#989 -id: 171 -name: "Panama" -nameEn: "Panama" -code: "PA" -isEnabled: true } App\Entity\Country {#990 -id: 172 -name: "Papua-Neuguinea" -nameEn: "Papua New Guinea" -code: "PG" -isEnabled: true } App\Entity\Country {#991 -id: 173 -name: "Paraguay" -nameEn: "Paraguay" -code: "PY" -isEnabled: true } App\Entity\Country {#992 -id: 174 -name: "Peru" -nameEn: "Peru" -code: "PE" -isEnabled: true } App\Entity\Country {#993 -id: 175 -name: "Philippinen" -nameEn: "Philippines" -code: "PH" -isEnabled: true } App\Entity\Country {#994 -id: 176 -name: "Pitcairn" -nameEn: "Pitcairn" -code: "PN" -isEnabled: true } App\Entity\Country {#996 -id: 178 -name: "Portugal" -nameEn: "Portugal" -code: "PT" -isEnabled: true } App\Entity\Country {#997 -id: 179 -name: "Puerto Rico" -nameEn: "Puerto Rico" -code: "PR" -isEnabled: true } App\Entity\Country {#998 -id: 180 -name: "Katar" -nameEn: "Qatar" -code: "QA" -isEnabled: true } App\Entity\Country {#999 -id: 181 -name: "Réunion" -nameEn: "Réunion" -code: "RE" -isEnabled: true } App\Entity\Country {#1000 -id: 182 -name: "Rumänien" -nameEn: "Romania" -code: "RO" -isEnabled: true } App\Entity\Country {#1001 -id: 183 -name: "Russland" -nameEn: "Russian Federation" -code: "RU" -isEnabled: true } App\Entity\Country {#1002 -id: 184 -name: "Ruanda" -nameEn: "Rwanda" -code: "RW" -isEnabled: true } App\Entity\Country {#1003 -id: 185 -name: "Saint-Barthélemy" -nameEn: "Saint Barthélemy" -code: "BL" -isEnabled: true } App\Entity\Country {#1004 -id: 186 -name: "Sankt Helena, Ascension und Tristan da Cunha" -nameEn: "Saint Helena, Ascension and Tristan da Cunha" -code: "SH" -isEnabled: true } App\Entity\Country {#1005 -id: 187 -name: "Sankt Kitts und Nevis" -nameEn: "Saint Kitts and Nevis" -code: "KN" -isEnabled: true } App\Entity\Country {#1006 -id: 188 -name: "Sankt Lucia" -nameEn: "Saint Lucia" -code: "LC" -isEnabled: true } App\Entity\Country {#1007 -id: 189 -name: "Sankt Martin (Frankreich)" -nameEn: "Saint Martin (french part)" -code: "MF" -isEnabled: true } App\Entity\Country {#1008 -id: 190 -name: "Sankt Pierre und Miquelon" -nameEn: "Saint Pierre and Miquelon" -code: "PM" -isEnabled: true } App\Entity\Country {#1009 -id: 191 -name: "Sankt Vincent und die Grenadinen" -nameEn: "Saint Vincent and the Grenadines" -code: "VC" -isEnabled: true } App\Entity\Country {#1010 -id: 192 -name: "Samoa" -nameEn: "Samoa" -code: "WS" -isEnabled: true } App\Entity\Country {#1011 -id: 193 -name: "San Marino" -nameEn: "San Marino" -code: "SM" -isEnabled: true } App\Entity\Country {#1012 -id: 194 -name: "São Tomé und Príncipe" -nameEn: "Sao Tome and Principe" -code: "ST" -isEnabled: true } App\Entity\Country {#1013 -id: 195 -name: "Saudi-Arabien" -nameEn: "Saudi Arabia" -code: "SA" -isEnabled: true } App\Entity\Country {#1014 -id: 196 -name: "Senegal" -nameEn: "Senegal" -code: "SN" -isEnabled: true } App\Entity\Country {#1015 -id: 197 -name: "Serbien" -nameEn: "Serbia" -code: "RS" -isEnabled: true } App\Entity\Country {#1016 -id: 198 -name: "Seychellen" -nameEn: "Seychelles" -code: "SC" -isEnabled: true } App\Entity\Country {#1017 -id: 199 -name: "Sierra Leone" -nameEn: "Sierra Leone" -code: "SL" -isEnabled: true } App\Entity\Country {#1018 -id: 200 -name: "Singapur" -nameEn: "Singapore" -code: "SG" -isEnabled: true } App\Entity\Country {#1019 -id: 201 -name: "Sint Maarten (Niederlande)" -nameEn: "Sint Maarten (dutch part)" -code: "SX" -isEnabled: true } App\Entity\Country {#1020 -id: 202 -name: "Slowakei" -nameEn: "Slovakia" -code: "SK" -isEnabled: true } App\Entity\Country {#1021 -id: 203 -name: "Slowenien" -nameEn: "Slovenia" -code: "SI" -isEnabled: true } App\Entity\Country {#1022 -id: 204 -name: "Solomon Islands" -nameEn: "Solomon Islands" -code: "SB" -isEnabled: true } App\Entity\Country {#1023 -id: 205 -name: "Somalia" -nameEn: "Somalia" -code: "SO" -isEnabled: true } App\Entity\Country {#1024 -id: 206 -name: "Südafrika" -nameEn: "South Africa" -code: "ZA" -isEnabled: true } App\Entity\Country {#1025 -id: 207 -name: "South Georgia and the South Sandwich Islands" -nameEn: "South Georgia and the South Sandwich Islands" -code: "GS" -isEnabled: true } App\Entity\Country {#1026 -id: 208 -name: "South Sudan" -nameEn: "South Sudan" -code: "SS" -isEnabled: true } App\Entity\Country {#1027 -id: 209 -name: "Spanien" -nameEn: "Spain" -code: "ES" -isEnabled: true } App\Entity\Country {#1028 -id: 210 -name: "Sri Lanka" -nameEn: "Sri Lanka" -code: "LK" -isEnabled: true } App\Entity\Country {#1029 -id: 211 -name: "Sudan" -nameEn: "Sudan" -code: "SD" -isEnabled: true } App\Entity\Country {#1030 -id: 212 -name: "Suriname" -nameEn: "Suriname" -code: "SR" -isEnabled: true } App\Entity\Country {#1031 -id: 213 -name: "Svalbard und Jan Mayen" -nameEn: "Svalbard and Jan Mayen" -code: "SJ" -isEnabled: true } App\Entity\Country {#1032 -id: 214 -name: "Swasiland" -nameEn: "Swaziland" -code: "SZ" -isEnabled: true } App\Entity\Country {#1033 -id: 215 -name: "Schweden" -nameEn: "Sweden" -code: "SE" -isEnabled: true } App\Entity\Country {#1035 -id: 217 -name: "Syrien, Arabische Republik" -nameEn: "Syrian Arab Republic" -code: "SY" -isEnabled: true } App\Entity\Country {#1036 -id: 218 -name: "Taiwan, Provinz von China" -nameEn: "Taiwan, province of China" -code: "TW" -isEnabled: true } App\Entity\Country {#1037 -id: 219 -name: "Tadschikistan" -nameEn: "Tajikistan" -code: "TJ" -isEnabled: true } App\Entity\Country {#1038 -id: 220 -name: "Tansania, Vereinigte Republik" -nameEn: "Tanzania, United Republic of" -code: "TZ" -isEnabled: true } App\Entity\Country {#1039 -id: 221 -name: "Thailand" -nameEn: "Thailand" -code: "TH" -isEnabled: true } App\Entity\Country {#1040 -id: 222 -name: "Timor-Leste (Osttimor)" -nameEn: "Timor-leste" -code: "TL" -isEnabled: true } App\Entity\Country {#1041 -id: 223 -name: "Togo" -nameEn: "Togo" -code: "TG" -isEnabled: true } App\Entity\Country {#1042 -id: 224 -name: "Tokelau" -nameEn: "Tokelau" -code: "TK" -isEnabled: true } App\Entity\Country {#1043 -id: 225 -name: "Tonga" -nameEn: "Tonga" -code: "TO" -isEnabled: true } App\Entity\Country {#1044 -id: 226 -name: "Trinidad und Tobago" -nameEn: "Trinidad and Tobago" -code: "TT" -isEnabled: true } App\Entity\Country {#1045 -id: 227 -name: "Tunesien" -nameEn: "Tunisia" -code: "TN" -isEnabled: true } App\Entity\Country {#1046 -id: 228 -name: "Türkei" -nameEn: "Turkey" -code: "TR" -isEnabled: true } App\Entity\Country {#1047 -id: 229 -name: "Turkmenistan" -nameEn: "Turkmenistan" -code: "TM" -isEnabled: true } App\Entity\Country {#1048 -id: 230 -name: "Turks- und Caicosinseln" -nameEn: "Turks and Caicos Islands" -code: "TC" -isEnabled: true } App\Entity\Country {#1049 -id: 231 -name: "Tuvalu" -nameEn: "Tuvalu" -code: "TV" -isEnabled: true } App\Entity\Country {#1050 -id: 232 -name: "Uganda" -nameEn: "Uganda" -code: "UG" -isEnabled: true } App\Entity\Country {#1051 -id: 233 -name: "Ukraine" -nameEn: "Ukraine" -code: "UA" -isEnabled: true } App\Entity\Country {#1052 -id: 234 -name: "Vereinigte Arabische Emirate" -nameEn: "United Arab Emirates" -code: "AE" -isEnabled: true } App\Entity\Country {#1053 -id: 235 -name: "Vereinigtes Königreich" -nameEn: "United Kingdom" -code: "GB" -isEnabled: true } App\Entity\Country {#1054 -id: 236 -name: "Vereinigte Staaten" -nameEn: "United States" -code: "US" -isEnabled: true } App\Entity\Country {#1055 -id: 237 -name: "United States minor outlying islands" -nameEn: "United States minor outlying islands" -code: "UM" -isEnabled: true } App\Entity\Country {#1056 -id: 238 -name: "Uruguay" -nameEn: "Uruguay" -code: "UY" -isEnabled: true } App\Entity\Country {#1057 -id: 239 -name: "Usbekistan" -nameEn: "Uzbekistan" -code: "UZ" -isEnabled: true } App\Entity\Country {#1058 -id: 240 -name: "Vanuatu" -nameEn: "Vanuatu" -code: "VU" -isEnabled: true } App\Entity\Country {#1059 -id: 241 -name: "Venezuela, Bolivarische Republik" -nameEn: "Venezuela, Bolivarian Republic of" -code: "VE" -isEnabled: true } App\Entity\Country {#1060 -id: 242 -name: "Vietnam" -nameEn: "Vietnam" -code: "VN" -isEnabled: true } App\Entity\Country {#1061 -id: 243 -name: "Jungferninseln, Britische" -nameEn: "Virgin Islands, British" -code: "VG" -isEnabled: true } App\Entity\Country {#1062 -id: 244 -name: "Jungferninseln, Amerikanische" -nameEn: "Virgin Islands, U.S." -code: "VI" -isEnabled: true } App\Entity\Country {#1063 -id: 245 -name: "Wallis und Futuna" -nameEn: "Wallis and Futuna" -code: "WF" -isEnabled: true } App\Entity\Country {#1064 -id: 246 -name: "Westsahara" -nameEn: "Western Sahara" -code: "EH" -isEnabled: true } App\Entity\Country {#1065 -id: 247 -name: "Jemen" -nameEn: "Yemen" -code: "YE" -isEnabled: true } App\Entity\Country {#1066 -id: 248 -name: "Zambia" -nameEn: "Zambia" -code: "ZM" -isEnabled: true } App\Entity\Country {#1067 -id: 249 -name: "Simbabwe" -nameEn: "Zimbabwe" -code: "ZW" -isEnabled: true } ] |
| class | "App\Entity\Country" |
same as passed value |
| label | "Land" |
same as passed value |
| preferred_choices | [ App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } ] |
[ App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } ] |
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 | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1180 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1181 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1183 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1182 …} } |
| choices | [ App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } App\Entity\Country {#818 -id: 1 -name: "Afghanistan" -nameEn: "Afghanistan" -code: "AF" -isEnabled: true } App\Entity\Country {#820 -id: 2 -name: "Åland Islands" -nameEn: "Åland Islands" -code: "AX" -isEnabled: true } App\Entity\Country {#821 -id: 3 -name: "Albanien" -nameEn: "Albania" -code: "AL" -isEnabled: true } App\Entity\Country {#822 -id: 4 -name: "Algerien" -nameEn: "Algeria" -code: "DZ" -isEnabled: true } App\Entity\Country {#823 -id: 5 -name: "American Samoa" -nameEn: "American Samoa" -code: "AS" -isEnabled: true } App\Entity\Country {#824 -id: 6 -name: "Andorra" -nameEn: "Andorra" -code: "AD" -isEnabled: true } App\Entity\Country {#825 -id: 7 -name: "Angola" -nameEn: "Angola" -code: "AO" -isEnabled: true } App\Entity\Country {#826 -id: 8 -name: "Anguilla" -nameEn: "Anguilla" -code: "AI" -isEnabled: true } App\Entity\Country {#827 -id: 9 -name: "Antarctica" -nameEn: "Antarctica" -code: "AQ" -isEnabled: true } App\Entity\Country {#828 -id: 10 -name: "Antigua and Barbuda" -nameEn: "Antigua and Barbuda" -code: "AG" -isEnabled: true } App\Entity\Country {#829 -id: 11 -name: "Argentinien" -nameEn: "Argentina" -code: "AR" -isEnabled: true } App\Entity\Country {#830 -id: 12 -name: "Armenien" -nameEn: "Armenia" -code: "AM" -isEnabled: true } App\Entity\Country {#831 -id: 13 -name: "Aruba" -nameEn: "Aruba" -code: "AW" -isEnabled: true } App\Entity\Country {#832 -id: 14 -name: "Australien" -nameEn: "Australia" -code: "AU" -isEnabled: true } App\Entity\Country {#834 -id: 16 -name: "Azerbaijan" -nameEn: "Azerbaijan" -code: "AZ" -isEnabled: true } App\Entity\Country {#835 -id: 17 -name: "Bahamas" -nameEn: "Bahamas" -code: "BS" -isEnabled: true } App\Entity\Country {#836 -id: 18 -name: "Bahrain" -nameEn: "Bahrain" -code: "BH" -isEnabled: true } App\Entity\Country {#837 -id: 19 -name: "Bangladesch" -nameEn: "Bangladesh" -code: "BD" -isEnabled: true } App\Entity\Country {#838 -id: 20 -name: "Barbados" -nameEn: "Barbados" -code: "BB" -isEnabled: true } App\Entity\Country {#839 -id: 21 -name: "Belarus" -nameEn: "Belarus" -code: "BY" -isEnabled: true } App\Entity\Country {#840 -id: 22 -name: "Belgien" -nameEn: "Belgium" -code: "BE" -isEnabled: true } App\Entity\Country {#841 -id: 23 -name: "Belize" -nameEn: "Belize" -code: "BZ" -isEnabled: true } App\Entity\Country {#842 -id: 24 -name: "Benin" -nameEn: "Benin" -code: "BJ" -isEnabled: true } App\Entity\Country {#843 -id: 25 -name: "Bermuda" -nameEn: "Bermuda" -code: "BM" -isEnabled: true } App\Entity\Country {#844 -id: 26 -name: "Bhutan" -nameEn: "Bhutan" -code: "BT" -isEnabled: true } App\Entity\Country {#845 -id: 27 -name: "Bolivia, plurinational state of" -nameEn: "Bolivia, plurinational state of" -code: "BO" -isEnabled: true } App\Entity\Country {#846 -id: 28 -name: "Bonaire, sint eustatius and saba" -nameEn: "Bonaire, sint eustatius and saba" -code: "BQ" -isEnabled: true } App\Entity\Country {#847 -id: 29 -name: "Bosnia and Herzegovina" -nameEn: "Bosnia and Herzegovina" -code: "BA" -isEnabled: true } App\Entity\Country {#848 -id: 30 -name: "Botswana" -nameEn: "Botswana" -code: "BW" -isEnabled: true } App\Entity\Country {#849 -id: 31 -name: "Bouvet Island" -nameEn: "Bouvet Island" -code: "BV" -isEnabled: true } App\Entity\Country {#850 -id: 32 -name: "Brazilien" -nameEn: "Brazil" -code: "BR" -isEnabled: true } App\Entity\Country {#851 -id: 33 -name: "British Indian Ocean Territory" -nameEn: "British Indian Ocean Territory" -code: "IO" -isEnabled: true } App\Entity\Country {#852 -id: 34 -name: "Brunei Darussalam" -nameEn: "Brunei Darussalam" -code: "BN" -isEnabled: true } App\Entity\Country {#853 -id: 35 -name: "Bulgarien" -nameEn: "Bulgaria" -code: "BG" -isEnabled: true } App\Entity\Country {#854 -id: 36 -name: "Burkina Faso" -nameEn: "Burkina Faso" -code: "BF" -isEnabled: true } App\Entity\Country {#855 -id: 37 -name: "Burundi" -nameEn: "Burundi" -code: "BI" -isEnabled: true } App\Entity\Country {#856 -id: 38 -name: "Kambodscha" -nameEn: "Cambodia" -code: "KH" -isEnabled: true } App\Entity\Country {#857 -id: 39 -name: "Kamerun" -nameEn: "Cameroon" -code: "CM" -isEnabled: true } App\Entity\Country {#858 -id: 40 -name: "Kanada" -nameEn: "Canada" -code: "CA" -isEnabled: true } App\Entity\Country {#859 -id: 41 -name: "Kap Verde" -nameEn: "Cape Verde" -code: "CV" -isEnabled: true } App\Entity\Country {#860 -id: 42 -name: "Cayman Islands" -nameEn: "Cayman Islands" -code: "KY" -isEnabled: true } App\Entity\Country {#861 -id: 43 -name: "Zentralafrikanische Republik" -nameEn: "Central African Republic" -code: "CF" -isEnabled: true } App\Entity\Country {#862 -id: 44 -name: "Tschad" -nameEn: "Chad" -code: "TD" -isEnabled: true } App\Entity\Country {#863 -id: 45 -name: "Chile" -nameEn: "Chile" -code: "CL" -isEnabled: true } App\Entity\Country {#864 -id: 46 -name: "China" -nameEn: "China" -code: "CN" -isEnabled: true } App\Entity\Country {#865 -id: 47 -name: "Christmas Island" -nameEn: "Christmas Island" -code: "CX" -isEnabled: true } App\Entity\Country {#866 -id: 48 -name: "Cocos (Keeling) Islands" -nameEn: "Cocos (Keeling) Islands" -code: "CC" -isEnabled: true } App\Entity\Country {#867 -id: 49 -name: "Kolumbien" -nameEn: "Colombia" -code: "CO" -isEnabled: true } App\Entity\Country {#868 -id: 50 -name: "Comoros" -nameEn: "Comoros" -code: "KM" -isEnabled: true } App\Entity\Country {#869 -id: 51 -name: "Congo" -nameEn: "Congo" -code: "CG" -isEnabled: true } App\Entity\Country {#870 -id: 52 -name: "Congo, the democratic republic of the" -nameEn: "Congo, the democratic republic of the" -code: "CD" -isEnabled: true } App\Entity\Country {#871 -id: 53 -name: "Cook Islands" -nameEn: "Cook Islands" -code: "CK" -isEnabled: true } App\Entity\Country {#872 -id: 54 -name: "Costa Rica" -nameEn: "Costa Rica" -code: "CR" -isEnabled: true } App\Entity\Country {#873 -id: 55 -name: "Côte d'ivoire" -nameEn: "Côte d'ivoire" -code: "CI" -isEnabled: true } App\Entity\Country {#874 -id: 56 -name: "Kroatien" -nameEn: "Croatia" -code: "HR" -isEnabled: true } App\Entity\Country {#875 -id: 57 -name: "Kuba" -nameEn: "Cuba" -code: "CU" -isEnabled: true } App\Entity\Country {#876 -id: 58 -name: "Curaçao" -nameEn: "Curaçao" -code: "CW" -isEnabled: true } App\Entity\Country {#877 -id: 59 -name: "Zypern" -nameEn: "Cyprus" -code: "CY" -isEnabled: true } App\Entity\Country {#878 -id: 60 -name: "Tschechien" -nameEn: "Czech Republic" -code: "CZ" -isEnabled: true } App\Entity\Country {#879 -id: 61 -name: "Dänemark" -nameEn: "Denmark" -code: "DK" -isEnabled: true } App\Entity\Country {#880 -id: 62 -name: "Djibouti" -nameEn: "Djibouti" -code: "DJ" -isEnabled: true } App\Entity\Country {#881 -id: 63 -name: "Dominica" -nameEn: "Dominica" -code: "DM" -isEnabled: true } App\Entity\Country {#882 -id: 64 -name: "Dominican Republic" -nameEn: "Dominican Republic" -code: "DO" -isEnabled: true } App\Entity\Country {#883 -id: 65 -name: "Ecuador" -nameEn: "Ecuador" -code: "EC" -isEnabled: true } App\Entity\Country {#884 -id: 66 -name: "Ägypten" -nameEn: "Egypt" -code: "EG" -isEnabled: true } App\Entity\Country {#885 -id: 67 -name: "El Salvador" -nameEn: "El Salvador" -code: "SV" -isEnabled: true } App\Entity\Country {#886 -id: 68 -name: "Equatorial Guinea" -nameEn: "Equatorial Guinea" -code: "GQ" -isEnabled: true } App\Entity\Country {#887 -id: 69 -name: "Eritrea" -nameEn: "Eritrea" -code: "ER" -isEnabled: true } App\Entity\Country {#888 -id: 70 -name: "Estland" -nameEn: "Estonia" -code: "EE" -isEnabled: true } App\Entity\Country {#889 -id: 71 -name: "Äthiopien" -nameEn: "Ethiopia" -code: "ET" -isEnabled: true } App\Entity\Country {#890 -id: 72 -name: "Falkland Islands (Malvinas)" -nameEn: "Falkland Islands (Malvinas)" -code: "FK" -isEnabled: true } App\Entity\Country {#891 -id: 73 -name: "Faroe Islands" -nameEn: "Faroe Islands" -code: "FO" -isEnabled: true } App\Entity\Country {#892 -id: 74 -name: "Fidschi" -nameEn: "Fiji" -code: "FJ" -isEnabled: true } App\Entity\Country {#893 -id: 75 -name: "Finland" -nameEn: "Finland" -code: "FI" -isEnabled: true } App\Entity\Country {#895 -id: 77 -name: "French Guiana" -nameEn: "French Guiana" -code: "GF" -isEnabled: true } App\Entity\Country {#896 -id: 78 -name: "Französisch Polynesien" -nameEn: "French Polynesia" -code: "PF" -isEnabled: true } App\Entity\Country {#897 -id: 79 -name: "French Southern Territories" -nameEn: "French Southern Territories" -code: "TF" -isEnabled: true } App\Entity\Country {#898 -id: 80 -name: "Gabon" -nameEn: "Gabon" -code: "GA" -isEnabled: true } App\Entity\Country {#899 -id: 81 -name: "Gambia" -nameEn: "Gambia" -code: "GM" -isEnabled: true } App\Entity\Country {#900 -id: 82 -name: "Georgien" -nameEn: "Georgia" -code: "GE" -isEnabled: true } App\Entity\Country {#902 -id: 84 -name: "Ghana" -nameEn: "Ghana" -code: "GH" -isEnabled: true } App\Entity\Country {#903 -id: 85 -name: "Gibraltar" -nameEn: "Gibraltar" -code: "GI" -isEnabled: true } App\Entity\Country {#904 -id: 86 -name: "Griechenland" -nameEn: "Greece" -code: "GR" -isEnabled: true } App\Entity\Country {#905 -id: 87 -name: "Greenland" -nameEn: "Greenland" -code: "GL" -isEnabled: true } App\Entity\Country {#906 -id: 88 -name: "Grenada" -nameEn: "Grenada" -code: "GD" -isEnabled: true } App\Entity\Country {#907 -id: 89 -name: "Guadeloupe" -nameEn: "Guadeloupe" -code: "GP" -isEnabled: true } App\Entity\Country {#908 -id: 90 -name: "Guam" -nameEn: "Guam" -code: "GU" -isEnabled: true } App\Entity\Country {#909 -id: 91 -name: "Guatemala" -nameEn: "Guatemala" -code: "GT" -isEnabled: true } App\Entity\Country {#910 -id: 92 -name: "Guernsey" -nameEn: "Guernsey" -code: "GG" -isEnabled: true } App\Entity\Country {#911 -id: 93 -name: "Guinea" -nameEn: "Guinea" -code: "GN" -isEnabled: true } App\Entity\Country {#912 -id: 94 -name: "Guinea-bissau" -nameEn: "Guinea-bissau" -code: "GW" -isEnabled: true } App\Entity\Country {#913 -id: 95 -name: "Guyana" -nameEn: "Guyana" -code: "GY" -isEnabled: true } App\Entity\Country {#914 -id: 96 -name: "Haiti" -nameEn: "Haiti" -code: "HT" -isEnabled: true } App\Entity\Country {#915 -id: 97 -name: "Heard Island and McDonald Islands" -nameEn: "Heard Island and McDonald Islands" -code: "HM" -isEnabled: true } App\Entity\Country {#916 -id: 98 -name: "Holy See (Vatican City State)" -nameEn: "Holy See (Vatican City State)" -code: "VA" -isEnabled: true } App\Entity\Country {#917 -id: 99 -name: "Honduras" -nameEn: "Honduras" -code: "HN" -isEnabled: true } App\Entity\Country {#918 -id: 100 -name: "Hong Kong" -nameEn: "Hong Kong" -code: "HK" -isEnabled: true } App\Entity\Country {#919 -id: 101 -name: "Hungary" -nameEn: "Hungary" -code: "HU" -isEnabled: true } App\Entity\Country {#920 -id: 102 -name: "Iceland" -nameEn: "Iceland" -code: "IS" -isEnabled: true } App\Entity\Country {#921 -id: 103 -name: "Indien" -nameEn: "India" -code: "IN" -isEnabled: true } App\Entity\Country {#922 -id: 104 -name: "Indonesien" -nameEn: "Indonesia" -code: "ID" -isEnabled: true } App\Entity\Country {#923 -id: 105 -name: "Iran, Islamic Republic of" -nameEn: "Iran, Islamic Republic of" -code: "IR" -isEnabled: true } App\Entity\Country {#924 -id: 106 -name: "Iraq" -nameEn: "Iraq" -code: "IQ" -isEnabled: true } App\Entity\Country {#925 -id: 107 -name: "Ireland" -nameEn: "Ireland" -code: "IE" -isEnabled: true } App\Entity\Country {#926 -id: 108 -name: "Isle of Man" -nameEn: "Isle of Man" -code: "IM" -isEnabled: true } App\Entity\Country {#927 -id: 109 -name: "Israel" -nameEn: "Israel" -code: "IL" -isEnabled: true } App\Entity\Country {#928 -id: 110 -name: "Italien" -nameEn: "Italy" -code: "IT" -isEnabled: true } App\Entity\Country {#929 -id: 111 -name: "Jamaica" -nameEn: "Jamaica" -code: "JM" -isEnabled: true } App\Entity\Country {#930 -id: 112 -name: "Japan" -nameEn: "Japan" -code: "JP" -isEnabled: true } App\Entity\Country {#931 -id: 113 -name: "Jersey" -nameEn: "Jersey" -code: "JE" -isEnabled: true } App\Entity\Country {#932 -id: 114 -name: "Jordan" -nameEn: "Jordan" -code: "JO" -isEnabled: true } App\Entity\Country {#933 -id: 115 -name: "Kazakhstan" -nameEn: "Kazakhstan" -code: "KZ" -isEnabled: true } App\Entity\Country {#934 -id: 116 -name: "Kenya" -nameEn: "Kenya" -code: "KE" -isEnabled: true } App\Entity\Country {#935 -id: 117 -name: "Kiribati" -nameEn: "Kiribati" -code: "KI" -isEnabled: true } App\Entity\Country {#936 -id: 118 -name: "Korea, Democratic People's Republic of" -nameEn: "Korea, Democratic People's Republic of" -code: "KP" -isEnabled: true } App\Entity\Country {#937 -id: 119 -name: "Korea, Republic of" -nameEn: "Korea, Republic of" -code: "KR" -isEnabled: true } App\Entity\Country {#938 -id: 120 -name: "Kuwait" -nameEn: "Kuwait" -code: "KW" -isEnabled: true } App\Entity\Country {#939 -id: 121 -name: "Kyrgyzstan" -nameEn: "Kyrgyzstan" -code: "KG" -isEnabled: true } App\Entity\Country {#940 -id: 122 -name: "Lao People's Democratic Republic" -nameEn: "Lao People's Democratic Republic" -code: "LA" -isEnabled: true } App\Entity\Country {#941 -id: 123 -name: "Latvia" -nameEn: "Latvia" -code: "LV" -isEnabled: true } App\Entity\Country {#942 -id: 124 -name: "Lebanon" -nameEn: "Lebanon" -code: "LB" -isEnabled: true } App\Entity\Country {#943 -id: 125 -name: "Lesotho" -nameEn: "Lesotho" -code: "LS" -isEnabled: true } App\Entity\Country {#944 -id: 126 -name: "Liberia" -nameEn: "Liberia" -code: "LR" -isEnabled: true } App\Entity\Country {#945 -id: 127 -name: "Libyen Arab Jamahiriya" -nameEn: "Libyan Arab Jamahiriya" -code: "LY" -isEnabled: true } App\Entity\Country {#947 -id: 129 -name: "Litauen" -nameEn: "Lithuania" -code: "LT" -isEnabled: true } App\Entity\Country {#949 -id: 131 -name: "Macao" -nameEn: "Macao" -code: "MO" -isEnabled: true } App\Entity\Country {#950 -id: 132 -name: "Nordmazedonien" -nameEn: "North Macedonia" -code: "MK" -isEnabled: true } App\Entity\Country {#951 -id: 133 -name: "Madagascar" -nameEn: "Madagascar" -code: "MG" -isEnabled: true } App\Entity\Country {#952 -id: 134 -name: "Malawi" -nameEn: "Malawi" -code: "MW" -isEnabled: true } App\Entity\Country {#953 -id: 135 -name: "Malaysia" -nameEn: "Malaysia" -code: "MY" -isEnabled: true } App\Entity\Country {#954 -id: 136 -name: "Maldives" -nameEn: "Maldives" -code: "MV" -isEnabled: true } App\Entity\Country {#955 -id: 137 -name: "Mali" -nameEn: "Mali" -code: "ML" -isEnabled: true } App\Entity\Country {#956 -id: 138 -name: "Malta" -nameEn: "Malta" -code: "MT" -isEnabled: true } App\Entity\Country {#957 -id: 139 -name: "Marshall Islands" -nameEn: "Marshall Islands" -code: "MH" -isEnabled: true } App\Entity\Country {#958 -id: 140 -name: "Martinique" -nameEn: "Martinique" -code: "MQ" -isEnabled: true } App\Entity\Country {#959 -id: 141 -name: "Mauritania" -nameEn: "Mauritania" -code: "MR" -isEnabled: true } App\Entity\Country {#960 -id: 142 -name: "Mauritius" -nameEn: "Mauritius" -code: "MU" -isEnabled: true } App\Entity\Country {#961 -id: 143 -name: "Mayotte" -nameEn: "Mayotte" -code: "YT" -isEnabled: true } App\Entity\Country {#962 -id: 144 -name: "Mexico" -nameEn: "Mexico" -code: "MX" -isEnabled: true } App\Entity\Country {#963 -id: 145 -name: "Micronesia, Federated States of" -nameEn: "Micronesia, Federated States of" -code: "FM" -isEnabled: true } App\Entity\Country {#964 -id: 146 -name: "Moldova, Republic of" -nameEn: "Moldova, Republic of" -code: "MD" -isEnabled: true } App\Entity\Country {#965 -id: 147 -name: "Monaco" -nameEn: "Monaco" -code: "MC" -isEnabled: true } App\Entity\Country {#966 -id: 148 -name: "Mongolei" -nameEn: "Mongolia" -code: "MN" -isEnabled: true } App\Entity\Country {#967 -id: 149 -name: "Montenegro" -nameEn: "Montenegro" -code: "ME" -isEnabled: true } App\Entity\Country {#968 -id: 150 -name: "Montserrat" -nameEn: "Montserrat" -code: "MS" -isEnabled: true } App\Entity\Country {#969 -id: 151 -name: "Marokko" -nameEn: "Morocco" -code: "MA" -isEnabled: true } App\Entity\Country {#970 -id: 152 -name: "Mosambik" -nameEn: "Mozambique" -code: "MZ" -isEnabled: true } App\Entity\Country {#971 -id: 153 -name: "Myanmar" -nameEn: "Myanmar" -code: "MM" -isEnabled: true } App\Entity\Country {#972 -id: 154 -name: "Namibia" -nameEn: "Namibia" -code: "NA" -isEnabled: true } App\Entity\Country {#973 -id: 155 -name: "Nauru" -nameEn: "Nauru" -code: "NR" -isEnabled: true } App\Entity\Country {#974 -id: 156 -name: "Nepal" -nameEn: "Nepal" -code: "NP" -isEnabled: true } App\Entity\Country {#976 -id: 158 -name: "Neukaledonien" -nameEn: "New Caledonia" -code: "NC" -isEnabled: true } App\Entity\Country {#977 -id: 159 -name: "Neuseeland" -nameEn: "New Zealand" -code: "NZ" -isEnabled: true } App\Entity\Country {#978 -id: 160 -name: "Nicaragua" -nameEn: "Nicaragua" -code: "NI" -isEnabled: true } App\Entity\Country {#979 -id: 161 -name: "Niger" -nameEn: "Niger" -code: "NE" -isEnabled: true } App\Entity\Country {#980 -id: 162 -name: "Nigeria" -nameEn: "Nigeria" -code: "NG" -isEnabled: true } App\Entity\Country {#981 -id: 163 -name: "Niue" -nameEn: "Niue" -code: "NU" -isEnabled: true } App\Entity\Country {#982 -id: 164 -name: "Norfolkinsel" -nameEn: "Norfolk Island" -code: "NF" -isEnabled: true } App\Entity\Country {#983 -id: 165 -name: "Nördliche Marianen" -nameEn: "Northern Mariana Islands" -code: "MP" -isEnabled: true } App\Entity\Country {#984 -id: 166 -name: "Norwegen" -nameEn: "Norway" -code: "NO" -isEnabled: true } App\Entity\Country {#985 -id: 167 -name: "Oman" -nameEn: "Oman" -code: "OM" -isEnabled: true } App\Entity\Country {#986 -id: 168 -name: "Pakistan" -nameEn: "Pakistan" -code: "PK" -isEnabled: true } App\Entity\Country {#987 -id: 169 -name: "Palau" -nameEn: "Palau" -code: "PW" -isEnabled: true } App\Entity\Country {#988 -id: 170 -name: "Palästinensische Autonomiegebiete" -nameEn: "Palestinian territory, occupied" -code: "PS" -isEnabled: true } App\Entity\Country {#989 -id: 171 -name: "Panama" -nameEn: "Panama" -code: "PA" -isEnabled: true } App\Entity\Country {#990 -id: 172 -name: "Papua-Neuguinea" -nameEn: "Papua New Guinea" -code: "PG" -isEnabled: true } App\Entity\Country {#991 -id: 173 -name: "Paraguay" -nameEn: "Paraguay" -code: "PY" -isEnabled: true } App\Entity\Country {#992 -id: 174 -name: "Peru" -nameEn: "Peru" -code: "PE" -isEnabled: true } App\Entity\Country {#993 -id: 175 -name: "Philippinen" -nameEn: "Philippines" -code: "PH" -isEnabled: true } App\Entity\Country {#994 -id: 176 -name: "Pitcairn" -nameEn: "Pitcairn" -code: "PN" -isEnabled: true } App\Entity\Country {#996 -id: 178 -name: "Portugal" -nameEn: "Portugal" -code: "PT" -isEnabled: true } App\Entity\Country {#997 -id: 179 -name: "Puerto Rico" -nameEn: "Puerto Rico" -code: "PR" -isEnabled: true } App\Entity\Country {#998 -id: 180 -name: "Katar" -nameEn: "Qatar" -code: "QA" -isEnabled: true } App\Entity\Country {#999 -id: 181 -name: "Réunion" -nameEn: "Réunion" -code: "RE" -isEnabled: true } App\Entity\Country {#1000 -id: 182 -name: "Rumänien" -nameEn: "Romania" -code: "RO" -isEnabled: true } App\Entity\Country {#1001 -id: 183 -name: "Russland" -nameEn: "Russian Federation" -code: "RU" -isEnabled: true } App\Entity\Country {#1002 -id: 184 -name: "Ruanda" -nameEn: "Rwanda" -code: "RW" -isEnabled: true } App\Entity\Country {#1003 -id: 185 -name: "Saint-Barthélemy" -nameEn: "Saint Barthélemy" -code: "BL" -isEnabled: true } App\Entity\Country {#1004 -id: 186 -name: "Sankt Helena, Ascension und Tristan da Cunha" -nameEn: "Saint Helena, Ascension and Tristan da Cunha" -code: "SH" -isEnabled: true } App\Entity\Country {#1005 -id: 187 -name: "Sankt Kitts und Nevis" -nameEn: "Saint Kitts and Nevis" -code: "KN" -isEnabled: true } App\Entity\Country {#1006 -id: 188 -name: "Sankt Lucia" -nameEn: "Saint Lucia" -code: "LC" -isEnabled: true } App\Entity\Country {#1007 -id: 189 -name: "Sankt Martin (Frankreich)" -nameEn: "Saint Martin (french part)" -code: "MF" -isEnabled: true } App\Entity\Country {#1008 -id: 190 -name: "Sankt Pierre und Miquelon" -nameEn: "Saint Pierre and Miquelon" -code: "PM" -isEnabled: true } App\Entity\Country {#1009 -id: 191 -name: "Sankt Vincent und die Grenadinen" -nameEn: "Saint Vincent and the Grenadines" -code: "VC" -isEnabled: true } App\Entity\Country {#1010 -id: 192 -name: "Samoa" -nameEn: "Samoa" -code: "WS" -isEnabled: true } App\Entity\Country {#1011 -id: 193 -name: "San Marino" -nameEn: "San Marino" -code: "SM" -isEnabled: true } App\Entity\Country {#1012 -id: 194 -name: "São Tomé und Príncipe" -nameEn: "Sao Tome and Principe" -code: "ST" -isEnabled: true } App\Entity\Country {#1013 -id: 195 -name: "Saudi-Arabien" -nameEn: "Saudi Arabia" -code: "SA" -isEnabled: true } App\Entity\Country {#1014 -id: 196 -name: "Senegal" -nameEn: "Senegal" -code: "SN" -isEnabled: true } App\Entity\Country {#1015 -id: 197 -name: "Serbien" -nameEn: "Serbia" -code: "RS" -isEnabled: true } App\Entity\Country {#1016 -id: 198 -name: "Seychellen" -nameEn: "Seychelles" -code: "SC" -isEnabled: true } App\Entity\Country {#1017 -id: 199 -name: "Sierra Leone" -nameEn: "Sierra Leone" -code: "SL" -isEnabled: true } App\Entity\Country {#1018 -id: 200 -name: "Singapur" -nameEn: "Singapore" -code: "SG" -isEnabled: true } App\Entity\Country {#1019 -id: 201 -name: "Sint Maarten (Niederlande)" -nameEn: "Sint Maarten (dutch part)" -code: "SX" -isEnabled: true } App\Entity\Country {#1020 -id: 202 -name: "Slowakei" -nameEn: "Slovakia" -code: "SK" -isEnabled: true } App\Entity\Country {#1021 -id: 203 -name: "Slowenien" -nameEn: "Slovenia" -code: "SI" -isEnabled: true } App\Entity\Country {#1022 -id: 204 -name: "Solomon Islands" -nameEn: "Solomon Islands" -code: "SB" -isEnabled: true } App\Entity\Country {#1023 -id: 205 -name: "Somalia" -nameEn: "Somalia" -code: "SO" -isEnabled: true } App\Entity\Country {#1024 -id: 206 -name: "Südafrika" -nameEn: "South Africa" -code: "ZA" -isEnabled: true } App\Entity\Country {#1025 -id: 207 -name: "South Georgia and the South Sandwich Islands" -nameEn: "South Georgia and the South Sandwich Islands" -code: "GS" -isEnabled: true } App\Entity\Country {#1026 -id: 208 -name: "South Sudan" -nameEn: "South Sudan" -code: "SS" -isEnabled: true } App\Entity\Country {#1027 -id: 209 -name: "Spanien" -nameEn: "Spain" -code: "ES" -isEnabled: true } App\Entity\Country {#1028 -id: 210 -name: "Sri Lanka" -nameEn: "Sri Lanka" -code: "LK" -isEnabled: true } App\Entity\Country {#1029 -id: 211 -name: "Sudan" -nameEn: "Sudan" -code: "SD" -isEnabled: true } App\Entity\Country {#1030 -id: 212 -name: "Suriname" -nameEn: "Suriname" -code: "SR" -isEnabled: true } App\Entity\Country {#1031 -id: 213 -name: "Svalbard und Jan Mayen" -nameEn: "Svalbard and Jan Mayen" -code: "SJ" -isEnabled: true } App\Entity\Country {#1032 -id: 214 -name: "Swasiland" -nameEn: "Swaziland" -code: "SZ" -isEnabled: true } App\Entity\Country {#1033 -id: 215 -name: "Schweden" -nameEn: "Sweden" -code: "SE" -isEnabled: true } App\Entity\Country {#1035 -id: 217 -name: "Syrien, Arabische Republik" -nameEn: "Syrian Arab Republic" -code: "SY" -isEnabled: true } App\Entity\Country {#1036 -id: 218 -name: "Taiwan, Provinz von China" -nameEn: "Taiwan, province of China" -code: "TW" -isEnabled: true } App\Entity\Country {#1037 -id: 219 -name: "Tadschikistan" -nameEn: "Tajikistan" -code: "TJ" -isEnabled: true } App\Entity\Country {#1038 -id: 220 -name: "Tansania, Vereinigte Republik" -nameEn: "Tanzania, United Republic of" -code: "TZ" -isEnabled: true } App\Entity\Country {#1039 -id: 221 -name: "Thailand" -nameEn: "Thailand" -code: "TH" -isEnabled: true } App\Entity\Country {#1040 -id: 222 -name: "Timor-Leste (Osttimor)" -nameEn: "Timor-leste" -code: "TL" -isEnabled: true } App\Entity\Country {#1041 -id: 223 -name: "Togo" -nameEn: "Togo" -code: "TG" -isEnabled: true } App\Entity\Country {#1042 -id: 224 -name: "Tokelau" -nameEn: "Tokelau" -code: "TK" -isEnabled: true } App\Entity\Country {#1043 -id: 225 -name: "Tonga" -nameEn: "Tonga" -code: "TO" -isEnabled: true } App\Entity\Country {#1044 -id: 226 -name: "Trinidad und Tobago" -nameEn: "Trinidad and Tobago" -code: "TT" -isEnabled: true } App\Entity\Country {#1045 -id: 227 -name: "Tunesien" -nameEn: "Tunisia" -code: "TN" -isEnabled: true } App\Entity\Country {#1046 -id: 228 -name: "Türkei" -nameEn: "Turkey" -code: "TR" -isEnabled: true } App\Entity\Country {#1047 -id: 229 -name: "Turkmenistan" -nameEn: "Turkmenistan" -code: "TM" -isEnabled: true } App\Entity\Country {#1048 -id: 230 -name: "Turks- und Caicosinseln" -nameEn: "Turks and Caicos Islands" -code: "TC" -isEnabled: true } App\Entity\Country {#1049 -id: 231 -name: "Tuvalu" -nameEn: "Tuvalu" -code: "TV" -isEnabled: true } App\Entity\Country {#1050 -id: 232 -name: "Uganda" -nameEn: "Uganda" -code: "UG" -isEnabled: true } App\Entity\Country {#1051 -id: 233 -name: "Ukraine" -nameEn: "Ukraine" -code: "UA" -isEnabled: true } App\Entity\Country {#1052 -id: 234 -name: "Vereinigte Arabische Emirate" -nameEn: "United Arab Emirates" -code: "AE" -isEnabled: true } App\Entity\Country {#1053 -id: 235 -name: "Vereinigtes Königreich" -nameEn: "United Kingdom" -code: "GB" -isEnabled: true } App\Entity\Country {#1054 -id: 236 -name: "Vereinigte Staaten" -nameEn: "United States" -code: "US" -isEnabled: true } App\Entity\Country {#1055 -id: 237 -name: "United States minor outlying islands" -nameEn: "United States minor outlying islands" -code: "UM" -isEnabled: true } App\Entity\Country {#1056 -id: 238 -name: "Uruguay" -nameEn: "Uruguay" -code: "UY" -isEnabled: true } App\Entity\Country {#1057 -id: 239 -name: "Usbekistan" -nameEn: "Uzbekistan" -code: "UZ" -isEnabled: true } App\Entity\Country {#1058 -id: 240 -name: "Vanuatu" -nameEn: "Vanuatu" -code: "VU" -isEnabled: true } App\Entity\Country {#1059 -id: 241 -name: "Venezuela, Bolivarische Republik" -nameEn: "Venezuela, Bolivarian Republic of" -code: "VE" -isEnabled: true } App\Entity\Country {#1060 -id: 242 -name: "Vietnam" -nameEn: "Vietnam" -code: "VN" -isEnabled: true } App\Entity\Country {#1061 -id: 243 -name: "Jungferninseln, Britische" -nameEn: "Virgin Islands, British" -code: "VG" -isEnabled: true } App\Entity\Country {#1062 -id: 244 -name: "Jungferninseln, Amerikanische" -nameEn: "Virgin Islands, U.S." -code: "VI" -isEnabled: true } App\Entity\Country {#1063 -id: 245 -name: "Wallis und Futuna" -nameEn: "Wallis and Futuna" -code: "WF" -isEnabled: true } App\Entity\Country {#1064 -id: 246 -name: "Westsahara" -nameEn: "Western Sahara" -code: "EH" -isEnabled: true } App\Entity\Country {#1065 -id: 247 -name: "Jemen" -nameEn: "Yemen" -code: "YE" -isEnabled: true } App\Entity\Country {#1066 -id: 248 -name: "Zambia" -nameEn: "Zambia" -code: "ZM" -isEnabled: true } App\Entity\Country {#1067 -id: 249 -name: "Simbabwe" -nameEn: "Zimbabwe" -code: "ZW" -isEnabled: true } ] |
| 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerIm1Xm07\EntityManagerGhostEbeb667 {#272 …12} |
| 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 {#1179 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerIm1Xm07\EntityManagerGhostEbeb667 {#272 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#674 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Land" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [ App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } ] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1178 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1176 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_country" ] |
| cache_key | "_form_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1463 +label: "Deutschland" +value: "83" +data: App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1465 +label: "Österreich" +value: "15" +data: App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1464 +label: "Schweiz" +value: "216" +data: App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1467 +label: "Niederlande" +value: "157" +data: App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1468 +label: "Frankreich" +value: "76" +data: App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1469 +label: "Polen" +value: "177" +data: App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1470 +label: "Liechtenstein" +value: "128" +data: App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1471 +label: "Luxembourg" +value: "130" +data: App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1472 +label: "Afghanistan" +value: "1" +data: App\Entity\Country {#818 -id: 1 -name: "Afghanistan" -nameEn: "Afghanistan" -code: "AF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1473 +label: "Åland Islands" +value: "2" +data: App\Entity\Country {#820 -id: 2 -name: "Åland Islands" -nameEn: "Åland Islands" -code: "AX" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1474 +label: "Albanien" +value: "3" +data: App\Entity\Country {#821 -id: 3 -name: "Albanien" -nameEn: "Albania" -code: "AL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1475 +label: "Algerien" +value: "4" +data: App\Entity\Country {#822 -id: 4 -name: "Algerien" -nameEn: "Algeria" -code: "DZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1476 +label: "American Samoa" +value: "5" +data: App\Entity\Country {#823 -id: 5 -name: "American Samoa" -nameEn: "American Samoa" -code: "AS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1477 +label: "Andorra" +value: "6" +data: App\Entity\Country {#824 -id: 6 -name: "Andorra" -nameEn: "Andorra" -code: "AD" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1478 +label: "Angola" +value: "7" +data: App\Entity\Country {#825 -id: 7 -name: "Angola" -nameEn: "Angola" -code: "AO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1479 +label: "Anguilla" +value: "8" +data: App\Entity\Country {#826 -id: 8 -name: "Anguilla" -nameEn: "Anguilla" -code: "AI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1480 +label: "Antarctica" +value: "9" +data: App\Entity\Country {#827 -id: 9 -name: "Antarctica" -nameEn: "Antarctica" -code: "AQ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1481 +label: "Antigua and Barbuda" +value: "10" +data: App\Entity\Country {#828 -id: 10 -name: "Antigua and Barbuda" -nameEn: "Antigua and Barbuda" -code: "AG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1482 +label: "Argentinien" +value: "11" +data: App\Entity\Country {#829 -id: 11 -name: "Argentinien" -nameEn: "Argentina" -code: "AR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1483 +label: "Armenien" +value: "12" +data: App\Entity\Country {#830 -id: 12 -name: "Armenien" -nameEn: "Armenia" -code: "AM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1484 +label: "Aruba" +value: "13" +data: App\Entity\Country {#831 -id: 13 -name: "Aruba" -nameEn: "Aruba" -code: "AW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1485 +label: "Australien" +value: "14" +data: App\Entity\Country {#832 -id: 14 -name: "Australien" -nameEn: "Australia" -code: "AU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1486 +label: "Azerbaijan" +value: "16" +data: App\Entity\Country {#834 -id: 16 -name: "Azerbaijan" -nameEn: "Azerbaijan" -code: "AZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1487 +label: "Bahamas" +value: "17" +data: App\Entity\Country {#835 -id: 17 -name: "Bahamas" -nameEn: "Bahamas" -code: "BS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1488 +label: "Bahrain" +value: "18" +data: App\Entity\Country {#836 -id: 18 -name: "Bahrain" -nameEn: "Bahrain" -code: "BH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1489 +label: "Bangladesch" +value: "19" +data: App\Entity\Country {#837 -id: 19 -name: "Bangladesch" -nameEn: "Bangladesh" -code: "BD" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1490 +label: "Barbados" +value: "20" +data: App\Entity\Country {#838 -id: 20 -name: "Barbados" -nameEn: "Barbados" -code: "BB" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1491 +label: "Belarus" +value: "21" +data: App\Entity\Country {#839 -id: 21 -name: "Belarus" -nameEn: "Belarus" -code: "BY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1492 +label: "Belgien" +value: "22" +data: App\Entity\Country {#840 -id: 22 -name: "Belgien" -nameEn: "Belgium" -code: "BE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1493 +label: "Belize" +value: "23" +data: App\Entity\Country {#841 -id: 23 -name: "Belize" -nameEn: "Belize" -code: "BZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1494 +label: "Benin" +value: "24" +data: App\Entity\Country {#842 -id: 24 -name: "Benin" -nameEn: "Benin" -code: "BJ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1495 +label: "Bermuda" +value: "25" +data: App\Entity\Country {#843 -id: 25 -name: "Bermuda" -nameEn: "Bermuda" -code: "BM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1496 +label: "Bhutan" +value: "26" +data: App\Entity\Country {#844 -id: 26 -name: "Bhutan" -nameEn: "Bhutan" -code: "BT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1497 +label: "Bolivia, plurinational state of" +value: "27" +data: App\Entity\Country {#845 -id: 27 -name: "Bolivia, plurinational state of" -nameEn: "Bolivia, plurinational state of" -code: "BO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1498 +label: "Bonaire, sint eustatius and saba" +value: "28" +data: App\Entity\Country {#846 -id: 28 -name: "Bonaire, sint eustatius and saba" -nameEn: "Bonaire, sint eustatius and saba" -code: "BQ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1499 +label: "Bosnia and Herzegovina" +value: "29" +data: App\Entity\Country {#847 -id: 29 -name: "Bosnia and Herzegovina" -nameEn: "Bosnia and Herzegovina" -code: "BA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1500 +label: "Botswana" +value: "30" +data: App\Entity\Country {#848 -id: 30 -name: "Botswana" -nameEn: "Botswana" -code: "BW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1501 +label: "Bouvet Island" +value: "31" +data: App\Entity\Country {#849 -id: 31 -name: "Bouvet Island" -nameEn: "Bouvet Island" -code: "BV" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1502 +label: "Brazilien" +value: "32" +data: App\Entity\Country {#850 -id: 32 -name: "Brazilien" -nameEn: "Brazil" -code: "BR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1503 +label: "British Indian Ocean Territory" +value: "33" +data: App\Entity\Country {#851 -id: 33 -name: "British Indian Ocean Territory" -nameEn: "British Indian Ocean Territory" -code: "IO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1504 +label: "Brunei Darussalam" +value: "34" +data: App\Entity\Country {#852 -id: 34 -name: "Brunei Darussalam" -nameEn: "Brunei Darussalam" -code: "BN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1505 +label: "Bulgarien" +value: "35" +data: App\Entity\Country {#853 -id: 35 -name: "Bulgarien" -nameEn: "Bulgaria" -code: "BG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1506 +label: "Burkina Faso" +value: "36" +data: App\Entity\Country {#854 -id: 36 -name: "Burkina Faso" -nameEn: "Burkina Faso" -code: "BF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1507 +label: "Burundi" +value: "37" +data: App\Entity\Country {#855 -id: 37 -name: "Burundi" -nameEn: "Burundi" -code: "BI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1508 +label: "Kambodscha" +value: "38" +data: App\Entity\Country {#856 -id: 38 -name: "Kambodscha" -nameEn: "Cambodia" -code: "KH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1509 +label: "Kamerun" +value: "39" +data: App\Entity\Country {#857 -id: 39 -name: "Kamerun" -nameEn: "Cameroon" -code: "CM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1510 +label: "Kanada" +value: "40" +data: App\Entity\Country {#858 -id: 40 -name: "Kanada" -nameEn: "Canada" -code: "CA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1511 +label: "Kap Verde" +value: "41" +data: App\Entity\Country {#859 -id: 41 -name: "Kap Verde" -nameEn: "Cape Verde" -code: "CV" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1512 +label: "Cayman Islands" +value: "42" +data: App\Entity\Country {#860 -id: 42 -name: "Cayman Islands" -nameEn: "Cayman Islands" -code: "KY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1513 +label: "Zentralafrikanische Republik" +value: "43" +data: App\Entity\Country {#861 -id: 43 -name: "Zentralafrikanische Republik" -nameEn: "Central African Republic" -code: "CF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1514 +label: "Tschad" +value: "44" +data: App\Entity\Country {#862 -id: 44 -name: "Tschad" -nameEn: "Chad" -code: "TD" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1515 +label: "Chile" +value: "45" +data: App\Entity\Country {#863 -id: 45 -name: "Chile" -nameEn: "Chile" -code: "CL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1516 +label: "China" +value: "46" +data: App\Entity\Country {#864 -id: 46 -name: "China" -nameEn: "China" -code: "CN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1517 +label: "Christmas Island" +value: "47" +data: App\Entity\Country {#865 -id: 47 -name: "Christmas Island" -nameEn: "Christmas Island" -code: "CX" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1518 +label: "Cocos (Keeling) Islands" +value: "48" +data: App\Entity\Country {#866 -id: 48 -name: "Cocos (Keeling) Islands" -nameEn: "Cocos (Keeling) Islands" -code: "CC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1519 +label: "Kolumbien" +value: "49" +data: App\Entity\Country {#867 -id: 49 -name: "Kolumbien" -nameEn: "Colombia" -code: "CO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1520 +label: "Comoros" +value: "50" +data: App\Entity\Country {#868 -id: 50 -name: "Comoros" -nameEn: "Comoros" -code: "KM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1521 +label: "Congo" +value: "51" +data: App\Entity\Country {#869 -id: 51 -name: "Congo" -nameEn: "Congo" -code: "CG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1522 +label: "Congo, the democratic republic of the" +value: "52" +data: App\Entity\Country {#870 -id: 52 -name: "Congo, the democratic republic of the" -nameEn: "Congo, the democratic republic of the" -code: "CD" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1523 +label: "Cook Islands" +value: "53" +data: App\Entity\Country {#871 -id: 53 -name: "Cook Islands" -nameEn: "Cook Islands" -code: "CK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1524 +label: "Costa Rica" +value: "54" +data: App\Entity\Country {#872 -id: 54 -name: "Costa Rica" -nameEn: "Costa Rica" -code: "CR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1525 +label: "Côte d'ivoire" +value: "55" +data: App\Entity\Country {#873 -id: 55 -name: "Côte d'ivoire" -nameEn: "Côte d'ivoire" -code: "CI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1526 +label: "Kroatien" +value: "56" +data: App\Entity\Country {#874 -id: 56 -name: "Kroatien" -nameEn: "Croatia" -code: "HR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1527 +label: "Kuba" +value: "57" +data: App\Entity\Country {#875 -id: 57 -name: "Kuba" -nameEn: "Cuba" -code: "CU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1528 +label: "Curaçao" +value: "58" +data: App\Entity\Country {#876 -id: 58 -name: "Curaçao" -nameEn: "Curaçao" -code: "CW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1529 +label: "Zypern" +value: "59" +data: App\Entity\Country {#877 -id: 59 -name: "Zypern" -nameEn: "Cyprus" -code: "CY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1530 +label: "Tschechien" +value: "60" +data: App\Entity\Country {#878 -id: 60 -name: "Tschechien" -nameEn: "Czech Republic" -code: "CZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1531 +label: "Dänemark" +value: "61" +data: App\Entity\Country {#879 -id: 61 -name: "Dänemark" -nameEn: "Denmark" -code: "DK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1532 +label: "Djibouti" +value: "62" +data: App\Entity\Country {#880 -id: 62 -name: "Djibouti" -nameEn: "Djibouti" -code: "DJ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1533 +label: "Dominica" +value: "63" +data: App\Entity\Country {#881 -id: 63 -name: "Dominica" -nameEn: "Dominica" -code: "DM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1534 +label: "Dominican Republic" +value: "64" +data: App\Entity\Country {#882 -id: 64 -name: "Dominican Republic" -nameEn: "Dominican Republic" -code: "DO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1535 +label: "Ecuador" +value: "65" +data: App\Entity\Country {#883 -id: 65 -name: "Ecuador" -nameEn: "Ecuador" -code: "EC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1536 +label: "Ägypten" +value: "66" +data: App\Entity\Country {#884 -id: 66 -name: "Ägypten" -nameEn: "Egypt" -code: "EG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1537 +label: "El Salvador" +value: "67" +data: App\Entity\Country {#885 -id: 67 -name: "El Salvador" -nameEn: "El Salvador" -code: "SV" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1538 +label: "Equatorial Guinea" +value: "68" +data: App\Entity\Country {#886 -id: 68 -name: "Equatorial Guinea" -nameEn: "Equatorial Guinea" -code: "GQ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1539 +label: "Eritrea" +value: "69" +data: App\Entity\Country {#887 -id: 69 -name: "Eritrea" -nameEn: "Eritrea" -code: "ER" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1540 +label: "Estland" +value: "70" +data: App\Entity\Country {#888 -id: 70 -name: "Estland" -nameEn: "Estonia" -code: "EE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1541 +label: "Äthiopien" +value: "71" +data: App\Entity\Country {#889 -id: 71 -name: "Äthiopien" -nameEn: "Ethiopia" -code: "ET" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1542 +label: "Falkland Islands (Malvinas)" +value: "72" +data: App\Entity\Country {#890 -id: 72 -name: "Falkland Islands (Malvinas)" -nameEn: "Falkland Islands (Malvinas)" -code: "FK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1543 +label: "Faroe Islands" +value: "73" +data: App\Entity\Country {#891 -id: 73 -name: "Faroe Islands" -nameEn: "Faroe Islands" -code: "FO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1544 +label: "Fidschi" +value: "74" +data: App\Entity\Country {#892 -id: 74 -name: "Fidschi" -nameEn: "Fiji" -code: "FJ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1545 +label: "Finland" +value: "75" +data: App\Entity\Country {#893 -id: 75 -name: "Finland" -nameEn: "Finland" -code: "FI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1546 +label: "French Guiana" +value: "77" +data: App\Entity\Country {#895 -id: 77 -name: "French Guiana" -nameEn: "French Guiana" -code: "GF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1547 +label: "Französisch Polynesien" +value: "78" +data: App\Entity\Country {#896 -id: 78 -name: "Französisch Polynesien" -nameEn: "French Polynesia" -code: "PF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1548 +label: "French Southern Territories" +value: "79" +data: App\Entity\Country {#897 -id: 79 -name: "French Southern Territories" -nameEn: "French Southern Territories" -code: "TF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1549 +label: "Gabon" +value: "80" +data: App\Entity\Country {#898 -id: 80 -name: "Gabon" -nameEn: "Gabon" -code: "GA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1550 +label: "Gambia" +value: "81" +data: App\Entity\Country {#899 -id: 81 -name: "Gambia" -nameEn: "Gambia" -code: "GM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1551 +label: "Georgien" +value: "82" +data: App\Entity\Country {#900 -id: 82 -name: "Georgien" -nameEn: "Georgia" -code: "GE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1552 +label: "Ghana" +value: "84" +data: App\Entity\Country {#902 -id: 84 -name: "Ghana" -nameEn: "Ghana" -code: "GH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1553 +label: "Gibraltar" +value: "85" +data: App\Entity\Country {#903 -id: 85 -name: "Gibraltar" -nameEn: "Gibraltar" -code: "GI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1554 +label: "Griechenland" +value: "86" +data: App\Entity\Country {#904 -id: 86 -name: "Griechenland" -nameEn: "Greece" -code: "GR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1555 +label: "Greenland" +value: "87" +data: App\Entity\Country {#905 -id: 87 -name: "Greenland" -nameEn: "Greenland" -code: "GL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1556 +label: "Grenada" +value: "88" +data: App\Entity\Country {#906 -id: 88 -name: "Grenada" -nameEn: "Grenada" -code: "GD" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1557 +label: "Guadeloupe" +value: "89" +data: App\Entity\Country {#907 -id: 89 -name: "Guadeloupe" -nameEn: "Guadeloupe" -code: "GP" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1558 +label: "Guam" +value: "90" +data: App\Entity\Country {#908 -id: 90 -name: "Guam" -nameEn: "Guam" -code: "GU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1559 +label: "Guatemala" +value: "91" +data: App\Entity\Country {#909 -id: 91 -name: "Guatemala" -nameEn: "Guatemala" -code: "GT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1560 +label: "Guernsey" +value: "92" +data: App\Entity\Country {#910 -id: 92 -name: "Guernsey" -nameEn: "Guernsey" -code: "GG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1561 +label: "Guinea" +value: "93" +data: App\Entity\Country {#911 -id: 93 -name: "Guinea" -nameEn: "Guinea" -code: "GN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1562 +label: "Guinea-bissau" +value: "94" +data: App\Entity\Country {#912 -id: 94 -name: "Guinea-bissau" -nameEn: "Guinea-bissau" -code: "GW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1563 +label: "Guyana" +value: "95" +data: App\Entity\Country {#913 -id: 95 -name: "Guyana" -nameEn: "Guyana" -code: "GY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1564 +label: "Haiti" +value: "96" +data: App\Entity\Country {#914 -id: 96 -name: "Haiti" -nameEn: "Haiti" -code: "HT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1565 +label: "Heard Island and McDonald Islands" +value: "97" +data: App\Entity\Country {#915 -id: 97 -name: "Heard Island and McDonald Islands" -nameEn: "Heard Island and McDonald Islands" -code: "HM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1566 +label: "Holy See (Vatican City State)" +value: "98" +data: App\Entity\Country {#916 -id: 98 -name: "Holy See (Vatican City State)" -nameEn: "Holy See (Vatican City State)" -code: "VA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1567 +label: "Honduras" +value: "99" +data: App\Entity\Country {#917 -id: 99 -name: "Honduras" -nameEn: "Honduras" -code: "HN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1568 +label: "Hong Kong" +value: "100" +data: App\Entity\Country {#918 -id: 100 -name: "Hong Kong" -nameEn: "Hong Kong" -code: "HK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1569 +label: "Hungary" +value: "101" +data: App\Entity\Country {#919 -id: 101 -name: "Hungary" -nameEn: "Hungary" -code: "HU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1570 +label: "Iceland" +value: "102" +data: App\Entity\Country {#920 -id: 102 -name: "Iceland" -nameEn: "Iceland" -code: "IS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1571 +label: "Indien" +value: "103" +data: App\Entity\Country {#921 -id: 103 -name: "Indien" -nameEn: "India" -code: "IN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1572 +label: "Indonesien" +value: "104" +data: App\Entity\Country {#922 -id: 104 -name: "Indonesien" -nameEn: "Indonesia" -code: "ID" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1573 +label: "Iran, Islamic Republic of" +value: "105" +data: App\Entity\Country {#923 -id: 105 -name: "Iran, Islamic Republic of" -nameEn: "Iran, Islamic Republic of" -code: "IR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1574 +label: "Iraq" +value: "106" +data: App\Entity\Country {#924 -id: 106 -name: "Iraq" -nameEn: "Iraq" -code: "IQ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1575 +label: "Ireland" +value: "107" +data: App\Entity\Country {#925 -id: 107 -name: "Ireland" -nameEn: "Ireland" -code: "IE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1576 +label: "Isle of Man" +value: "108" +data: App\Entity\Country {#926 -id: 108 -name: "Isle of Man" -nameEn: "Isle of Man" -code: "IM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1577 +label: "Israel" +value: "109" +data: App\Entity\Country {#927 -id: 109 -name: "Israel" -nameEn: "Israel" -code: "IL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1578 +label: "Italien" +value: "110" +data: App\Entity\Country {#928 -id: 110 -name: "Italien" -nameEn: "Italy" -code: "IT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1579 +label: "Jamaica" +value: "111" +data: App\Entity\Country {#929 -id: 111 -name: "Jamaica" -nameEn: "Jamaica" -code: "JM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1580 +label: "Japan" +value: "112" +data: App\Entity\Country {#930 -id: 112 -name: "Japan" -nameEn: "Japan" -code: "JP" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1581 +label: "Jersey" +value: "113" +data: App\Entity\Country {#931 -id: 113 -name: "Jersey" -nameEn: "Jersey" -code: "JE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1582 +label: "Jordan" +value: "114" +data: App\Entity\Country {#932 -id: 114 -name: "Jordan" -nameEn: "Jordan" -code: "JO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1583 +label: "Kazakhstan" +value: "115" +data: App\Entity\Country {#933 -id: 115 -name: "Kazakhstan" -nameEn: "Kazakhstan" -code: "KZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1584 +label: "Kenya" +value: "116" +data: App\Entity\Country {#934 -id: 116 -name: "Kenya" -nameEn: "Kenya" -code: "KE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1585 +label: "Kiribati" +value: "117" +data: App\Entity\Country {#935 -id: 117 -name: "Kiribati" -nameEn: "Kiribati" -code: "KI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1586 +label: "Korea, Democratic People's Republic of" +value: "118" +data: App\Entity\Country {#936 -id: 118 -name: "Korea, Democratic People's Republic of" -nameEn: "Korea, Democratic People's Republic of" -code: "KP" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1587 +label: "Korea, Republic of" +value: "119" +data: App\Entity\Country {#937 -id: 119 -name: "Korea, Republic of" -nameEn: "Korea, Republic of" -code: "KR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1588 +label: "Kuwait" +value: "120" +data: App\Entity\Country {#938 -id: 120 -name: "Kuwait" -nameEn: "Kuwait" -code: "KW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1589 +label: "Kyrgyzstan" +value: "121" +data: App\Entity\Country {#939 -id: 121 -name: "Kyrgyzstan" -nameEn: "Kyrgyzstan" -code: "KG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1590 +label: "Lao People's Democratic Republic" +value: "122" +data: App\Entity\Country {#940 -id: 122 -name: "Lao People's Democratic Republic" -nameEn: "Lao People's Democratic Republic" -code: "LA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1591 +label: "Latvia" +value: "123" +data: App\Entity\Country {#941 -id: 123 -name: "Latvia" -nameEn: "Latvia" -code: "LV" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1592 +label: "Lebanon" +value: "124" +data: App\Entity\Country {#942 -id: 124 -name: "Lebanon" -nameEn: "Lebanon" -code: "LB" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1593 +label: "Lesotho" +value: "125" +data: App\Entity\Country {#943 -id: 125 -name: "Lesotho" -nameEn: "Lesotho" -code: "LS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1594 +label: "Liberia" +value: "126" +data: App\Entity\Country {#944 -id: 126 -name: "Liberia" -nameEn: "Liberia" -code: "LR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1595 +label: "Libyen Arab Jamahiriya" +value: "127" +data: App\Entity\Country {#945 -id: 127 -name: "Libyen Arab Jamahiriya" -nameEn: "Libyan Arab Jamahiriya" -code: "LY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1596 +label: "Litauen" +value: "129" +data: App\Entity\Country {#947 -id: 129 -name: "Litauen" -nameEn: "Lithuania" -code: "LT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1597 +label: "Macao" +value: "131" +data: App\Entity\Country {#949 -id: 131 -name: "Macao" -nameEn: "Macao" -code: "MO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1598 +label: "Nordmazedonien" +value: "132" +data: App\Entity\Country {#950 -id: 132 -name: "Nordmazedonien" -nameEn: "North Macedonia" -code: "MK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1599 +label: "Madagascar" +value: "133" +data: App\Entity\Country {#951 -id: 133 -name: "Madagascar" -nameEn: "Madagascar" -code: "MG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1600 +label: "Malawi" +value: "134" +data: App\Entity\Country {#952 -id: 134 -name: "Malawi" -nameEn: "Malawi" -code: "MW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1601 +label: "Malaysia" +value: "135" +data: App\Entity\Country {#953 -id: 135 -name: "Malaysia" -nameEn: "Malaysia" -code: "MY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1602 +label: "Maldives" +value: "136" +data: App\Entity\Country {#954 -id: 136 -name: "Maldives" -nameEn: "Maldives" -code: "MV" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1603 +label: "Mali" +value: "137" +data: App\Entity\Country {#955 -id: 137 -name: "Mali" -nameEn: "Mali" -code: "ML" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1604 +label: "Malta" +value: "138" +data: App\Entity\Country {#956 -id: 138 -name: "Malta" -nameEn: "Malta" -code: "MT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1605 +label: "Marshall Islands" +value: "139" +data: App\Entity\Country {#957 -id: 139 -name: "Marshall Islands" -nameEn: "Marshall Islands" -code: "MH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1606 +label: "Martinique" +value: "140" +data: App\Entity\Country {#958 -id: 140 -name: "Martinique" -nameEn: "Martinique" -code: "MQ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1607 +label: "Mauritania" +value: "141" +data: App\Entity\Country {#959 -id: 141 -name: "Mauritania" -nameEn: "Mauritania" -code: "MR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1608 +label: "Mauritius" +value: "142" +data: App\Entity\Country {#960 -id: 142 -name: "Mauritius" -nameEn: "Mauritius" -code: "MU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1609 +label: "Mayotte" +value: "143" +data: App\Entity\Country {#961 -id: 143 -name: "Mayotte" -nameEn: "Mayotte" -code: "YT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1610 +label: "Mexico" +value: "144" +data: App\Entity\Country {#962 -id: 144 -name: "Mexico" -nameEn: "Mexico" -code: "MX" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1611 +label: "Micronesia, Federated States of" +value: "145" +data: App\Entity\Country {#963 -id: 145 -name: "Micronesia, Federated States of" -nameEn: "Micronesia, Federated States of" -code: "FM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1612 +label: "Moldova, Republic of" +value: "146" +data: App\Entity\Country {#964 -id: 146 -name: "Moldova, Republic of" -nameEn: "Moldova, Republic of" -code: "MD" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1613 +label: "Monaco" +value: "147" +data: App\Entity\Country {#965 -id: 147 -name: "Monaco" -nameEn: "Monaco" -code: "MC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1614 +label: "Mongolei" +value: "148" +data: App\Entity\Country {#966 -id: 148 -name: "Mongolei" -nameEn: "Mongolia" -code: "MN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1615 +label: "Montenegro" +value: "149" +data: App\Entity\Country {#967 -id: 149 -name: "Montenegro" -nameEn: "Montenegro" -code: "ME" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1616 +label: "Montserrat" +value: "150" +data: App\Entity\Country {#968 -id: 150 -name: "Montserrat" -nameEn: "Montserrat" -code: "MS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1617 +label: "Marokko" +value: "151" +data: App\Entity\Country {#969 -id: 151 -name: "Marokko" -nameEn: "Morocco" -code: "MA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1618 +label: "Mosambik" +value: "152" +data: App\Entity\Country {#970 -id: 152 -name: "Mosambik" -nameEn: "Mozambique" -code: "MZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1619 +label: "Myanmar" +value: "153" +data: App\Entity\Country {#971 -id: 153 -name: "Myanmar" -nameEn: "Myanmar" -code: "MM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1620 +label: "Namibia" +value: "154" +data: App\Entity\Country {#972 -id: 154 -name: "Namibia" -nameEn: "Namibia" -code: "NA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1621 +label: "Nauru" +value: "155" +data: App\Entity\Country {#973 -id: 155 -name: "Nauru" -nameEn: "Nauru" -code: "NR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1622 +label: "Nepal" +value: "156" +data: App\Entity\Country {#974 -id: 156 -name: "Nepal" -nameEn: "Nepal" -code: "NP" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1623 +label: "Neukaledonien" +value: "158" +data: App\Entity\Country {#976 -id: 158 -name: "Neukaledonien" -nameEn: "New Caledonia" -code: "NC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1624 +label: "Neuseeland" +value: "159" +data: App\Entity\Country {#977 -id: 159 -name: "Neuseeland" -nameEn: "New Zealand" -code: "NZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1625 +label: "Nicaragua" +value: "160" +data: App\Entity\Country {#978 -id: 160 -name: "Nicaragua" -nameEn: "Nicaragua" -code: "NI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1626 +label: "Niger" +value: "161" +data: App\Entity\Country {#979 -id: 161 -name: "Niger" -nameEn: "Niger" -code: "NE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1627 +label: "Nigeria" +value: "162" +data: App\Entity\Country {#980 -id: 162 -name: "Nigeria" -nameEn: "Nigeria" -code: "NG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1628 +label: "Niue" +value: "163" +data: App\Entity\Country {#981 -id: 163 -name: "Niue" -nameEn: "Niue" -code: "NU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1629 +label: "Norfolkinsel" +value: "164" +data: App\Entity\Country {#982 -id: 164 -name: "Norfolkinsel" -nameEn: "Norfolk Island" -code: "NF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1630 +label: "Nördliche Marianen" +value: "165" +data: App\Entity\Country {#983 -id: 165 -name: "Nördliche Marianen" -nameEn: "Northern Mariana Islands" -code: "MP" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1631 +label: "Norwegen" +value: "166" +data: App\Entity\Country {#984 -id: 166 -name: "Norwegen" -nameEn: "Norway" -code: "NO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1632 +label: "Oman" +value: "167" +data: App\Entity\Country {#985 -id: 167 -name: "Oman" -nameEn: "Oman" -code: "OM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1633 +label: "Pakistan" +value: "168" +data: App\Entity\Country {#986 -id: 168 -name: "Pakistan" -nameEn: "Pakistan" -code: "PK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1634 +label: "Palau" +value: "169" +data: App\Entity\Country {#987 -id: 169 -name: "Palau" -nameEn: "Palau" -code: "PW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1635 +label: "Palästinensische Autonomiegebiete" +value: "170" +data: App\Entity\Country {#988 -id: 170 -name: "Palästinensische Autonomiegebiete" -nameEn: "Palestinian territory, occupied" -code: "PS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1636 +label: "Panama" +value: "171" +data: App\Entity\Country {#989 -id: 171 -name: "Panama" -nameEn: "Panama" -code: "PA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1637 +label: "Papua-Neuguinea" +value: "172" +data: App\Entity\Country {#990 -id: 172 -name: "Papua-Neuguinea" -nameEn: "Papua New Guinea" -code: "PG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1638 +label: "Paraguay" +value: "173" +data: App\Entity\Country {#991 -id: 173 -name: "Paraguay" -nameEn: "Paraguay" -code: "PY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1639 +label: "Peru" +value: "174" +data: App\Entity\Country {#992 -id: 174 -name: "Peru" -nameEn: "Peru" -code: "PE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1640 +label: "Philippinen" +value: "175" +data: App\Entity\Country {#993 -id: 175 -name: "Philippinen" -nameEn: "Philippines" -code: "PH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1641 +label: "Pitcairn" +value: "176" +data: App\Entity\Country {#994 -id: 176 -name: "Pitcairn" -nameEn: "Pitcairn" -code: "PN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1642 +label: "Portugal" +value: "178" +data: App\Entity\Country {#996 -id: 178 -name: "Portugal" -nameEn: "Portugal" -code: "PT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1643 +label: "Puerto Rico" +value: "179" +data: App\Entity\Country {#997 -id: 179 -name: "Puerto Rico" -nameEn: "Puerto Rico" -code: "PR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1644 +label: "Katar" +value: "180" +data: App\Entity\Country {#998 -id: 180 -name: "Katar" -nameEn: "Qatar" -code: "QA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1645 +label: "Réunion" +value: "181" +data: App\Entity\Country {#999 -id: 181 -name: "Réunion" -nameEn: "Réunion" -code: "RE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1646 +label: "Rumänien" +value: "182" +data: App\Entity\Country {#1000 -id: 182 -name: "Rumänien" -nameEn: "Romania" -code: "RO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1647 +label: "Russland" +value: "183" +data: App\Entity\Country {#1001 -id: 183 -name: "Russland" -nameEn: "Russian Federation" -code: "RU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1648 +label: "Ruanda" +value: "184" +data: App\Entity\Country {#1002 -id: 184 -name: "Ruanda" -nameEn: "Rwanda" -code: "RW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1649 +label: "Saint-Barthélemy" +value: "185" +data: App\Entity\Country {#1003 -id: 185 -name: "Saint-Barthélemy" -nameEn: "Saint Barthélemy" -code: "BL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1650 +label: "Sankt Helena, Ascension und Tristan da Cunha" +value: "186" +data: App\Entity\Country {#1004 -id: 186 -name: "Sankt Helena, Ascension und Tristan da Cunha" -nameEn: "Saint Helena, Ascension and Tristan da Cunha" -code: "SH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1651 +label: "Sankt Kitts und Nevis" +value: "187" +data: App\Entity\Country {#1005 -id: 187 -name: "Sankt Kitts und Nevis" -nameEn: "Saint Kitts and Nevis" -code: "KN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1652 +label: "Sankt Lucia" +value: "188" +data: App\Entity\Country {#1006 -id: 188 -name: "Sankt Lucia" -nameEn: "Saint Lucia" -code: "LC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1653 +label: "Sankt Martin (Frankreich)" +value: "189" +data: App\Entity\Country {#1007 -id: 189 -name: "Sankt Martin (Frankreich)" -nameEn: "Saint Martin (french part)" -code: "MF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1654 +label: "Sankt Pierre und Miquelon" +value: "190" +data: App\Entity\Country {#1008 -id: 190 -name: "Sankt Pierre und Miquelon" -nameEn: "Saint Pierre and Miquelon" -code: "PM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1655 +label: "Sankt Vincent und die Grenadinen" +value: "191" +data: App\Entity\Country {#1009 -id: 191 -name: "Sankt Vincent und die Grenadinen" -nameEn: "Saint Vincent and the Grenadines" -code: "VC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1656 +label: "Samoa" +value: "192" +data: App\Entity\Country {#1010 -id: 192 -name: "Samoa" -nameEn: "Samoa" -code: "WS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1657 +label: "San Marino" +value: "193" +data: App\Entity\Country {#1011 -id: 193 -name: "San Marino" -nameEn: "San Marino" -code: "SM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1658 +label: "São Tomé und Príncipe" +value: "194" +data: App\Entity\Country {#1012 -id: 194 -name: "São Tomé und Príncipe" -nameEn: "Sao Tome and Principe" -code: "ST" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1659 +label: "Saudi-Arabien" +value: "195" +data: App\Entity\Country {#1013 -id: 195 -name: "Saudi-Arabien" -nameEn: "Saudi Arabia" -code: "SA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1660 +label: "Senegal" +value: "196" +data: App\Entity\Country {#1014 -id: 196 -name: "Senegal" -nameEn: "Senegal" -code: "SN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1661 +label: "Serbien" +value: "197" +data: App\Entity\Country {#1015 -id: 197 -name: "Serbien" -nameEn: "Serbia" -code: "RS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1662 +label: "Seychellen" +value: "198" +data: App\Entity\Country {#1016 -id: 198 -name: "Seychellen" -nameEn: "Seychelles" -code: "SC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1663 +label: "Sierra Leone" +value: "199" +data: App\Entity\Country {#1017 -id: 199 -name: "Sierra Leone" -nameEn: "Sierra Leone" -code: "SL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1664 +label: "Singapur" +value: "200" +data: App\Entity\Country {#1018 -id: 200 -name: "Singapur" -nameEn: "Singapore" -code: "SG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1665 +label: "Sint Maarten (Niederlande)" +value: "201" +data: App\Entity\Country {#1019 -id: 201 -name: "Sint Maarten (Niederlande)" -nameEn: "Sint Maarten (dutch part)" -code: "SX" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1666 +label: "Slowakei" +value: "202" +data: App\Entity\Country {#1020 -id: 202 -name: "Slowakei" -nameEn: "Slovakia" -code: "SK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1667 +label: "Slowenien" +value: "203" +data: App\Entity\Country {#1021 -id: 203 -name: "Slowenien" -nameEn: "Slovenia" -code: "SI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1668 +label: "Solomon Islands" +value: "204" +data: App\Entity\Country {#1022 -id: 204 -name: "Solomon Islands" -nameEn: "Solomon Islands" -code: "SB" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1669 +label: "Somalia" +value: "205" +data: App\Entity\Country {#1023 -id: 205 -name: "Somalia" -nameEn: "Somalia" -code: "SO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1670 +label: "Südafrika" +value: "206" +data: App\Entity\Country {#1024 -id: 206 -name: "Südafrika" -nameEn: "South Africa" -code: "ZA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1671 +label: "South Georgia and the South Sandwich Islands" +value: "207" +data: App\Entity\Country {#1025 -id: 207 -name: "South Georgia and the South Sandwich Islands" -nameEn: "South Georgia and the South Sandwich Islands" -code: "GS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1672 +label: "South Sudan" +value: "208" +data: App\Entity\Country {#1026 -id: 208 -name: "South Sudan" -nameEn: "South Sudan" -code: "SS" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1673 +label: "Spanien" +value: "209" +data: App\Entity\Country {#1027 -id: 209 -name: "Spanien" -nameEn: "Spain" -code: "ES" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1674 +label: "Sri Lanka" +value: "210" +data: App\Entity\Country {#1028 -id: 210 -name: "Sri Lanka" -nameEn: "Sri Lanka" -code: "LK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1675 +label: "Sudan" +value: "211" +data: App\Entity\Country {#1029 -id: 211 -name: "Sudan" -nameEn: "Sudan" -code: "SD" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1676 +label: "Suriname" +value: "212" +data: App\Entity\Country {#1030 -id: 212 -name: "Suriname" -nameEn: "Suriname" -code: "SR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1677 +label: "Svalbard und Jan Mayen" +value: "213" +data: App\Entity\Country {#1031 -id: 213 -name: "Svalbard und Jan Mayen" -nameEn: "Svalbard and Jan Mayen" -code: "SJ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1678 +label: "Swasiland" +value: "214" +data: App\Entity\Country {#1032 -id: 214 -name: "Swasiland" -nameEn: "Swaziland" -code: "SZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1679 +label: "Schweden" +value: "215" +data: App\Entity\Country {#1033 -id: 215 -name: "Schweden" -nameEn: "Sweden" -code: "SE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1680 +label: "Syrien, Arabische Republik" +value: "217" +data: App\Entity\Country {#1035 -id: 217 -name: "Syrien, Arabische Republik" -nameEn: "Syrian Arab Republic" -code: "SY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1681 +label: "Taiwan, Provinz von China" +value: "218" +data: App\Entity\Country {#1036 -id: 218 -name: "Taiwan, Provinz von China" -nameEn: "Taiwan, province of China" -code: "TW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1682 +label: "Tadschikistan" +value: "219" +data: App\Entity\Country {#1037 -id: 219 -name: "Tadschikistan" -nameEn: "Tajikistan" -code: "TJ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1683 +label: "Tansania, Vereinigte Republik" +value: "220" +data: App\Entity\Country {#1038 -id: 220 -name: "Tansania, Vereinigte Republik" -nameEn: "Tanzania, United Republic of" -code: "TZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1684 +label: "Thailand" +value: "221" +data: App\Entity\Country {#1039 -id: 221 -name: "Thailand" -nameEn: "Thailand" -code: "TH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1685 +label: "Timor-Leste (Osttimor)" +value: "222" +data: App\Entity\Country {#1040 -id: 222 -name: "Timor-Leste (Osttimor)" -nameEn: "Timor-leste" -code: "TL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1686 +label: "Togo" +value: "223" +data: App\Entity\Country {#1041 -id: 223 -name: "Togo" -nameEn: "Togo" -code: "TG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1687 +label: "Tokelau" +value: "224" +data: App\Entity\Country {#1042 -id: 224 -name: "Tokelau" -nameEn: "Tokelau" -code: "TK" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1688 +label: "Tonga" +value: "225" +data: App\Entity\Country {#1043 -id: 225 -name: "Tonga" -nameEn: "Tonga" -code: "TO" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1689 +label: "Trinidad und Tobago" +value: "226" +data: App\Entity\Country {#1044 -id: 226 -name: "Trinidad und Tobago" -nameEn: "Trinidad and Tobago" -code: "TT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1690 +label: "Tunesien" +value: "227" +data: App\Entity\Country {#1045 -id: 227 -name: "Tunesien" -nameEn: "Tunisia" -code: "TN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1691 +label: "Türkei" +value: "228" +data: App\Entity\Country {#1046 -id: 228 -name: "Türkei" -nameEn: "Turkey" -code: "TR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1692 +label: "Turkmenistan" +value: "229" +data: App\Entity\Country {#1047 -id: 229 -name: "Turkmenistan" -nameEn: "Turkmenistan" -code: "TM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +label: "Turks- und Caicosinseln" +value: "230" +data: App\Entity\Country {#1048 -id: 230 -name: "Turks- und Caicosinseln" -nameEn: "Turks and Caicos Islands" -code: "TC" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1694 +label: "Tuvalu" +value: "231" +data: App\Entity\Country {#1049 -id: 231 -name: "Tuvalu" -nameEn: "Tuvalu" -code: "TV" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1695 +label: "Uganda" +value: "232" +data: App\Entity\Country {#1050 -id: 232 -name: "Uganda" -nameEn: "Uganda" -code: "UG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1696 +label: "Ukraine" +value: "233" +data: App\Entity\Country {#1051 -id: 233 -name: "Ukraine" -nameEn: "Ukraine" -code: "UA" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1697 +label: "Vereinigte Arabische Emirate" +value: "234" +data: App\Entity\Country {#1052 -id: 234 -name: "Vereinigte Arabische Emirate" -nameEn: "United Arab Emirates" -code: "AE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1698 +label: "Vereinigtes Königreich" +value: "235" +data: App\Entity\Country {#1053 -id: 235 -name: "Vereinigtes Königreich" -nameEn: "United Kingdom" -code: "GB" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1699 +label: "Vereinigte Staaten" +value: "236" +data: App\Entity\Country {#1054 -id: 236 -name: "Vereinigte Staaten" -nameEn: "United States" -code: "US" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1700 +label: "United States minor outlying islands" +value: "237" +data: App\Entity\Country {#1055 -id: 237 -name: "United States minor outlying islands" -nameEn: "United States minor outlying islands" -code: "UM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1701 +label: "Uruguay" +value: "238" +data: App\Entity\Country {#1056 -id: 238 -name: "Uruguay" -nameEn: "Uruguay" -code: "UY" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1702 +label: "Usbekistan" +value: "239" +data: App\Entity\Country {#1057 -id: 239 -name: "Usbekistan" -nameEn: "Uzbekistan" -code: "UZ" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1703 +label: "Vanuatu" +value: "240" +data: App\Entity\Country {#1058 -id: 240 -name: "Vanuatu" -nameEn: "Vanuatu" -code: "VU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1704 +label: "Venezuela, Bolivarische Republik" +value: "241" +data: App\Entity\Country {#1059 -id: 241 -name: "Venezuela, Bolivarische Republik" -nameEn: "Venezuela, Bolivarian Republic of" -code: "VE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1705 +label: "Vietnam" +value: "242" +data: App\Entity\Country {#1060 -id: 242 -name: "Vietnam" -nameEn: "Vietnam" -code: "VN" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1706 +label: "Jungferninseln, Britische" +value: "243" +data: App\Entity\Country {#1061 -id: 243 -name: "Jungferninseln, Britische" -nameEn: "Virgin Islands, British" -code: "VG" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1707 +label: "Jungferninseln, Amerikanische" +value: "244" +data: App\Entity\Country {#1062 -id: 244 -name: "Jungferninseln, Amerikanische" -nameEn: "Virgin Islands, U.S." -code: "VI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1708 +label: "Wallis und Futuna" +value: "245" +data: App\Entity\Country {#1063 -id: 245 -name: "Wallis und Futuna" -nameEn: "Wallis and Futuna" -code: "WF" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1709 +label: "Westsahara" +value: "246" +data: App\Entity\Country {#1064 -id: 246 -name: "Westsahara" -nameEn: "Western Sahara" -code: "EH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1710 +label: "Jemen" +value: "247" +data: App\Entity\Country {#1065 -id: 247 -name: "Jemen" -nameEn: "Yemen" -code: "YE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1711 +label: "Zambia" +value: "248" +data: App\Entity\Country {#1066 -id: 248 -name: "Zambia" -nameEn: "Zambia" -code: "ZM" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1712 +label: "Simbabwe" +value: "249" +data: App\Entity\Country {#1067 -id: 249 -name: "Simbabwe" -nameEn: "Zimbabwe" -code: "ZW" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1458 -form: Symfony\Component\Form\Form {#1328 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1459 …5} |
| full_name | "form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_country" |
| is_selected | Closure($choice, $value) {#1461 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Land" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [ 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1463 +label: "Deutschland" +value: "83" +data: App\Entity\Country {#901 -id: 83 -name: "Deutschland" -nameEn: "Germany" -code: "DE" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1465 +label: "Österreich" +value: "15" +data: App\Entity\Country {#833 -id: 15 -name: "Österreich" -nameEn: "Austria" -code: "AT" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1464 +label: "Schweiz" +value: "216" +data: App\Entity\Country {#1034 -id: 216 -name: "Schweiz" -nameEn: "Switzerland" -code: "CH" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1467 +label: "Niederlande" +value: "157" +data: App\Entity\Country {#975 -id: 157 -name: "Niederlande" -nameEn: "Netherlands" -code: "NL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1468 +label: "Frankreich" +value: "76" +data: App\Entity\Country {#894 -id: 76 -name: "Frankreich" -nameEn: "France" -code: "FR" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1469 +label: "Polen" +value: "177" +data: App\Entity\Country {#995 -id: 177 -name: "Polen" -nameEn: "Poland" -code: "PL" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1470 +label: "Liechtenstein" +value: "128" +data: App\Entity\Country {#946 -id: 128 -name: "Liechtenstein" -nameEn: "Liechtenstein" -code: "LI" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1471 +label: "Luxembourg" +value: "130" +data: App\Entity\Country {#948 -id: 130 -name: "Luxembourg" -nameEn: "Luxembourg" -code: "LU" -isEnabled: true } +attr: [] +labelTranslationParameters: [] } ] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_country" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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\NotBlank {#816 +payload: null +groups: ? +message: "E-Mail-Adresse darf nicht leer sein" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1076 +payload: null +groups: ? +message: "Dies ist keine gültige E-Mail-Adresse" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#816 +payload: null +groups: ? +message: "E-Mail-Adresse darf nicht leer sein" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1076 +payload: null +groups: ? +message: "Dies ist keine gültige E-Mail-Adresse" +mode: null +normalizer: null } ] |
| label | "E-Mail-Adresse" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#816 +payload: null +groups: ? +message: "E-Mail-Adresse darf nicht leer sein" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1076 +payload: null +groups: ? +message: "Dies ist keine gültige E-Mail-Adresse" +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1196 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "E-Mail-Adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1198 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1197 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1713 -form: Symfony\Component\Form\Form {#1331 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1460 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | "E-Mail-Adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_email" |
| valid | true |
| value | "" |
confirmEmail
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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\Email {#1074 +payload: null +groups: ? +message: "Dies ist keine gültige E-Mail-Adresse" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#1074 +payload: null +groups: ? +message: "Dies ist keine gültige E-Mail-Adresse" +mode: null +normalizer: null } ] |
| label | "E-Mail-Adresse bestätigen" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#1074 +payload: null +groups: ? +message: "Dies ist keine gültige E-Mail-Adresse" +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1205 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "E-Mail-Adresse bestätigen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1207 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1206 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_confirmEmail" ] |
| cache_key | "_form_confirmEmail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1462 -form: Symfony\Component\Form\Form {#1334 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1714 …5} |
| full_name | "form[confirmEmail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirmEmail" |
| label | "E-Mail-Adresse bestätigen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "confirmEmail" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_confirmEmail" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | "Telefonnummer" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1214 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Telefonnummer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1216 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1215 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_phone" ] |
| cache_key | "_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1715 -form: Symfony\Component\Form\Form {#1337 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1716 …5} |
| full_name | "form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_phone" |
| label | "Telefonnummer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_phone" |
| valid | true |
| value | "" |
password
Errors
This form has no errors.
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1071 +payload: null +groups: ? +message: "Bitte geben Sie ein Passwort ein" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1068 +payload: null +groups: ? +maxMessage: "Das Passwort überschreitet die zugelassene Länge von {{ limit }} Zeichen" +minMessage: "Das Passwort muss mindestens {{ limit }} Zeichen lang sein" +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 +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1071 +payload: null +groups: ? +message: "Bitte geben Sie ein Passwort ein" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1068 +payload: null +groups: ? +maxMessage: "Das Passwort überschreitet die zugelassene Länge von {{ limit }} Zeichen" +minMessage: "Das Passwort muss mindestens {{ limit }} Zeichen lang sein" +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 +countUnit: "codepoints" } ] |
| first_options | [ "label" => "Passwort wählen" ] |
[ "label" => "Passwort wählen" ] |
| invalid_message | "Die Passwörter stimmen nicht überein" |
same as passed value |
| mapped | false |
same as passed value |
| second_options | [ "label" => "Passwort wiederholen" ] |
[ "label" => "Passwort wiederholen" ] |
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#1071 +payload: null +groups: ? +message: "Bitte geben Sie ein Passwort ein" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1068 +payload: null +groups: ? +maxMessage: "Das Passwort überschreitet die zugelassene Länge von {{ limit }} Zeichen" +minMessage: "Das Passwort muss mindestens {{ limit }} Zeichen lang sein" +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 +countUnit: "codepoints" } ] |
| 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1228 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Passwort wählen" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Die Passwörter stimmen nicht überein" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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" => "Passwort wiederholen" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1231 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1230 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_form_password" ] |
| cache_key | "_form_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1717 -form: Symfony\Component\Form\Form {#1361 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1718 …5} |
| full_name | "form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
same as passed value |
| label | "Passwort wählen" |
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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1346 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Passwort wählen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1348 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1347 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_password_first" ] |
| cache_key | "_form_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1722 -form: Symfony\Component\Form\Form {#1364 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1721 …5} |
| full_name | "form[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_password_first" |
| label | "Passwort wählen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_password_first" |
| valid | true |
| value | "" |
second
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
same as passed value |
| label | "Passwort wiederholen" |
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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1354 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Passwort wiederholen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1355 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_password_second" ] |
| cache_key | "_form_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1723 -form: Symfony\Component\Form\Form {#1367 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1724 …5} |
| full_name | "form[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_password_second" |
| label | "Passwort wiederholen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_password_second" |
| valid | true |
| value | "" |
terms
Errors
This form has no errors.
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 {#813 +payload: null +groups: ? +message: "Bitte bestätigen Sie die Datenschutzerklärung und AGB" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#813 +payload: null +groups: ? +message: "Bitte bestätigen Sie die Datenschutzerklärung und AGB" } ] |
| label | "Die Datenschutzerklärung und AGB habe ich zur Kenntnis genommen." |
same as passed value |
| mapped | false |
same as passed value |
| required | true |
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\IsTrue {#813 +payload: null +groups: ? +message: "Bitte bestätigen Sie die Datenschutzerklärung und AGB" } ] |
| 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 {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1242 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1243 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Die Datenschutzerklärung und AGB habe ich zur Kenntnis genommen." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1245 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1247 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_terms" ] |
| cache_key | "_form_terms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1719 -form: Symfony\Component\Form\Form {#1370 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1720 …5} |
| full_name | "form[terms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_terms" |
| label | "Die Datenschutzerklärung und AGB habe ich zur Kenntnis genommen." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "terms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_terms" |
| valid | true |
| value | "1" |
save
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Registrieren" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Registrieren" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_save" ] |
| cache_key | "_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1725 …5} |
| full_name | "form[save]" |
| id | "form_save" |
| label | "Registrieren" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_save" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "28e19e7f6f3713e8f9f47440d7c03a.nVdXeFPrBsI60ZGRpzjjCL6jMQLlrNWhS_yoQkfiDYA.8RwCMzKSc_MCtd7T9G-oaeSaVWW1_eXSLrDidwCRVOzTD2dJJYpMpXi90A" |
| 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 | "28e19e7f6f3713e8f9f47440d7c03a.nVdXeFPrBsI60ZGRpzjjCL6jMQLlrNWhS_yoQkfiDYA.8RwCMzKSc_MCtd7T9G-oaeSaVWW1_eXSLrDidwCRVOzTD2dJJYpMpXi90A" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#769 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#770 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#771 …} -namespace: Closure() {#773 …} } |
| data | "28e19e7f6f3713e8f9f47440d7c03a.nVdXeFPrBsI60ZGRpzjjCL6jMQLlrNWhS_yoQkfiDYA.8RwCMzKSc_MCtd7T9G-oaeSaVWW1_eXSLrDidwCRVOzTD2dJJYpMpXi90A" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1729 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#191 …} $message: Closure() {#1730 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "28e19e7f6f3713e8f9f47440d7c03a.nVdXeFPrBsI60ZGRpzjjCL6jMQLlrNWhS_yoQkfiDYA.8RwCMzKSc_MCtd7T9G-oaeSaVWW1_eXSLrDidwCRVOzTD2dJJYpMpXi90A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1741 -form: Symfony\Component\Form\Form {#1737 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1732 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "28e19e7f6f3713e8f9f47440d7c03a.nVdXeFPrBsI60ZGRpzjjCL6jMQLlrNWhS_yoQkfiDYA.8RwCMzKSc_MCtd7T9G-oaeSaVWW1_eXSLrDidwCRVOzTD2dJJYpMpXi90A" |