- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 8
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
datum_bis
-
datum_von
-
nat
-
plz
-
ort
-
umkreis
-
lokal
-
veranstalter
-
region
-
idVeranstalter
-
idLocation
-
rubrik
-
zielgruppe
-
filter1
-
filter2
-
filter3
-
filter4
-
filter5
-
suche
-
bg
-
lg
-
m
-
t
-
submit
-
reset
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "kids" => [ 1 1 ] ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "name" => "filter" "id" => "filter" ] |
[ "name" => "filter" "id" => "filter" ] |
| csrf_protection | false |
false
|
| data | [ "kids" => [ 1 1 ] ] |
[ "kids" => [ 1 1 ] ] |
| method | "GET" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "name" => "filter" "id" => "filter" ] |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data | [ "kids" => [ 1 1 ] ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1139 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "GET" |
| 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() {#1141 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1140 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/js/kalender" |
| attr | [ "name" => "filter" "id" => "filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | [ "kids" => [ 1 1 ] ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1312 -form: Symfony\Component\Form\Form {#1421 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1142 …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 | "GET" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | [ "kids" => [ 1 1 ] ] |
datum_bis
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| html5 | true |
same as passed value |
| label | false |
false
|
| placeholder | "Datum bis" |
[ "year" => "Datum bis" "month" => "Datum bis" "day" => "Datum bis" ] |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "Datum bis" "month" => "Datum bis" "day" => "Datum bis" ] |
| 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() {#1041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1018 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_form_datum_bis" ] |
| cache_key | "_form_datum_bis_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#945 -form: Symfony\Component\Form\Form {#1461 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1146 …5} |
| full_name | "form[datum_bis]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_datum_bis" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "datum_bis" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_datum_bis" |
| valid | true |
| value | "" |
| widget | "single_text" |
datum_von
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| html5 | true |
same as passed value |
| label | false |
false
|
| placeholder | "Datum ab" |
[ "year" => "Datum ab" "month" => "Datum ab" "day" => "Datum ab" ] |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "Datum ab" "month" => "Datum ab" "day" => "Datum ab" ] |
| 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() {#1047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1037 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_form_datum_von" ] |
| cache_key | "_form_datum_von_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#947 -form: Symfony\Component\Form\Form {#1465 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#975 …5} |
| full_name | "form[datum_von]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_datum_von" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "datum_von" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_datum_von" |
| valid | true |
| value | "" |
| widget | "single_text" |
nat
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [] |
[] |
| label | false |
false
|
| placeholder | "Land wählen" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 | [] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Land wählen" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1058 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_nat" ] |
| cache_key | "_form_nat_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1284 -form: Symfony\Component\Form\Form {#1468 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1297 …5} |
| full_name | "form[nat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_nat" |
| is_selected | Closure($choice, $value) {#1402 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "nat" |
| placeholder | "Land wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_nat" |
| valid | true |
| value | "" |
plz
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Plz-Gebiet" ] |
[ "placeholder" => "Plz-Gebiet" ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Plz-Gebiet" ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1162 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1128 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Plz-Gebiet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_plz" ] |
| cache_key | "_form_plz_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1413 -form: Symfony\Component\Form\Form {#1426 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1393 …5} |
| full_name | "form[plz]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_plz" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plz" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_plz" |
| valid | true |
| value | "" |
ort
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "noformcontrol" ] |
[ "class" => "noformcontrol" ] |
| choices | [] |
[] |
| label | false |
false
|
| placeholder | "Ort wählen" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "noformcontrol" ] |
| 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 | [] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Ort wählen" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1060 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "noformcontrol" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_ort" ] |
| cache_key | "_form_ort_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1384 -form: Symfony\Component\Form\Form {#1429 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1375 …5} |
| full_name | "form[ort]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_ort" |
| is_selected | Closure($choice, $value) {#1361 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "ort" |
| placeholder | "Ort wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_ort" |
| valid | true |
| value | "" |
umkreis
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Umkreis Km" ] |
[ "placeholder" => "Umkreis Km" ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Umkreis Km" ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1069 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1070 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Umkreis Km" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_umkreis" ] |
| cache_key | "_form_umkreis_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1351 -form: Symfony\Component\Form\Form {#1432 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1342 …5} |
| full_name | "form[umkreis]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_umkreis" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "umkreis" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_umkreis" |
| valid | true |
| value | "" |
lokal
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [] |
[] |
| label | false |
false
|
| placeholder | "Veranstaltungsstätte wählen" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 | [] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Veranstaltungsstätte wählen" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1001 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_lokal" ] |
| cache_key | "_form_lokal_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1333 -form: Symfony\Component\Form\Form {#1435 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1321 …5} |
| full_name | "form[lokal]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_lokal" |
| is_selected | Closure($choice, $value) {#1074 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "lokal" |
| placeholder | "Veranstaltungsstätte wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_lokal" |
| valid | true |
| value | "" |
veranstalter
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [] |
[] |
| label | false |
false
|
| placeholder | "Veranstalter wählen" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 | [] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Veranstalter wählen" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1145 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1144 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_veranstalter" ] |
| cache_key | "_form_veranstalter_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1116 -form: Symfony\Component\Form\Form {#1438 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1092 …5} |
| full_name | "form[veranstalter]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_veranstalter" |
| is_selected | Closure($choice, $value) {#1095 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "veranstalter" |
| placeholder | "Veranstalter wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_veranstalter" |
| valid | true |
| value | "" |
region
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "region" |
same as passed value |
| class | "App\Entity\DfxRegion" |
same as passed value |
| label | false |
false
|
| placeholder | "Region wählen" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1143 class: "App\Controller\DfxKalenderController" this: App\Controller\DfxKalenderController {#205 …} use: { $filter: [ "kids" => [ 1 1 ] ] } } |
Doctrine\ORM\QueryBuilder {#1011 -_em: Doctrine\ORM\EntityManager {#445 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1015 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1014 #from: "App\Entity\DfxRegion" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1013 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "r.datefix IN (:kids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1012 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.region ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT r FROM App\Entity\DfxRegion r WHERE r.datefix IN (:kids) ORDER BY r.region ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1019 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "region" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#927 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1000 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#928 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1017 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#943 -om: Doctrine\ORM\EntityManager {#445 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#570 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\DfxRegion" |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#445 …11} |
| 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 {#943 -om: Doctrine\ORM\EntityManager {#445 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#570 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Region wählen" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1011 -_em: Doctrine\ORM\EntityManager {#445 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1015 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1014 #from: "App\Entity\DfxRegion" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1013 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "r.datefix IN (:kids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1012 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.region ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT r FROM App\Entity\DfxRegion r WHERE r.datefix IN (:kids) ORDER BY r.region ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1019 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#921 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_region" ] |
| cache_key | "_form_region_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1025 -form: Symfony\Component\Form\Form {#1441 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1502 …5} |
| full_name | "form[region]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_region" |
| is_selected | Closure($choice, $value) {#1508 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "region" |
| placeholder | "Region wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_region" |
| valid | true |
| value | "" |
idVeranstalter
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Entity\DfxVeranstalter" |
same as passed value |
| label | false |
false
|
| placeholder | "Veranstalter aus Datenbank wählen" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1113 class: "App\Controller\DfxKalenderController" this: App\Controller\DfxKalenderController {#205 …} use: { $filter: [ "kids" => [ 1 1 ] ] } } |
Doctrine\ORM\QueryBuilder {#935 -_em: Doctrine\ORM\EntityManager {#445 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#934 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "v" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#942 #from: "App\Entity\DfxVeranstalter" #alias: "v" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#941 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "v.datefix IN (:kids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#933 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "v.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT v FROM App\Entity\DfxVeranstalter v WHERE v.datefix IN (:kids) ORDER BY v.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#944 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#969 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#916 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#931 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#949 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#951 -om: Doctrine\ORM\EntityManager {#445 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#633 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\DfxVeranstalter" |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#445 …11} |
| 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 {#951 -om: Doctrine\ORM\EntityManager {#445 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#633 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Veranstalter aus Datenbank wählen" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#935 -_em: Doctrine\ORM\EntityManager {#445 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#934 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "v" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#942 #from: "App\Entity\DfxVeranstalter" #alias: "v" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#941 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "v.datefix IN (:kids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#933 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "v.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT v FROM App\Entity\DfxVeranstalter v WHERE v.datefix IN (:kids) ORDER BY v.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#944 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#940 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_idVeranstalter" ] |
| cache_key | "_form_idVeranstalter_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1580 +label: "Affstätt" +value: "282" +data: App\Entity\DfxVeranstalter {#1592 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1582 +label: "Aidlingen" +value: "283" +data: App\Entity\DfxVeranstalter {#1596 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1501 +label: "Altburg" +value: "284" +data: App\Entity\DfxVeranstalter {#1599 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1589 +label: "Altdorf" +value: "285" +data: App\Entity\DfxVeranstalter {#1602 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1583 +label: "Altensteig" +value: "286" +data: App\Entity\DfxVeranstalter {#1605 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1587 +label: "Altensteig" +value: "287" +data: App\Entity\DfxVeranstalter {#1608 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1588 +label: "Altensteig-Berneck" +value: "294" +data: App\Entity\DfxVeranstalter {#1611 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1579 +label: "Altensteig-Spielberg" +value: "352" +data: App\Entity\DfxVeranstalter {#1614 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1584 +label: "Altensteig-Überberg" +value: "358" +data: App\Entity\DfxVeranstalter {#1617 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2032 +label: "Altensteig-Walddorf" +value: "360" +data: App\Entity\DfxVeranstalter {#1620 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2033 +label: "Altensteig-Wart" +value: "363" +data: App\Entity\DfxVeranstalter {#1623 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2034 +label: "Althengstett" +value: "288" +data: App\Entity\DfxVeranstalter {#1626 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +label: "Althengstett-Neuhengstett" +value: "331" +data: App\Entity\DfxVeranstalter {#1629 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +label: "Althengstett-Ottenbronn" +value: "342" +data: App\Entity\DfxVeranstalter {#1632 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2037 +label: "Bad Liebenzell" +value: "290" +data: App\Entity\DfxVeranstalter {#1635 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2038 +label: "Bad Liebenzell-Möttlingen" +value: "326" +data: App\Entity\DfxVeranstalter {#1638 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2039 +label: "Bad Liebenzell-Zavelstein" +value: "292" +data: App\Entity\DfxVeranstalter {#1641 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2040 +label: "Bärenthal" +value: "392" +data: App\Entity\DfxVeranstalter {#1644 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2041 +label: "Birkenwaldstadion" +value: "289" +data: App\Entity\DfxVeranstalter {#1648 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2042 +label: "Bondorf" +value: "296" +data: App\Entity\DfxVeranstalter {#1651 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2043 +label: "Bösingen" +value: "377" +data: App\Entity\DfxVeranstalter {#1654 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +label: "Calw" +value: "404" +data: App\Entity\DfxVeranstalter {#1657 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +label: "Calw-Hirsau" +value: "318" +data: App\Entity\DfxVeranstalter {#1660 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "Calw-Stammheim" +value: "356" +data: App\Entity\DfxVeranstalter {#1663 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2047 +label: "Calw-Wimberg" +value: "298" +data: App\Entity\DfxVeranstalter {#1666 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +label: "Darmsheim" +value: "300" +data: App\Entity\DfxVeranstalter {#1669 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +label: "Deckenpfronn" +value: "301" +data: App\Entity\DfxVeranstalter {#1673 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2050 +label: "Durrweiler" +value: "389" +data: App\Entity\DfxVeranstalter {#1676 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2051 +label: "Ebhausen" +value: "303" +data: App\Entity\DfxVeranstalter {#1679 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2052 +label: "Ebhausen-Rotfelden" +value: "346" +data: App\Entity\DfxVeranstalter {#1682 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2053 +label: "Effringen" +value: "304" +data: App\Entity\DfxVeranstalter {#1685 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +label: "Egenhausen" +value: "305" +data: App\Entity\DfxVeranstalter {#1688 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +label: "Ehningen" +value: "306" +data: App\Entity\DfxVeranstalter {#1691 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +label: "Emmingen" +value: "368" +data: App\Entity\DfxVeranstalter {#1694 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +label: "Entringen" +value: "372" +data: App\Entity\DfxVeranstalter {#1698 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "Ergenzingen" +value: "386" +data: App\Entity\DfxVeranstalter {#1701 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: "FC Holzhausen" +value: "408" +data: App\Entity\DfxVeranstalter {#1704 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +label: "Fortuna Böblingen e.V." +value: "412" +data: App\Entity\DfxVeranstalter {#1708 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2061 +label: "FSV Deufringen" +value: "302" +data: App\Entity\DfxVeranstalter {#1712 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2062 +label: "FSV Deufringen" +value: "367" +data: App\Entity\DfxVeranstalter {#1715 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2063 +label: "FV Langenargen" +value: "371" +data: App\Entity\DfxVeranstalter {#1718 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +label: "Gärtringen" +value: "308" +data: App\Entity\DfxVeranstalter {#1722 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +label: "Gäufelden-Nebringen" +value: "329" +data: App\Entity\DfxVeranstalter {#1725 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2066 +label: "Gäufelden-Öschelbronn" +value: "340" +data: App\Entity\DfxVeranstalter {#1728 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2067 +label: "Gäufelden-Tailfingen" +value: "357" +data: App\Entity\DfxVeranstalter {#1731 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2068 +label: "Gechingen" +value: "309" +data: App\Entity\DfxVeranstalter {#1734 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2069 +label: "Geislingen" +value: "400" +data: App\Entity\DfxVeranstalter {#1737 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2070 +label: "Geislingen" +value: "401" +data: App\Entity\DfxVeranstalter {#1741 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2071 +label: "Glatten" +value: "393" +data: App\Entity\DfxVeranstalter {#1745 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2072 +label: "Gomaringen - Sportpark Platz 2" +value: "415" +data: App\Entity\DfxVeranstalter {#1750 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2073 +label: "Grafenau-Dätzingen" +value: "310" +data: App\Entity\DfxVeranstalter {#1753 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2074 +label: "Grafenau-Döffingen" +value: "311" +data: App\Entity\DfxVeranstalter {#1756 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2075 +label: "GSV Maichingen" +value: "324" +data: App\Entity\DfxVeranstalter {#1759 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2076 +label: "Haiterbach" +value: "314" +data: App\Entity\DfxVeranstalter {#1762 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2077 +label: "Haiterbach-Beihingen" +value: "293" +data: App\Entity\DfxVeranstalter {#1765 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2078 +label: "Haiterbach-Oberschwandorf" +value: "339" +data: App\Entity\DfxVeranstalter {#1768 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2079 +label: "Heilbronn-Neckargartach" +value: "406" +data: App\Entity\DfxVeranstalter {#1771 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2080 +label: "Heimsheim" +value: "369" +data: App\Entity\DfxVeranstalter {#1774 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2081 +label: "Herrenberg" +value: "316" +data: App\Entity\DfxVeranstalter {#1778 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2082 +label: "Herrenberg-Gültstein" +value: "313" +data: App\Entity\DfxVeranstalter {#1781 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2083 +label: "Herrenberg-Haslach" +value: "315" +data: App\Entity\DfxVeranstalter {#1784 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2084 +label: "Herrenzimmern" +value: "394" +data: App\Entity\DfxVeranstalter {#1787 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2085 +label: "Hildrizhausen" +value: "317" +data: App\Entity\DfxVeranstalter {#1791 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2086 +label: "Hopfau" +value: "395" +data: App\Entity\DfxVeranstalter {#1794 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2087 +label: "Jettingen" +value: "359" +data: App\Entity\DfxVeranstalter {#1798 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2088 +label: "Klosterreichenbach" +value: "388" +data: App\Entity\DfxVeranstalter {#1801 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2089 +label: "Kuppingen - NEUFFER SPORTPARK" +value: "370" +data: App\Entity\DfxVeranstalter {#1805 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2090 +label: "Metzingen" +value: "382" +data: App\Entity\DfxVeranstalter {#1809 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +label: "Mössingen" +value: "385" +data: App\Entity\DfxVeranstalter {#1812 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2092 +label: "Mötzingen" +value: "327" +data: App\Entity\DfxVeranstalter {#1815 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2093 +label: "Nagold-Emmingen" +value: "307" +data: App\Entity\DfxVeranstalter {#1818 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2094 +label: "Nagold-Wolfsberg" +value: "320" +data: App\Entity\DfxVeranstalter {#1821 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2095 +label: "Nehren" +value: "383" +data: App\Entity\DfxVeranstalter {#1824 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2096 +label: "Neubulach" +value: "330" +data: App\Entity\DfxVeranstalter {#1827 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2097 +label: "Neuweiler" +value: "332" +data: App\Entity\DfxVeranstalter {#1830 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2098 +label: "Neuweiler-Breitenberg" +value: "297" +data: App\Entity\DfxVeranstalter {#1833 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2099 +label: "Neuweiler-Oberkollwangen" +value: "337" +data: App\Entity\DfxVeranstalter {#1836 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2100 +label: "Oberjesingen" +value: "387" +data: App\Entity\DfxVeranstalter {#1839 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2101 +label: "Oberjettingen" +value: "411" +data: App\Entity\DfxVeranstalter {#1842 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2102 +label: "Oberreichenbach" +value: "338" +data: App\Entity\DfxVeranstalter {#1845 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +label: "Oberreichenbach Würzbach" +value: "366" +data: App\Entity\DfxVeranstalter {#1849 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2104 +label: "Oberreichenbach-Oberkollbach" +value: "336" +data: App\Entity\DfxVeranstalter {#1852 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2105 +label: "Ostelsheim" +value: "341" +data: App\Entity\DfxVeranstalter {#1855 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2106 +label: "Pfullingen" +value: "384" +data: App\Entity\DfxVeranstalter {#1858 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2107 +label: "Rohrau" +value: "344" +data: App\Entity\DfxVeranstalter {#1861 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2108 +label: "Rohrdorf" +value: "345" +data: App\Entity\DfxVeranstalter {#1864 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2109 +label: "Rottenburg" +value: "373" +data: App\Entity\DfxVeranstalter {#1867 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2110 +label: "Rottweil" +value: "375" +data: App\Entity\DfxVeranstalter {#1871 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2111 +label: "Schramberg" +value: "378" +data: App\Entity\DfxVeranstalter {#1874 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2112 +label: "Schrotzberg" +value: "405" +data: App\Entity\DfxVeranstalter {#1877 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2113 +label: "SF Kayh" +value: "321" +data: App\Entity\DfxVeranstalter {#1880 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2114 +label: "SGM FC Holzhausen/TSV Dettingen" +value: "390" +data: App\Entity\DfxVeranstalter {#1883 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2115 +label: "SGM FC Holzhausen/TSV Dettingen" +value: "391" +data: App\Entity\DfxVeranstalter {#1887 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2116 +label: "Simmersfeld" +value: "347" +data: App\Entity\DfxVeranstalter {#1891 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "Simmersfeld-Ettmannsweiler" +value: "348" +data: App\Entity\DfxVeranstalter {#1894 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2118 +label: "Sindelfingen - Kunstrasenplatz am Floschenstadion" +value: "413" +data: App\Entity\DfxVeranstalter {#1899 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2119 +label: "SpVgg Holzgerlingen" +value: "11" +data: App\Entity\DfxVeranstalter {#1903 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2120 +label: "SpVgg Holzgerlingen" +value: "319" +data: App\Entity\DfxVeranstalter {#1908 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2121 +label: "Spvgg Weil im Schönbuch" +value: "365" +data: App\Entity\DfxVeranstalter {#1912 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2122 +label: "Stetten" +value: "402" +data: App\Entity\DfxVeranstalter {#1915 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2123 +label: "Sulgen" +value: "396" +data: App\Entity\DfxVeranstalter {#1919 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2124 +label: "Sulgen" +value: "397" +data: App\Entity\DfxVeranstalter {#1923 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2125 +label: "SV Böblingen" +value: "295" +data: App\Entity\DfxVeranstalter {#1927 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2126 +label: "SV Magstadt" +value: "323" +data: App\Entity\DfxVeranstalter {#1930 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2127 +label: "SV Mönchberg" +value: "325" +data: App\Entity\DfxVeranstalter {#1933 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2128 +label: "SV Nufringen" +value: "333" +data: App\Entity\DfxVeranstalter {#1936 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +label: "SV Pfrondorf-Mindersbach" +value: "414" +data: App\Entity\DfxVeranstalter {#1940 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2130 +label: "TSG Young Boys Reutlingen" +value: "381" +data: App\Entity\DfxVeranstalter {#1943 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2131 +label: "TSV Dagersheim" +value: "299" +data: App\Entity\DfxVeranstalter {#1946 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2132 +label: "TSV Grafenau" +value: "407" +data: App\Entity\DfxVeranstalter {#1949 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2133 +label: "TSV Kuppingen" +value: "322" +data: App\Entity\DfxVeranstalter {#1952 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2134 +label: "TSV Schönaich" +value: "354" +data: App\Entity\DfxVeranstalter {#1955 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2135 +label: "TSV Waldenbuch" +value: "361" +data: App\Entity\DfxVeranstalter {#1958 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2136 +label: "Tübingen" +value: "380" +data: App\Entity\DfxVeranstalter {#1961 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2137 +label: "Tuningen" +value: "398" +data: App\Entity\DfxVeranstalter {#1964 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2138 +label: "Türkischer Sportverein Calw" +value: "403" +data: App\Entity\DfxVeranstalter {#1968 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2139 +label: "Tuttlingen" +value: "379" +data: App\Entity\DfxVeranstalter {#1972 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2140 +label: "TV Darmsheim" +value: "14" +data: App\Entity\DfxVeranstalter {#1975 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2141 +label: "Unterreichenbach" +value: "291" +data: App\Entity\DfxVeranstalter {#1978 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2142 +label: "VfL Dettenhausen" +value: "409" +data: App\Entity\DfxVeranstalter {#1981 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2143 +label: "VFL Nagold" +value: "328" +data: App\Entity\DfxVeranstalter {#1984 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2144 +label: "VFL Oberjesingen" +value: "334" +data: App\Entity\DfxVeranstalter {#1987 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2145 +label: "VFL Oberjettingen" +value: "335" +data: App\Entity\DfxVeranstalter {#1990 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2146 +label: "VFL Sindelfingen" +value: "350" +data: App\Entity\DfxVeranstalter {#1993 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2147 +label: "VFL Sindelfingen" +value: "351" +data: App\Entity\DfxVeranstalter {#1996 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2148 +label: "VfL Stammheim" +value: "410" +data: App\Entity\DfxVeranstalter {#1999 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2149 +label: "Villingendorf" +value: "376" +data: App\Entity\DfxVeranstalter {#2002 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2150 +label: "Waldenbuch-Hasenhof" +value: "362" +data: App\Entity\DfxVeranstalter {#2005 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2151 +label: "Weilimdorf - Sporthalle Solitude-Gymnasium" +value: "416" +data: App\Entity\DfxVeranstalter {#2010 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2152 +label: "Wildberg" +value: "364" +data: App\Entity\DfxVeranstalter {#2013 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2153 +label: "Wildberg-Gültstein" +value: "312" +data: App\Entity\DfxVeranstalter {#2016 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2154 +label: "Wildberg-Schönbronn" +value: "355" +data: App\Entity\DfxVeranstalter {#2019 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +label: "Wildberg-Sulz a. Eck" +value: "353" +data: App\Entity\DfxVeranstalter {#2022 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +label: "Wittershausen" +value: "399" +data: App\Entity\DfxVeranstalter {#2025 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2157 +label: "Zimmern" +value: "374" +data: App\Entity\DfxVeranstalter {#2029 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1503 -form: Symfony\Component\Form\Form {#1444 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1509 …5} |
| full_name | "form[idVeranstalter]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_idVeranstalter" |
| is_selected | Closure($choice, $value) {#1577 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "idVeranstalter" |
| placeholder | "Veranstalter aus Datenbank wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_idVeranstalter" |
| valid | true |
| value | "" |
idLocation
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Entity\DfxLocation" |
same as passed value |
| label | false |
false
|
| placeholder | "Veranstaltungsstätte aus Datenbank wählen" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1107 class: "App\Controller\DfxKalenderController" this: App\Controller\DfxKalenderController {#205 …} use: { $filter: [ "kids" => [ 1 1 ] ] } } |
Doctrine\ORM\QueryBuilder {#964 -_em: Doctrine\ORM\EntityManager {#445 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#956 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "v" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#957 #from: "App\Entity\DfxLocation" #alias: "v" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#958 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "v.datefix IN (:kids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#962 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "v.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT v FROM App\Entity\DfxLocation v WHERE v.datefix IN (:kids) ORDER BY v.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#955 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1292 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#972 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#970 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#973 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#977 -om: Doctrine\ORM\EntityManager {#445 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#718 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\DfxLocation" |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#445 …11} |
| 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 {#977 -om: Doctrine\ORM\EntityManager {#445 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#718 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Veranstaltungsstätte aus Datenbank wählen" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#964 -_em: Doctrine\ORM\EntityManager {#445 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#956 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "v" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#957 #from: "App\Entity\DfxLocation" #alias: "v" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#958 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "v.datefix IN (:kids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#962 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "v.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT v FROM App\Entity\DfxLocation v WHERE v.datefix IN (:kids) ORDER BY v.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#955 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#959 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_idLocation" ] |
| cache_key | "_form_idLocation_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2161 +label: "Aalen Kunstrasenplatz; Kunstrasen Greut SÜD" +value: "283" +data: App\Entity\DfxLocation {#2175 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2165 +label: "ABV Stuttgart - Kunstrasenplatz" +value: "296" +data: App\Entity\DfxLocation {#2181 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2163 +label: "Affstätt - Sportplatz" +value: "158" +data: App\Entity\DfxLocation {#2184 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2167 +label: "Aidlingen" +value: "44" +data: App\Entity\DfxLocation {#2188 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2162 +label: "Aidlingen - Sportplatz" +value: "157" +data: App\Entity\DfxLocation {#2191 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2171 +label: "Allmersbach Bildäcker Kunstrasen" +value: "331" +data: App\Entity\DfxLocation {#2195 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2170 +label: "Altburg - Sportgelände" +value: "33" +data: App\Entity\DfxLocation {#2199 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2164 +label: "Altdorf - Peter-Creuzberger-Halle" +value: "39" +data: App\Entity\DfxLocation {#2202 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +label: "Altdorf - Sportgelände" +value: "85" +data: App\Entity\DfxLocation {#2205 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3255 +label: "Altenriet - Sportanlagen" +value: "141" +data: App\Entity\DfxLocation {#2208 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3256 +label: "Altensteig - Berneck Pl. 1 Rasenplatz" +value: "234" +data: App\Entity\DfxLocation {#2212 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3257 +label: "Altensteig - Jahnstadion" +value: "252" +data: App\Entity\DfxLocation {#2216 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3258 +label: "Altensteig - Justus-Perels-Halle" +value: "180" +data: App\Entity\DfxLocation {#2219 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3259 +label: "Althengstett" +value: "34" +data: App\Entity\DfxLocation {#2222 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3260 +label: "Althengstett Sporthalle" +value: "56" +data: App\Entity\DfxLocation {#2225 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +label: "Altingen - Sportgelände" +value: "69" +data: App\Entity\DfxLocation {#2228 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3262 +label: "Amorbach-Neue Sporthalle" +value: "214" +data: App\Entity\DfxLocation {#2231 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3263 +label: "Bad Liebenzell - Sportplatz" +value: "239" +data: App\Entity\DfxLocation {#2235 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3264 +label: "Bad Teinach-Zavelstein - Sportplatz" +value: "98" +data: App\Entity\DfxLocation {#2238 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3265 +label: "Baiersbronn - Kunstrasenplatz Mitteltal" +value: "263" +data: App\Entity\DfxLocation {#2242 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +label: "Balingen Sparkassen Arena" +value: "266" +data: App\Entity\DfxLocation {#2246 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3267 +label: "Bärenthal - Sportplatz" +value: "169" +data: Proxies\__CG__\App\Entity\DfxLocation {#1647 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3269 +label: "Belsen - Sportplatz" +value: "262" +data: App\Entity\DfxLocation {#2252 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3268 +label: "Bernhausen - TSV Bernhausen Kunstrasenplatz" +value: "305" +data: App\Entity\DfxLocation {#2256 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3271 +label: "Bettringen" +value: "316" +data: App\Entity\DfxLocation {#2260 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3272 +label: "Bissingen - Sportanlagen" +value: "142" +data: App\Entity\DfxLocation {#2263 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3273 +label: "Bissingen Sportgelände" +value: "311" +data: App\Entity\DfxLocation {#2267 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3274 +label: "Böblingen - Gym BB" +value: "229" +data: App\Entity\DfxLocation {#2271 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3275 +label: "Böblingen - IBM Sportplatz" +value: "17" +data: App\Entity\DfxLocation {#2274 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3276 +label: "Böblingen - Kunstrasen an der S-Bahnhaltestelle Goldberg" +value: "84" +data: App\Entity\DfxLocation {#2277 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3277 +label: "Böblingen - Murkenbachhalle" +value: "20" +data: App\Entity\DfxLocation {#2280 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3278 +label: "Böblingen - Sporthalle Diezenhalde" +value: "42" +data: App\Entity\DfxLocation {#2283 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +label: "Böblingen - Stadion Silberweg" +value: "63" +data: App\Entity\DfxLocation {#2286 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3280 +label: "Böblingen - Zimmerschlag Rasen" +value: "19" +data: App\Entity\DfxLocation {#2289 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3281 +label: "Bondorf - Gäuhalle" +value: "45" +data: App\Entity\DfxLocation {#2292 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3282 +label: "Bondorf - Sportgelände" +value: "96" +data: App\Entity\DfxLocation {#2295 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3283 +label: "Bösingen - Sportplatz" +value: "137" +data: App\Entity\DfxLocation {#2298 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +label: "Botnang Kunstrasenplatz" +value: "314" +data: App\Entity\DfxLocation {#2302 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3285 +label: "Breitenberg - Sportplatz" +value: "241" +data: App\Entity\DfxLocation {#2306 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3286 +label: "Büsnau Rasenplatz" +value: "315" +data: App\Entity\DfxLocation {#2310 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3287 +label: "Calw - Altburg Rasenplatz" +value: "284" +data: App\Entity\DfxLocation {#2314 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3288 +label: "Calw - Georg-Baumann-Stadion" +value: "237" +data: App\Entity\DfxLocation {#2319 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3289 +label: "Calw - Walter-Lindner-Halle" +value: "181" +data: App\Entity\DfxLocation {#2322 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3290 +label: "Croatia Stuttgart-Rohracker-Frauenkopf" +value: "298" +data: App\Entity\DfxLocation {#2326 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3291 +label: "Dagersheim - Kunstrasen Waldstadion" +value: "86" +data: App\Entity\DfxLocation {#2329 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3292 +label: "Dagersheim - Waldstadion" +value: "32" +data: App\Entity\DfxLocation {#2333 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +label: "Darmsheim - Sportgelände Eichelberg" +value: "8" +data: Proxies\__CG__\App\Entity\DfxLocation {#1672 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +label: "Dätzingen - Sportplatz" +value: "164" +data: App\Entity\DfxLocation {#2338 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3295 +label: "Deckenpfronn - Sportplatz" +value: "132" +data: App\Entity\DfxLocation {#2341 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +label: "Degerloch - ADM Sportpark" +value: "197" +data: App\Entity\DfxLocation {#2344 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +label: "Deißlingen - Sportplatz" +value: "124" +data: App\Entity\DfxLocation {#2347 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +label: "Dettenhausen - Sportplatz" +value: "215" +data: App\Entity\DfxLocation {#2350 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3299 +label: "Dettingen - Sportplatz" +value: "152" +data: Proxies\__CG__\App\Entity\DfxLocation {#1890 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3300 +label: "Deufringen - Sportplatz" +value: "79" +data: App\Entity\DfxLocation {#2355 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3301 +label: "Ditzingen Lehmgrube" +value: "313" +data: App\Entity\DfxLocation {#2359 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +label: "Donzdorf - Lautertal Stadion" +value: "317" +data: App\Entity\DfxLocation {#2363 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3303 +label: "Dornstetten - Sportplatz" +value: "258" +data: App\Entity\DfxLocation {#2367 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3304 +label: "Durrweiler - Sportplatz" +value: "163" +data: App\Entity\DfxLocation {#2370 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +label: "Ebersbach Kunstrasenplatz" +value: "279" +data: App\Entity\DfxLocation {#2374 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +label: "Ebhausen - Schulsporthalle" +value: "75" +data: App\Entity\DfxLocation {#2377 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +label: "Echterdingen Sportpark Goldäcker" +value: "303" +data: App\Entity\DfxLocation {#2381 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3308 +label: "Effringen-Sporthalle" +value: "212" +data: App\Entity\DfxLocation {#2384 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +label: "Ehningen - Bertrandt-Platz - Kunstrasen" +value: "255" +data: App\Entity\DfxLocation {#2388 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3310 +label: "Ehningen - Schalkwiese" +value: "13" +data: App\Entity\DfxLocation {#2391 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +label: "Ehningen - Schalkwiese Rasenplatz 1" +value: "103" +data: App\Entity\DfxLocation {#2394 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3312 +label: "Ehningen - Schalkwiesenhalle" +value: "21" +data: App\Entity\DfxLocation {#2397 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +label: "Ehningen - Schulsportplatz" +value: "14" +data: App\Entity\DfxLocation {#2400 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3314 +label: "Ehningen/Rohrau - Sportgelände Rohrau" +value: "109" +data: App\Entity\DfxLocation {#2403 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "Eislingen - Sportanlagen" +value: "144" +data: App\Entity\DfxLocation {#2406 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +label: "Eltingen - Sportplatz" +value: "61" +data: App\Entity\DfxLocation {#2409 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +label: "Emmingen - Hochwasen" +value: "88" +data: Proxies\__CG__\App\Entity\DfxLocation {#1697 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +label: "Empfingen - Sportplatz" +value: "251" +data: App\Entity\DfxLocation {#2415 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +label: "Entringen Sportplatz" +value: "268" +data: App\Entity\DfxLocation {#2420 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +label: "Erdmannhausen - Sportplatz" +value: "72" +data: App\Entity\DfxLocation {#2423 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "Ergenzingen - Breitwiesenhalle" +value: "200" +data: App\Entity\DfxLocation {#2426 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +label: "Ergenzingen - Sportplatz" +value: "136" +data: App\Entity\DfxLocation {#2430 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "Errfingen - Sportplatz" +value: "240" +data: App\Entity\DfxLocation {#2434 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +label: "Esslingen - Sportpark Weil" +value: "261" +data: App\Entity\DfxLocation {#2438 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +label: "Ettmannsweiler/Aichelberg" +value: "243" +data: App\Entity\DfxLocation {#2442 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3326 +label: "Eutingen - Sportgelände" +value: "73" +data: App\Entity\DfxLocation {#2445 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3327 +label: "Fellbach Max-Grasser-Stadion SV Fellbach" +value: "267" +data: App\Entity\DfxLocation {#2449 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3328 +label: "Feuerbach - Wilhelm-Braun-Sportpark" +value: "272" +data: App\Entity\DfxLocation {#2453 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +label: "Freiberg - SGV Freiberg Vereinsgelände" +value: "276" +data: App\Entity\DfxLocation {#2457 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3330 +label: "Freudenstadt - Sportplatz" +value: "112" +data: App\Entity\DfxLocation {#2460 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +label: "Friolzheim - Sportgelände Eichenstr." +value: "107" +data: App\Entity\DfxLocation {#2463 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3332 +label: "Frommenhausen Rasenplatz" +value: "304" +data: App\Entity\DfxLocation {#2467 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +label: "Gärtringen - Sportgelände Am Weingarten" +value: "71" +data: App\Entity\DfxLocation {#2470 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3334 +label: "Gärtringen - Theodor-Heuss-Halle" +value: "204" +data: App\Entity\DfxLocation {#2473 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3335 +label: "Gäufelden - Sportgelände Nebringen" +value: "108" +data: App\Entity\DfxLocation {#2476 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +label: "Gäufelden - Sporthalle" +value: "54" +data: App\Entity\DfxLocation {#2479 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +label: "Gechingen - Sportgelände" +value: "57" +data: App\Entity\DfxLocation {#2482 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "Gechingen - Sporthalle" +value: "53" +data: App\Entity\DfxLocation {#2485 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +label: "Geislingen - Kunstrasen" +value: "171" +data: Proxies\__CG__\App\Entity\DfxLocation {#1740 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3340 +label: "Geislingen - Sportplatz" +value: "170" +data: Proxies\__CG__\App\Entity\DfxLocation {#1744 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +label: "Geschäftszimmer der SpVgg Holzgerlingen" +value: "184" +data: App\Entity\DfxLocation {#2492 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3342 +label: "Glatten - Sportanlagen" +value: "150" +data: Proxies\__CG__\App\Entity\DfxLocation {#1748 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3343 +label: "Gomaringen - Sportpark Platz 2" +value: "259" +data: App\Entity\DfxLocation {#2499 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +label: "Göppingen - Kunstrasenplatz Nord" +value: "260" +data: App\Entity\DfxLocation {#2503 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3345 +label: "Grafenau - Wiesengrundhalle" +value: "55" +data: App\Entity\DfxLocation {#2507 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +label: "Grafenau-Döffingen Sportplatz" +value: "192" +data: App\Entity\DfxLocation {#2510 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3347 +label: "Gülstein - Ammerstadion" +value: "167" +data: App\Entity\DfxLocation {#2514 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3348 +label: "Gültlingen - Sportplatz Buchentalstadion" +value: "31" +data: App\Entity\DfxLocation {#2517 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +label: "Haiterbach - Sporthalle" +value: "82" +data: App\Entity\DfxLocation {#2520 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +label: "Haiterbach Sportgelände, Stadion auf dem Bus" +value: "216" +data: App\Entity\DfxLocation {#2523 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3351 +label: "Heilbronn Frankenstadion Rasen 2 (Nebenplatz)" +value: "288" +data: App\Entity\DfxLocation {#2527 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3352 +label: "Heilbronn-Neckargartach-Römerhalle" +value: "188" +data: App\Entity\DfxLocation {#2530 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3353 +label: "Heimerdingen - Sportplatz Weissachstr. (Rasen)" +value: "105" +data: App\Entity\DfxLocation {#2533 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3354 +label: "Heimsheim - Auf der Wanne, Rasen 1" +value: "94" +data: Proxies\__CG__\App\Entity\DfxLocation {#1777 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +label: "Hengstett - Sportplatz Ottenbronn" +value: "93" +data: App\Entity\DfxLocation {#2538 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3356 +label: "Herrenberg - Ammerstadion" +value: "253" +data: App\Entity\DfxLocation {#2542 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3357 +label: "Herrenberg - Längenholzhalle" +value: "49" +data: App\Entity\DfxLocation {#2545 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +label: "Herrenberg - Markweghalle" +value: "74" +data: App\Entity\DfxLocation {#2548 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +label: "Herrenberg - Sportplatz am Freibad" +value: "97" +data: App\Entity\DfxLocation {#2551 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3360 +label: "Herrenberg - Volksbankstadion" +value: "37" +data: App\Entity\DfxLocation {#2554 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3361 +label: "Herrenzimmern - Sportplatz" +value: "172" +data: Proxies\__CG__\App\Entity\DfxLocation {#1790 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3362 +label: "Hildrizhausen - Sportgelände" +value: "16" +data: App\Entity\DfxLocation {#2559 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3363 +label: "Hirsau - Sportplatz" +value: "151" +data: Proxies\__CG__\App\Entity\DfxLocation {#1971 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +label: "Hochdorf - Sportanlagen" +value: "146" +data: App\Entity\DfxLocation {#2564 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3365 +label: "Hofherrnweiler Kunstrasen Platz 3" +value: "280" +data: App\Entity\DfxLocation {#2568 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +label: "Holzelfingen - Sportanlagen" +value: "145" +data: App\Entity\DfxLocation {#2571 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +label: "Holzgerlingen - Geschäftszimmer SpVgg" +value: "223" +data: App\Entity\DfxLocation {#2575 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +label: "Holzgerlingen - Jugendplatz" +value: "4" +data: App\Entity\DfxLocation {#2579 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3369 +label: "Holzgerlingen - Kunstrasen" +value: "5" +data: App\Entity\DfxLocation {#2583 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +label: "Holzgerlingen - Kunstrasenkleinspielfeld" +value: "133" +data: App\Entity\DfxLocation {#2587 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +label: "Holzgerlingen - Schönbuchhalle" +value: "62" +data: Proxies\__CG__\App\Entity\DfxLocation {#1906 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +label: "Holzgerlingen - Schulhof Berkenschule" +value: "228" +data: App\Entity\DfxLocation {#2594 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +label: "Holzgerlingen - Sportheim - Stadiongaststätte" +value: "183" +data: App\Entity\DfxLocation {#2597 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3374 +label: "Holzgerlingen - Sportplatz" +value: "7" +data: Proxies\__CG__\App\Entity\DfxLocation {#1911 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +label: "Holzgerlingen - Stadion" +value: "6" +data: Proxies\__CG__\App\Entity\DfxLocation {#1084 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3376 +label: "Holzgerlingen - Stadthalle" +value: "226" +data: App\Entity\DfxLocation {#2607 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +label: "Holzgerlingen - Tennisheim" +value: "221" +data: App\Entity\DfxLocation {#2610 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3378 +label: "Holzhausen - Panoramastadion" +value: "173" +data: Proxies\__CG__\App\Entity\DfxLocation {#1886 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +label: "Holzhausen Kunstrasen - Karl Hauser Sportpark" +value: "321" +data: App\Entity\DfxLocation {#2616 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +label: "Hopfau - Sportgelände" +value: "174" +data: Proxies\__CG__\App\Entity\DfxLocation {#1797 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3381 +label: "Horb - Hohenberghalle" +value: "199" +data: App\Entity\DfxLocation {#2621 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +label: "Jesingen" +value: "319" +data: App\Entity\DfxLocation {#2625 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3383 +label: "Jettingen - Sportgelände Oberjettingen" +value: "101" +data: App\Entity\DfxLocation {#2628 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +label: "Jettingen - Sportplatz am Billing Unterjettingen" +value: "99" +data: App\Entity\DfxLocation {#2631 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +label: "Jettingen - Willy-Dieterle-Halle" +value: "46" +data: App\Entity\DfxLocation {#2635 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "Jugendraum im Sportheim" +value: "185" +data: App\Entity\DfxLocation {#2638 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "Kaltlufthalle Altdorf" +value: "309" +data: App\Entity\DfxLocation {#2642 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +label: "Kayh - Sportplatz " +value: "87" +data: App\Entity\DfxLocation {#2645 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +label: "Kirchentellinsfurt - Neue Sporthalle" +value: "265" +data: App\Entity\DfxLocation {#2649 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +label: "Kirchentellinsfurt - Sportplatz am Faulbaum" +value: "194" +data: App\Entity\DfxLocation {#2652 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +label: "Kirchheim / Teck - Sportgelände" +value: "269" +data: App\Entity\DfxLocation {#2656 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +label: "Klosterreichenbach - Sportplatz" +value: "162" +data: App\Entity\DfxLocation {#2659 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +label: "Kornwestheim - Sportplatz" +value: "153" +data: App\Entity\DfxLocation {#2662 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +label: "KunstRa SportKultur Stuttgart-Wangen" +value: "322" +data: App\Entity\DfxLocation {#2666 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +label: "Kunstrasen Lindach Nord" +value: "323" +data: App\Entity\DfxLocation {#2670 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +label: "Kunstrasenplatz bei der Schönbuchhalle" +value: "330" +data: App\Entity\DfxLocation {#2674 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3397 +label: "Kuppingen - Sportgelände NEUFFER SPORTPARK" +value: "95" +data: Proxies\__CG__\App\Entity\DfxLocation {#1808 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +label: "Kuppingen - Sporthalle Schule" +value: "52" +data: App\Entity\DfxLocation {#2680 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3399 +label: "Langenargen - Sportplatz" +value: "67" +data: Proxies\__CG__\App\Entity\DfxLocation {#1721 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3400 +label: "Löchgau - Sporthalle" +value: "128" +data: App\Entity\DfxLocation {#2685 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +label: "Löchgau - Sportplatz" +value: "127" +data: App\Entity\DfxLocation {#2688 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +label: "Ludwigsburg - Sportanlagen" +value: "148" +data: App\Entity\DfxLocation {#2691 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3403 +label: "Lustnau - Sportanlage TSV Lustnau Kunstrasenplatz" +value: "327" +data: App\Entity\DfxLocation {#2695 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +label: "Magstadt - Sporthalle" +value: "47" +data: App\Entity\DfxLocation {#2699 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +label: "Magstadt - Sporthalle alte Stuttgarter Strasse" +value: "80" +data: App\Entity\DfxLocation {#2703 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3406 +label: "Magstadt - Sportplatz" +value: "156" +data: App\Entity\DfxLocation {#2707 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3407 +label: "Maichingen - Allmendstadion" +value: "10" +data: App\Entity\DfxLocation {#2710 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3408 +label: "Maichingen - Alter Sportplatz" +value: "9" +data: App\Entity\DfxLocation {#2713 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3409 +label: "Maichingen - Sporthalle" +value: "26" +data: App\Entity\DfxLocation {#2716 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3410 +label: "Maichingen - Sporthalle Unterrieden" +value: "27" +data: App\Entity\DfxLocation {#2719 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3411 +label: "Malmsheim - Albstr. 14, Rasen I" +value: "100" +data: App\Entity\DfxLocation {#2722 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3412 +label: "Meckenbeuren - Sportplatz" +value: "129" +data: App\Entity\DfxLocation {#2725 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3413 +label: "Meimsheim - Sportplatz" +value: "65" +data: App\Entity\DfxLocation {#2728 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3414 +label: "Metzingen - Otto-Dipper-Stadion" +value: "113" +data: App\Entity\DfxLocation {#2731 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3415 +label: "Möglingen - Sportanlagen" +value: "147" +data: App\Entity\DfxLocation {#2734 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3416 +label: "Mönchberg - Rasenplatz" +value: "211" +data: App\Entity\DfxLocation {#2737 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3417 +label: "Mössingen - Sportplatz" +value: "120" +data: App\Entity\DfxLocation {#2740 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3418 +label: "Mötzingen - Rasenplatz Platz 1" +value: "306" +data: App\Entity\DfxLocation {#2744 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3419 +label: "Mötzingen - Sportplatz" +value: "159" +data: App\Entity\DfxLocation {#2747 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3420 +label: "MTV Stuttgart Kunstrasenplatz" +value: "332" +data: App\Entity\DfxLocation {#2751 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3421 +label: "Mühlheim - Sportplatz" +value: "122" +data: App\Entity\DfxLocation {#2754 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3422 +label: "Münchingen - Sportanlagen" +value: "140" +data: App\Entity\DfxLocation {#2757 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3423 +label: "Münklingen - Sportgelände" +value: "106" +data: App\Entity\DfxLocation {#2760 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +label: "Nagold - Bächlenhalle" +value: "43" +data: App\Entity\DfxLocation {#2763 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3425 +label: "Nagold - Bächlensportplatz" +value: "12" +data: App\Entity\DfxLocation {#2766 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3426 +label: "Nagold - Reinhold-Fleckenstein-Stadion (Ehemaliges Eugen-Breitling-Stadion)" +value: "11" +data: App\Entity\DfxLocation {#2770 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3427 +label: "Nagold - Sportplatz Gündringen" +value: "89" +data: App\Entity\DfxLocation {#2773 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3428 +label: "Nagold-Mindersbach - Pl.2" +value: "236" +data: App\Entity\DfxLocation {#2778 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3429 +label: "Nebringen - Sportgelände" +value: "220" +data: App\Entity\DfxLocation {#2781 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3430 +label: "Nehren - Sportplatz" +value: "118" +data: App\Entity\DfxLocation {#2784 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3431 +label: "Neubulach - Sportgelände" +value: "30" +data: App\Entity\DfxLocation {#2787 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3432 +label: "Neubulach - Sporthalle" +value: "38" +data: App\Entity\DfxLocation {#2791 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3433 +label: "Neuhausen Sportplatz" +value: "256" +data: App\Entity\DfxLocation {#2795 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3434 +label: "Neuhengstett - Pl.2" +value: "191" +data: App\Entity\DfxLocation {#2798 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +label: "Niedereschach - Sporthalle" +value: "202" +data: App\Entity\DfxLocation {#2801 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3436 +label: "Nufringen - Waldstadion" +value: "29" +data: App\Entity\DfxLocation {#2804 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +label: "Nufringen Wiesengrundhalle" +value: "257" +data: App\Entity\DfxLocation {#2808 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3438 +label: "Oberjesingen - Sportplatz" +value: "160" +data: App\Entity\DfxLocation {#2811 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3439 +label: "Oberjettingen - Sportgelände" +value: "77" +data: App\Entity\DfxLocation {#2814 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3440 +label: "Oberkirch - Sportanlagen" +value: "155" +data: App\Entity\DfxLocation {#2817 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +label: "Oberreichenbach - Sportplatz" +value: "175" +data: Proxies\__CG__\App\Entity\DfxLocation {#1848 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3442 +label: "Oberschwandorf Pl. 1 Rasenplatz" +value: "244" +data: App\Entity\DfxLocation {#2823 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3443 +label: "Ofterdingen - Sportplatz" +value: "25" +data: App\Entity\DfxLocation {#2826 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3444 +label: "Öschelbronn - Sportgelände" +value: "70" +data: App\Entity\DfxLocation {#2830 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3445 +label: "Ostelsheim - Sportplatz" +value: "166" +data: App\Entity\DfxLocation {#2833 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +label: "Ottenbronn - Rasen" +value: "190" +data: App\Entity\DfxLocation {#2836 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3447 +label: "Pforzheim - Sportanlagen" +value: "143" +data: App\Entity\DfxLocation {#2839 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +label: "Pfrondorf - Sportanlagen" +value: "66" +data: App\Entity\DfxLocation {#2842 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +label: "Pfrondorf-Mindersbach - Sportplatz" +value: "238" +data: App\Entity\DfxLocation {#2846 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +label: "Pfullingen - Stadion am Schönberg" +value: "116" +data: App\Entity\DfxLocation {#2849 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +label: "Pfullingen Kunstrasenplatz am Eierbach" +value: "293" +data: App\Entity\DfxLocation {#2853 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +label: "Plattenhardt - Höhensporthalle im Weilerhau" +value: "59" +data: App\Entity\DfxLocation {#2856 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +label: "Plattenhardt - Kunstrasen" +value: "328" +data: App\Entity\DfxLocation {#2860 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +label: "Plattenhardt - Rasenpl.Weilerhau" +value: "299" +data: App\Entity\DfxLocation {#2864 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +label: "Rasenplatz Fleinsbachstadion" +value: "329" +data: App\Entity\DfxLocation {#2868 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +label: "Renningen" +value: "78" +data: App\Entity\DfxLocation {#2871 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "Reutlingen - Sport- und Freizeitpark Markwasen" +value: "248" +data: App\Entity\DfxLocation {#2876 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +label: "Reutlingen - An der Kreuzeiche 4" +value: "325" +data: App\Entity\DfxLocation {#2880 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +label: "Reutlingen - Ringelbach" +value: "23" +data: App\Entity\DfxLocation {#2883 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +label: "Reutlingen - Sporthalle Bildungszentrum Nord" +value: "310" +data: App\Entity\DfxLocation {#2887 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +label: "Reutlingen - Sportplatz am Ringelbach" +value: "138" +data: App\Entity\DfxLocation {#2890 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +label: "Reutlingen Carl Diem Stadion" +value: "273" +data: App\Entity\DfxLocation {#2894 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +label: "Reutlingen SV Croatia Gelände" +value: "210" +data: App\Entity\DfxLocation {#2897 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +label: "Reutlingen-Betzingen - Sportplatz" +value: "123" +data: App\Entity\DfxLocation {#2900 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +label: "Rohr - Sportplatz" +value: "271" +data: App\Entity\DfxLocation {#2904 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3466 +label: "Rohrau - Schönbuchhalle" +value: "51" +data: App\Entity\DfxLocation {#2907 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3467 +label: "Rohrau - Sportplatz" +value: "189" +data: App\Entity\DfxLocation {#2910 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3468 +label: "Rommelsbach - BZN" +value: "205" +data: App\Entity\DfxLocation {#2913 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3469 +label: "Rosenfeld Rasenplatz Heiligenzimmern" +value: "281" +data: App\Entity\DfxLocation {#2917 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3470 +label: "Rotfelden - Sporthalle" +value: "48" +data: App\Entity\DfxLocation {#2920 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3471 +label: "Rotfelden - Sportplatz" +value: "227" +data: App\Entity\DfxLocation {#2924 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3472 +label: "Rottenburg - Hohgenberghalle" +value: "76" +data: App\Entity\DfxLocation {#2927 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3473 +label: "Rottenburg - Sportplatz Hohenberg" +value: "115" +data: Proxies\__CG__\App\Entity\DfxLocation {#1870 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3474 +label: "Rottweil - Stadion" +value: "117" +data: App\Entity\DfxLocation {#2933 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3475 +label: "Rutesheim - Kunstrasenplatz SKV Rutesheim" +value: "289" +data: App\Entity\DfxLocation {#2937 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3476 +label: "Rutesheim - Sporthalle Bühl I" +value: "198" +data: App\Entity\DfxLocation {#2940 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3477 +label: "Salach-Staufeneckhalle" +value: "224" +data: App\Entity\DfxLocation {#2944 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3478 +label: "Salzstetten - Sportplatz" +value: "114" +data: App\Entity\DfxLocation {#2947 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3479 +label: "Sarmenstorf (CH) - Sportplatz" +value: "130" +data: App\Entity\DfxLocation {#2950 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +label: "SC Stammheim - Kunstrasen" +value: "294" +data: App\Entity\DfxLocation {#2954 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3481 +label: "Schönaich - Schulsportplatz" +value: "18" +data: App\Entity\DfxLocation {#2957 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3482 +label: "Schönaich - Sporthalleim Hasenbühl" +value: "41" +data: App\Entity\DfxLocation {#2960 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3483 +label: "Schönaich - Stadion Elsenhalde" +value: "28" +data: App\Entity\DfxLocation {#2963 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3484 +label: "Schönbronn - Pl.1" +value: "230" +data: App\Entity\DfxLocation {#2968 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3485 +label: "Schramberg - Bernecksportplatz" +value: "119" +data: App\Entity\DfxLocation {#2971 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3486 +label: "Schrotzberg - Sporthalle" +value: "187" +data: App\Entity\DfxLocation {#2974 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3487 +label: "Schruns (Österreich)- Sportgelände" +value: "126" +data: App\Entity\DfxLocation {#2977 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3488 +label: "Schwäbisch Gmünd - WWG Sportpark" +value: "287" +data: App\Entity\DfxLocation {#2981 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3489 +label: "Schwieberdingen Stadion Rasenplatz" +value: "312" +data: App\Entity\DfxLocation {#2986 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3490 +label: "Seedorf - Sportplatz Eschenwiesen" +value: "247" +data: App\Entity\DfxLocation {#2990 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3491 +label: "Sillenbuch - Sportplatz" +value: "154" +data: App\Entity\DfxLocation {#2993 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3492 +label: "Simmersfeld - Sportplatz" +value: "165" +data: App\Entity\DfxLocation {#2996 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3493 +label: "Simmozheim - Sportplatz" +value: "58" +data: App\Entity\DfxLocation {#2999 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3494 +label: "Sindelfingen - Floschenstadion" +value: "121" +data: App\Entity\DfxLocation {#3002 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3495 +label: "Sindelfingen - Floschenstadion - Kunstrasen" +value: "254" +data: App\Entity\DfxLocation {#3006 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3496 +label: "Sindelfingen - Glaspalast Spielfeld Junior 2" +value: "83" +data: App\Entity\DfxLocation {#3009 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3497 +label: "Sindelfingen - Halle Hinterweil" +value: "196" +data: App\Entity\DfxLocation {#3012 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3498 +label: "Sindelfingen - Hartplatz bei der Sportwelt VfL Sindelfingen" +value: "104" +data: App\Entity\DfxLocation {#3015 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3499 +label: "Sindelfingen - Kunstrasen hinter dem Glaspalast" +value: "139" +data: App\Entity\DfxLocation {#3018 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3500 +label: "Sindelfingen - Sporthalle Gartenstrasse" +value: "81" +data: App\Entity\DfxLocation {#3021 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3501 +label: "Sindelfingen Glaspalast" +value: "291" +data: App\Entity\DfxLocation {#3025 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3502 +label: "Sindelfingen- Glaspalast Spielfeld Junior 1" +value: "207" +data: App\Entity\DfxLocation {#3028 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3503 +label: "Sindelfingen, Sporthalle Stadtmitte" +value: "182" +data: App\Entity\DfxLocation {#3031 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3504 +label: "Sondelfingen - Sportplatz" +value: "22" +data: App\Entity\DfxLocation {#3034 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3505 +label: "Spielberg Pl.1 Rasenplatz" +value: "232" +data: App\Entity\DfxLocation {#3038 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +label: "Sporthalle Solitude-Gymnasium" +value: "324" +data: App\Entity\DfxLocation {#3043 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3507 +label: "Sportvg Feuerbach Stadion Rasenplatz" +value: "301" +data: App\Entity\DfxLocation {#3047 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3508 +label: "Spvgg Cannstatt" +value: "297" +data: App\Entity\DfxLocation {#3051 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3509 +label: "Stammheim - Sportplatz Rottannen" +value: "92" +data: App\Entity\DfxLocation {#3054 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3510 +label: "Steinenbronn - Rasenplatz unten Sandäcker" +value: "307" +data: App\Entity\DfxLocation {#3058 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3511 +label: "Stetten - Sportplatz" +value: "176" +data: Proxies\__CG__\App\Entity\DfxLocation {#1918 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3512 +label: "Stetten-Kleingartach - Sportplatz" +value: "131" +data: App\Entity\DfxLocation {#3063 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3513 +label: "Stuttgart-Plieningen Sportgelände Wolfer" +value: "68" +data: App\Entity\DfxLocation {#3066 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3514 +label: "Sulgen - Hartplatz" +value: "178" +data: Proxies\__CG__\App\Entity\DfxLocation {#1922 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +label: "Sulgen - Sportplatz" +value: "177" +data: Proxies\__CG__\App\Entity\DfxLocation {#1926 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3516 +label: "Sulz a.N. Karl Hauser Sportpark" +value: "290" +data: App\Entity\DfxLocation {#3074 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3517 +label: "Sulz am Eck - Sportplatz" +value: "161" +data: App\Entity\DfxLocation {#3077 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3518 +label: "SV Bonlanden Rasenplatz" +value: "302" +data: App\Entity\DfxLocation {#3081 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +label: "SV Sillenbuch Sporthalle (Geschwister-Scholl-Gymnasium)" +value: "292" +data: App\Entity\DfxLocation {#3085 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3520 +label: "Tailfingen - Sportplatz" +value: "60" +data: App\Entity\DfxLocation {#3088 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3521 +label: "TESTHALLE" +value: "264" +data: App\Entity\DfxLocation {#3092 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3522 +label: "Trossingen - Stadion Hauptfeld" +value: "250" +data: App\Entity\DfxLocation {#3097 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3523 +label: "TSV Böbingen - Rasenplatz Böbingen" +value: "286" +data: App\Entity\DfxLocation {#3101 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3524 +label: "TSV Musberg Kunstrasenplatz Platz 2" +value: "300" +data: App\Entity\DfxLocation {#3105 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3525 +label: "TSV Weilheim /Teck Lindachstadion" +value: "285" +data: App\Entity\DfxLocation {#3109 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +label: "TSV Weilimdorf" +value: "320" +data: App\Entity\DfxLocation {#3113 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3527 +label: "TSVgg Stuttgart-Münster" +value: "295" +data: App\Entity\DfxLocation {#3117 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3528 +label: "Tübingen - Sportplatz" +value: "24" +data: App\Entity\DfxLocation {#3120 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3529 +label: "Tübingen - SV 03 Stadion" +value: "245" +data: App\Entity\DfxLocation {#3124 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3530 +label: "Tübingen SSC Holderfeld - Kunstrasen" +value: "246" +data: App\Entity\DfxLocation {#3128 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3531 +label: "Tübingen TSG Gelände" +value: "111" +data: App\Entity\DfxLocation {#3131 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3532 +label: "Tuningen - Sportanlage" +value: "179" +data: Proxies\__CG__\App\Entity\DfxLocation {#1967 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3533 +label: "Tuttlingen - Donaustadion" +value: "134" +data: App\Entity\DfxLocation {#3136 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3534 +label: "TV89 Zuffenhausen - Hirschsprungalle" +value: "274" +data: App\Entity\DfxLocation {#3140 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3535 +label: "TV89 Zuffenhausen - Lange Allee" +value: "275" +data: App\Entity\DfxLocation {#3144 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3536 +label: "Überberg - Rasen" +value: "231" +data: App\Entity\DfxLocation {#3148 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3537 +label: "Unbekannt" +value: "225" +data: App\Entity\DfxLocation {#3153 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3538 +label: "Untergruppenbach Sportplatz" +value: "125" +data: App\Entity\DfxLocation {#3156 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +label: "Unterjettingen - Sportplatz" +value: "219" +data: App\Entity\DfxLocation {#3160 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3540 +label: "Vaihingen - SV Vaihingen Sportgelände "Schwarzbach"" +value: "277" +data: App\Entity\DfxLocation {#3164 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3541 +label: "Villingendorf - Sportplatz" +value: "135" +data: App\Entity\DfxLocation {#3167 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3542 +label: "Vollmaringen - Sportplatz" +value: "35" +data: App\Entity\DfxLocation {#3170 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3543 +label: "Waiblingen - Staufer Sporthalle" +value: "203" +data: App\Entity\DfxLocation {#3173 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3544 +label: "Walddorf - Sportanlagen" +value: "270" +data: App\Entity\DfxLocation {#3177 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3545 +label: "Waldenbuch - Kunstrasen Hasenhof" +value: "91" +data: App\Entity\DfxLocation {#3180 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3546 +label: "Waldenbuch - Ritter-Sport-Stadion" +value: "90" +data: App\Entity\DfxLocation {#3183 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3547 +label: "Waldenbuch Sporthalle beim Ritter Sport Stadion" +value: "36" +data: App\Entity\DfxLocation {#3186 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3548 +label: "Waldstadion Dagersheim" +value: "217" +data: Proxies\__CG__\App\Entity\DfxLocation {#1711 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3549 +label: "Warmbronn - Sportplatz Büsnauerstr." +value: "102" +data: App\Entity\DfxLocation {#3192 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3550 +label: "Wart-Ebershardt - Sportplatz" +value: "242" +data: App\Entity\DfxLocation {#3196 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3551 +label: "Wart-Obere Egert-Rasen" +value: "222" +data: App\Entity\DfxLocation {#3199 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3552 +label: "Weil der Stadt - Johannes-Kepler-Gymnasium-Sporthalle" +value: "201" +data: App\Entity\DfxLocation {#3202 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3553 +label: "Weil der Stadt - Untere Talstraße 66" +value: "326" +data: App\Entity\DfxLocation {#3207 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3554 +label: "Weil der Stadt-Schafhausen - Rasenplatz" +value: "195" +data: App\Entity\DfxLocation {#3210 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3555 +label: "Weil im Schönbuch - Sportgelände im Gaiern" +value: "15" +data: App\Entity\DfxLocation {#3213 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3556 +label: "Weil im Schönbuch - Sporthalle" +value: "40" +data: App\Entity\DfxLocation {#3216 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3557 +label: "Weil im Schönbuch - Sporthalle Sportzentrum" +value: "50" +data: App\Entity\DfxLocation {#3219 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3558 +label: "Weiler - Sportplatz SV Weiler" +value: "318" +data: App\Entity\DfxLocation {#3223 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3559 +label: "Wendlingen Rasenplatz" +value: "282" +data: App\Entity\DfxLocation {#3227 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3560 +label: "Wildberg - Lindachstadion Pl. 2 Rasenplatz" +value: "233" +data: App\Entity\DfxLocation {#3231 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3561 +label: "Wildberg - Sporthalle" +value: "213" +data: App\Entity\DfxLocation {#3234 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3562 +label: "Wildberg - Sportplatz" +value: "235" +data: App\Entity\DfxLocation {#3239 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3563 +label: "Wittendorf - Sportplatz" +value: "249" +data: App\Entity\DfxLocation {#3243 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3564 +label: "Wittershausen - Sportanlagen" +value: "149" +data: Proxies\__CG__\App\Entity\DfxLocation {#2028 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3565 +label: "Wurmlingen - Sportplatz" +value: "278" +data: App\Entity\DfxLocation {#3249 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3566 +label: "Zimmern o.R. - Sportplatz" +value: "110" +data: App\Entity\DfxLocation {#3252 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2158 -form: Symfony\Component\Form\Form {#1447 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1574 …5} |
| full_name | "form[idLocation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_idLocation" |
| is_selected | Closure($choice, $value) {#2160 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "idLocation" |
| placeholder | "Veranstaltungsstätte aus Datenbank wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_idLocation" |
| valid | true |
| value | "" |
rubrik
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "A-Jugend" => "A-Jugend" "AH" => "AH" "Allgemein" => "Allgemein" "B-Jugend" => "B-Jugend" "B-Jugend 2" => "B-Jugend 2" "Bambini" => "Bambini" "C-Jugend 1" => "C-Jugend 1" "C-Jugend 2" => "C-Jugend 2" "C-Jugend 3" => "C-Jugend 3" "D-Jugend 1" => "D-Jugend 1" "D-Jugend 2" => "D-Jugend 2" "D-Jugend 3" => "D-Jugend 3" "D-Jugend 4" => "D-Jugend 4" "E-Jugend 1" => "E-Jugend 1" "E-Jugend 2" => "E-Jugend 2" "E-Jugend 3" => "E-Jugend 3" "E-Jugend 4" => "E-Jugend 4" "F-Jugend 1" => "F-Jugend 1" "F-Jugend 2" => "F-Jugend 2" "F-Jugend 3" => "F-Jugend 3" "F-Jugend 4" => "F-Jugend 4" "Jugend" => "Jugend" "Knirpse" => "Knirpse" "Team 1" => "Team 1" "Team 2" => "Team 2" "Torspieler" => "Torspieler" ] |
[ "A-Jugend" => "A-Jugend" "AH" => "AH" "Allgemein" => "Allgemein" "B-Jugend" => "B-Jugend" "B-Jugend 2" => "B-Jugend 2" "Bambini" => "Bambini" "C-Jugend 1" => "C-Jugend 1" "C-Jugend 2" => "C-Jugend 2" "C-Jugend 3" => "C-Jugend 3" "D-Jugend 1" => "D-Jugend 1" "D-Jugend 2" => "D-Jugend 2" "D-Jugend 3" => "D-Jugend 3" "D-Jugend 4" => "D-Jugend 4" "E-Jugend 1" => "E-Jugend 1" "E-Jugend 2" => "E-Jugend 2" "E-Jugend 3" => "E-Jugend 3" "E-Jugend 4" => "E-Jugend 4" "F-Jugend 1" => "F-Jugend 1" "F-Jugend 2" => "F-Jugend 2" "F-Jugend 3" => "F-Jugend 3" "F-Jugend 4" => "F-Jugend 4" "Jugend" => "Jugend" "Knirpse" => "Knirpse" "Team 1" => "Team 1" "Team 2" => "Team 2" "Torspieler" => "Torspieler" ] |
| label | false |
false
|
| placeholder | "Rubrik wählen" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 | [ "A-Jugend" => "A-Jugend" "AH" => "AH" "Allgemein" => "Allgemein" "B-Jugend" => "B-Jugend" "B-Jugend 2" => "B-Jugend 2" "Bambini" => "Bambini" "C-Jugend 1" => "C-Jugend 1" "C-Jugend 2" => "C-Jugend 2" "C-Jugend 3" => "C-Jugend 3" "D-Jugend 1" => "D-Jugend 1" "D-Jugend 2" => "D-Jugend 2" "D-Jugend 3" => "D-Jugend 3" "D-Jugend 4" => "D-Jugend 4" "E-Jugend 1" => "E-Jugend 1" "E-Jugend 2" => "E-Jugend 2" "E-Jugend 3" => "E-Jugend 3" "E-Jugend 4" => "E-Jugend 4" "F-Jugend 1" => "F-Jugend 1" "F-Jugend 2" => "F-Jugend 2" "F-Jugend 3" => "F-Jugend 3" "F-Jugend 4" => "F-Jugend 4" "Jugend" => "Jugend" "Knirpse" => "Knirpse" "Team 1" => "Team 1" "Team 2" => "Team 2" "Torspieler" => "Torspieler" ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Rubrik wählen" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1283 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1282 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_rubrik" ] |
| cache_key | "_form_rubrik_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3568 +label: "A-Jugend" +value: "A-Jugend" +data: "A-Jugend" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3569 +label: "AH" +value: "AH" +data: "AH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3570 +label: "Allgemein" +value: "Allgemein" +data: "Allgemein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3571 +label: "B-Jugend" +value: "B-Jugend" +data: "B-Jugend" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3572 +label: "B-Jugend 2" +value: "B-Jugend 2" +data: "B-Jugend 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3573 +label: "Bambini" +value: "Bambini" +data: "Bambini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3574 +label: "C-Jugend 1" +value: "C-Jugend 1" +data: "C-Jugend 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3575 +label: "C-Jugend 2" +value: "C-Jugend 2" +data: "C-Jugend 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3576 +label: "C-Jugend 3" +value: "C-Jugend 3" +data: "C-Jugend 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3577 +label: "D-Jugend 1" +value: "D-Jugend 1" +data: "D-Jugend 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3578 +label: "D-Jugend 2" +value: "D-Jugend 2" +data: "D-Jugend 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3579 +label: "D-Jugend 3" +value: "D-Jugend 3" +data: "D-Jugend 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3580 +label: "D-Jugend 4" +value: "D-Jugend 4" +data: "D-Jugend 4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3581 +label: "E-Jugend 1" +value: "E-Jugend 1" +data: "E-Jugend 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3582 +label: "E-Jugend 2" +value: "E-Jugend 2" +data: "E-Jugend 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3583 +label: "E-Jugend 3" +value: "E-Jugend 3" +data: "E-Jugend 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3584 +label: "E-Jugend 4" +value: "E-Jugend 4" +data: "E-Jugend 4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3585 +label: "F-Jugend 1" +value: "F-Jugend 1" +data: "F-Jugend 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3586 +label: "F-Jugend 2" +value: "F-Jugend 2" +data: "F-Jugend 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3587 +label: "F-Jugend 3" +value: "F-Jugend 3" +data: "F-Jugend 3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3588 +label: "F-Jugend 4" +value: "F-Jugend 4" +data: "F-Jugend 4" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3589 +label: "Jugend" +value: "Jugend" +data: "Jugend" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3590 +label: "Knirpse" +value: "Knirpse" +data: "Knirpse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3591 +label: "Team 1" +value: "Team 1" +data: "Team 1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3592 +label: "Team 2" +value: "Team 2" +data: "Team 2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3593 +label: "Torspieler" +value: "Torspieler" +data: "Torspieler" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3567 -form: Symfony\Component\Form\Form {#1450 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2159 …5} |
| full_name | "form[rubrik]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_rubrik" |
| is_selected | Closure($choice, $value) {#3595 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "rubrik" |
| placeholder | "Rubrik wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_rubrik" |
| valid | true |
| value | "" |
zielgruppe
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "de" => "de" ] |
[ "de" => "de" ] |
| label | false |
false
|
| placeholder | "Zielgruppe wählen" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 | [ "de" => "de" ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Zielgruppe wählen" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1296 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1295 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_zielgruppe" ] |
| cache_key | "_form_zielgruppe_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3598 +label: "de" +value: "de" +data: "de" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3596 -form: Symfony\Component\Form\Form {#1453 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3597 …5} |
| full_name | "form[zielgruppe]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_zielgruppe" |
| is_selected | Closure($choice, $value) {#3600 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1051 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "zielgruppe" |
| placeholder | "Zielgruppe wählen" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_zielgruppe" |
| valid | true |
| value | "" |
filter1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| attr | [ "noFormControl" => true ] |
[ "noFormControl" => true ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "noFormControl" => true ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1308 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1305 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1306 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1315 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1313 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "noFormControl" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_filter1" ] |
| cache_key | "_form_filter1_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3601 -form: Symfony\Component\Form\Form {#1456 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3602 …5} |
| full_name | "form[filter1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_filter1" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filter1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_filter1" |
| valid | true |
| value | "1" |
filter2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| attr | [ "noFormControl" => true ] |
[ "noFormControl" => true ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "noFormControl" => true ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1308 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1305 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1306 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1323 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "noFormControl" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_filter2" ] |
| cache_key | "_form_filter2_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3603 -form: Symfony\Component\Form\Form {#1463 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3604 …5} |
| full_name | "form[filter2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_filter2" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filter2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_filter2" |
| valid | true |
| value | "1" |
filter3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| attr | [ "noFormControl" => true ] |
[ "noFormControl" => true ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "noFormControl" => true ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1308 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1305 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1306 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1332 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1331 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "noFormControl" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_filter3" ] |
| cache_key | "_form_filter3_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3605 -form: Symfony\Component\Form\Form {#1471 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3606 …5} |
| full_name | "form[filter3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_filter3" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filter3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_filter3" |
| valid | true |
| value | "1" |
filter4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| attr | [ "noFormControl" => true ] |
[ "noFormControl" => true ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "noFormControl" => true ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1308 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1305 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1306 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1340 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "noFormControl" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_filter4" ] |
| cache_key | "_form_filter4_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3607 -form: Symfony\Component\Form\Form {#1475 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3608 …5} |
| full_name | "form[filter4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_filter4" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filter4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_filter4" |
| valid | true |
| value | "1" |
filter5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| attr | [ "noFormControl" => true ] |
[ "noFormControl" => true ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "noFormControl" => true ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1308 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1305 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1306 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1350 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1349 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "noFormControl" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_filter5" ] |
| cache_key | "_form_filter5_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3609 -form: Symfony\Component\Form\Form {#1478 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3610 …5} |
| full_name | "form[filter5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_filter5" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filter5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_filter5" |
| valid | true |
| value | "1" |
suche
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Suche in Titel, Text" ] |
[ "placeholder" => "Suche in Titel, Text" ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Suche in Titel, Text" ] |
| 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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1359 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Suche in Titel, Text" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_suche" ] |
| cache_key | "_form_suche_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3611 -form: Symfony\Component\Form\Form {#1481 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3612 …5} |
| full_name | "form[suche]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_suche" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "suche" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_suche" |
| valid | true |
| value | "" |
bg
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1367 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1368 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_bg" ] |
| cache_key | "_form_bg_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3613 -form: Symfony\Component\Form\Form {#1484 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3614 …5} |
| full_name | "form[bg]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_bg" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bg" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_bg" |
| valid | true |
| value | "" |
lg
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1382 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_lg" ] |
| cache_key | "_form_lg_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3615 -form: Symfony\Component\Form\Form {#1414 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3616 …5} |
| full_name | "form[lg]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_lg" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lg" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_lg" |
| valid | true |
| value | "" |
m
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1390 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1392 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1391 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_m" ] |
| cache_key | "_form_m_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3617 -form: Symfony\Component\Form\Form {#1489 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3618 …5} |
| full_name | "form[m]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_m" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "m" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_m" |
| valid | true |
| value | "" |
t
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#1186 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1187 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1175 …} -namespace: Closure() {#1169 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1399 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1222 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1170 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#1400 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_t" ] |
| cache_key | "_form_t_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3619 -form: Symfony\Component\Form\Form {#1492 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3620 …5} |
| full_name | "form[t]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_t" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "t" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_t" |
| valid | true |
| value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
|---|---|---|
| attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "suchen" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "suchen" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_submit" ] |
| cache_key | "_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3622 …5} |
| full_name | "form[submit]" |
| id | "form_submit" |
| label | "suchen" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_submit" |
| value | null |
reset
"Symfony\Component\Form\Extension\Core\Type\ResetType"
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 |
|---|---|---|
| attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "verwerfen" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "verwerfen" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "reset" "_form_reset" ] |
| cache_key | "_form_reset_reset" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3621 …5} |
| full_name | "form[reset]" |
| id | "form_reset" |
| label | "verwerfen" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "reset" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_reset" |
| value | null |