- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 186
- Events
- Routing
- Cache
- Translation 388
- Security
- Twig
- HTTP Client
- Doctrine 5
- Debug
- Messages
- E-mails
- Notifications
-
Features 9
- EasyAdmin
- Redis
- Guzzle
- Elastica
- 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
-
-
listing
-
listing_parameters
-
-
approved
-
withComments
-
withVideo
-
withSelfie
-
-
min
-
max
-
-
stations
-
hasApartment
-
hasTakeOut
-
-
min
-
max
-
-
-
min
-
max
-
-
-
min
-
max
-
-
hasTattoo
-
hasPiercing
-
-
0
-
1
-
2
-
3
-
4
-
-
-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
-
-
0
-
1
-
2
-
3
-
4
-
-
-
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
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
-
-
submit
-
profile_filter_form
"App\Form\ProfileFilterForm"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Dto\ProfileFilterFormData {#1619 +listing: "listByCity" +listingParameters: [] +filters: App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/filter/" |
same as passed value |
| csrf_protection | false |
false
|
| data | App\Dto\ProfileFilterFormData {#1619 +listing: "listByCity" +listingParameters: [] +filters: App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } } |
same as passed value |
| form_data | App\Dto\ProfileFilterFormData {#1619 +listing: "listByCity" +listingParameters: [] +filters: App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } } |
same as passed value |
| profiles_presence_by_filters | [ "approved" => 0 "withComments" => 0 "withVideo" => 0 "withSelfie" => 0 "hasApartment" => 0 "hasTakeOut" => 0 "hasTattoo" => 0 "hasPiercing" => 0 "hairColor" => [ 0 ] "nationality" => [ 0 ] "bodyType" => [ 0 ] "oneHourPrice" => [ null null ] "age" => [ 55 55 ] "breastSize" => [ null null ] "height" => [ null null ] "stations" => 0 "services" => 0 ] |
[ "approved" => 0 "withComments" => 0 "withVideo" => 0 "withSelfie" => 0 "hasApartment" => 0 "hasTakeOut" => 0 "hasTattoo" => 0 "hasPiercing" => 0 "hairColor" => [ 0 ] "nationality" => [ 0 ] "bodyType" => [ 0 ] "oneHourPrice" => [ null null ] "age" => [ 55 55 ] "breastSize" => [ null null ] "height" => [ null null ] "stations" => 0 "services" => 0 ] |
Resolved Options
| Option | Value |
|---|---|
| action | "/filter/" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data | App\Dto\ProfileFilterFormData {#1619 +listing: "listByCity" +listingParameters: [] +filters: App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } } |
| data_class | "App\Dto\ProfileFilterFormData" |
| disabled | false |
| empty_data | null |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_data | App\Dto\ProfileFilterFormData {#1619 +listing: "listByCity" +listingParameters: [] +filters: App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } } |
| 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 |
| profiles_presence_by_filters | [ "approved" => 0 "withComments" => 0 "withVideo" => 0 "withSelfie" => 0 "hasApartment" => 0 "hasTakeOut" => 0 "hasTattoo" => 0 "hasPiercing" => 0 "hairColor" => [ 0 ] "nationality" => [ 0 ] "bodyType" => [ 0 ] "oneHourPrice" => [ null null ] "age" => [ 55 55 ] "breastSize" => [ null null ] "height" => [ null null ] "stations" => 0 "services" => 0 ] |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2064 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/filter/" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "profile_filter_form" "_profile_filter_form" ] |
| cache_key | "_profile_filter_form_profile_filter_form" |
| compound | true |
| data | App\Dto\ProfileFilterFormData {#1619 +listing: "listByCity" +listingParameters: [] +filters: App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3548 -form: Symfony\Component\Form\Form {#2123 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2060 …5} |
| full_name | "profile_filter_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "profile_filter_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form" |
| valid | true |
| value | App\Dto\ProfileFilterFormData {#1619 +listing: "listByCity" +listingParameters: [] +filters: App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } } |
listing
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "listByCity" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2142 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2135 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_profile_filter_form_listing" ] |
| cache_key | "_profile_filter_form_listing_hidden" |
| compound | false |
| data | "listByCity" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3503 -form: Symfony\Component\Form\Form {#2171 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3494 …5} |
| full_name | "profile_filter_form[listing]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_listing" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "listing" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_listing" |
| valid | true |
| value | "listByCity" |
listing_parameters
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "[]" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2083 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| 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() {#2087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2082 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_profile_filter_form_listing_parameters" ] |
| cache_key | "_profile_filter_form_listing_parameters_hidden" |
| compound | false |
| data | "[]" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3512 -form: Symfony\Component\Form\Form {#2175 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3521 …5} |
| full_name | "profile_filter_form[listing_parameters]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_listing_parameters" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "listing_parameters" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_listing_parameters" |
| valid | true |
| value | "[]" |
filters
"App\Form\Type\ProfileFiltersType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| listing | "listByCity" |
same as passed value |
| listing_parameters | [] |
[] |
| profiles_presence_by_filters | [ "approved" => 0 "withComments" => 0 "withVideo" => 0 "withSelfie" => 0 "hasApartment" => 0 "hasTakeOut" => 0 "hasTattoo" => 0 "hasPiercing" => 0 "hairColor" => [ 0 ] "nationality" => [ 0 ] "bodyType" => [ 0 ] "oneHourPrice" => [ null null ] "age" => [ 55 55 ] "breastSize" => [ null null ] "height" => [ null null ] "stations" => 0 "services" => 0 ] |
[ "approved" => 0 "withComments" => 0 "withVideo" => 0 "withSelfie" => 0 "hasApartment" => 0 "hasTakeOut" => 0 "hasTattoo" => 0 "hasPiercing" => 0 "hairColor" => [ 0 ] "nationality" => [ 0 ] "bodyType" => [ 0 ] "oneHourPrice" => [ null null ] "age" => [ 55 55 ] "breastSize" => [ null null ] "height" => [ null null ] "stations" => 0 "services" => 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 |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | "App\Dto\ProfileFilterFormDataFilters" |
| disabled | false |
| empty_data | null |
| 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 |
| listing | "listByCity" |
| listing_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| profiles_presence_by_filters | [ "approved" => 0 "withComments" => 0 "withVideo" => 0 "withSelfie" => 0 "hasApartment" => 0 "hasTakeOut" => 0 "hasTattoo" => 0 "hasPiercing" => 0 "hairColor" => [ 0 ] "nationality" => [ 0 ] "bodyType" => [ 0 ] "oneHourPrice" => [ null null ] "age" => [ 55 55 ] "breastSize" => [ null null ] "height" => [ null null ] "stations" => 0 "services" => 0 ] |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2102 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2096 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "profile_filters" "_profile_filter_form_filters" ] |
| cache_key | "_profile_filter_form_filters_profile_filters" |
| compound | true |
| data | App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3530 -form: Symfony\Component\Form\Form {#2620 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3539 …5} |
| full_name | "profile_filter_form[filters]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filters" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters" |
| valid | true |
| value | App\Dto\ProfileFilterFormDataFilters {#1620 +approved: false +withComments: false +withVideo: false +withSelfie: false +oneHourPrice: null +stations: null +hasApartment: false +hasTakeOut: false +age: null +breastSize: null +height: null +hasTattoo: false +hasPiercing: false +hairColor: null +nationality: null +bodyType: null +services: null } |
approved
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "class" => "empty-filter" ] |
[ "checked" => false "class" => "empty-filter" ] |
| disabled | false |
false
|
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2130 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_approved" ] |
| cache_key | "_profile_filter_form_filters_approved_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3620 -form: Symfony\Component\Form\Form {#2623 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2402 …5} |
| full_name | "profile_filter_form[filters][approved]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_approved" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "approved" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_approved" |
| valid | true |
| value | "1" |
withComments
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "class" => "empty-filter" ] |
[ "checked" => false "class" => "empty-filter" ] |
| disabled | false |
false
|
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2149 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_withComments" ] |
| cache_key | "_profile_filter_form_filters_withComments_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3611 -form: Symfony\Component\Form\Form {#2626 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3602 …5} |
| full_name | "profile_filter_form[filters][withComments]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_withComments" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "withComments" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_withComments" |
| valid | true |
| value | "1" |
withVideo
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "class" => "empty-filter" ] |
[ "checked" => false "class" => "empty-filter" ] |
| disabled | false |
false
|
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2160 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2159 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_withVideo" ] |
| cache_key | "_profile_filter_form_filters_withVideo_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3593 -form: Symfony\Component\Form\Form {#2629 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3584 …5} |
| full_name | "profile_filter_form[filters][withVideo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_withVideo" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "withVideo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_withVideo" |
| valid | true |
| value | "1" |
withSelfie
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "class" => "empty-filter" ] |
[ "checked" => false "class" => "empty-filter" ] |
| disabled | false |
false
|
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2168 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_withSelfie" ] |
| cache_key | "_profile_filter_form_filters_withSelfie_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3575 -form: Symfony\Component\Form\Form {#2632 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3566 …5} |
| full_name | "profile_filter_form[filters][withSelfie]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_withSelfie" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "withSelfie" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_withSelfie" |
| valid | true |
| value | "1" |
oneHourPrice
"App\Form\Type\SearchRangeType"
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 | [ "data-min" => null "data-max" => null ] |
[ "data-min" => null "data-max" => null ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-min" => null "data-max" => null ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2192 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-min" => null "data-max" => null ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_range" "_profile_filter_form_filters_oneHourPrice" ] |
| cache_key | "_profile_filter_form_filters_oneHourPrice_search_range" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3557 -form: Symfony\Component\Form\Form {#2660 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3476 …5} |
| full_name | "profile_filter_form[filters][oneHourPrice]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_oneHourPrice" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "oneHourPrice" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_oneHourPrice" |
| valid | true |
| value | null |
min
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2637 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_oneHourPrice_min" ] |
| cache_key | "_profile_filter_form_filters_oneHourPrice_min_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3431 -form: Symfony\Component\Form\Form {#2663 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3440 …5} |
| full_name | "profile_filter_form[filters][oneHourPrice][min]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_oneHourPrice_min" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "min" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_oneHourPrice_min" |
| valid | true |
| value | "" |
max
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2653 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2654 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_oneHourPrice_max" ] |
| cache_key | "_profile_filter_form_filters_oneHourPrice_max_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3422 -form: Symfony\Component\Form\Form {#2666 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3413 …5} |
| full_name | "profile_filter_form[filters][oneHourPrice][max]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_oneHourPrice_max" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "max" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_oneHourPrice_max" |
| valid | true |
| value | "" |
stations
"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_attr | Closure(Station $station, $key, $value): array {#2067 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
same as passed value |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\Location\Station" |
same as passed value |
| multiple | true |
same as passed value |
| query_builder | Closure(EntityRepository $repository) {#2066 class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
Doctrine\ORM\QueryBuilder {#2227 -em: Doctrine\ORM\EntityManager {#933 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2228 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "station" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2226 #from: "App\Entity\Location\Station" #alias: "station" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2224 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "json_unquote(json_extract(station.name, :json_path)) ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT station FROM App\Entity\Location\Station station ORDER BY json_unquote(json_extract(station.name, :json_path)) ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2230 …} -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 | Closure(Station $station, $key, $value): array {#2067 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2270 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2223 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2237 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2229 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2259 -om: Doctrine\ORM\EntityManager {#933 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1583 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Location\Station" |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#933 …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 {#2259 -om: Doctrine\ORM\EntityManager {#933 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1583 …} -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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#2227 -em: Doctrine\ORM\EntityManager {#933 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2228 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "station" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2226 #from: "App\Entity\Location\Station" #alias: "station" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2224 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "json_unquote(json_extract(station.name, :json_path)) ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT station FROM App\Entity\Location\Station station ORDER BY json_unquote(json_extract(station.name, :json_path)) ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2230 …} -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() {#2231 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2236 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_profile_filter_form_filters_stations" ] |
| cache_key | "_profile_filter_form_filters_stations_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "Авиамоторная" +value: "1" +data: App\Entity\Location\Station {#3269 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "Автозаводская" +value: "2" +data: App\Entity\Location\Station {#2900 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +label: "Академическая" +value: "3" +data: App\Entity\Location\Station {#3206 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +label: "Александровский сад" +value: "4" +data: App\Entity\Location\Station {#2864 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +label: "Алексеевская" +value: "5" +data: App\Entity\Location\Station {#3098 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +label: "Алма-Атинская" +value: "6" +data: App\Entity\Location\Station {#3035 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3224 +label: "Алтуфьево" +value: "7" +data: App\Entity\Location\Station {#2954 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3260 +label: "Аминьевская" +value: "243" +data: App\Entity\Location\Station {#2089 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +label: "Андроновка" +value: "222" +data: App\Entity\Location\Station {#4051 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3278 +label: "Аникеевка" +value: "289" +data: App\Entity\Location\Station {#4057 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1580 +label: "Аннино" +value: "8" +data: App\Entity\Location\Station {#4061 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5576 +label: "Апрелевка" +value: "341" +data: App\Entity\Location\Station {#4066 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5577 +label: "Арбатская" +value: "9" +data: App\Entity\Location\Station {#4070 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5578 +label: "Аэропорт" +value: "10" +data: App\Entity\Location\Station {#4075 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5579 +label: "Аэропорт Внуково" +value: "262" +data: App\Entity\Location\Station {#4081 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5580 +label: "Бабушкинская" +value: "11" +data: App\Entity\Location\Station {#4086 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5581 +label: "Багратионовская" +value: "12" +data: App\Entity\Location\Station {#4091 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5582 +label: "Баковка" +value: "274" +data: App\Entity\Location\Station {#4096 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5583 +label: "Балтийская" +value: "220" +data: App\Entity\Location\Station {#4100 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5584 +label: "Баррикадная" +value: "13" +data: App\Entity\Location\Station {#4105 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5585 +label: "Бауманская" +value: "14" +data: App\Entity\Location\Station {#4110 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5586 +label: "Беговая" +value: "15" +data: App\Entity\Location\Station {#4115 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5587 +label: "Белокаменная" +value: "228" +data: App\Entity\Location\Station {#4119 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5588 +label: "Беломорская" +value: "235" +data: App\Entity\Location\Station {#4124 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5589 +label: "Белорусская" +value: "16" +data: App\Entity\Location\Station {#4129 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5590 +label: "Беляево" +value: "17" +data: App\Entity\Location\Station {#4133 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5591 +label: "Бескудниково" +value: "280" +data: App\Entity\Location\Station {#4138 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5592 +label: "Бибирево" +value: "18" +data: App\Entity\Location\Station {#4143 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5593 +label: "Библиотека имени Ленина" +value: "19" +data: App\Entity\Location\Station {#4147 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5594 +label: "Битца" +value: "304" +data: App\Entity\Location\Station {#4151 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5595 +label: "Битцевский парк" +value: "20" +data: App\Entity\Location\Station {#4155 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5596 +label: "Борисово" +value: "21" +data: App\Entity\Location\Station {#4160 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5597 +label: "Боровицкая" +value: "22" +data: App\Entity\Location\Station {#4165 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5598 +label: "Боровское шоссе" +value: "200" +data: App\Entity\Location\Station {#4169 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5599 +label: "Ботанический сад" +value: "23" +data: App\Entity\Location\Station {#4174 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5600 +label: "Братиславская" +value: "24" +data: App\Entity\Location\Station {#4179 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5601 +label: "Бульвар Дмитрия Донского" +value: "26" +data: App\Entity\Location\Station {#4184 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5602 +label: "Бульвар Рокоссовского" +value: "27" +data: App\Entity\Location\Station {#4189 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5603 +label: "Бульвар адмирала Ушакова" +value: "25" +data: App\Entity\Location\Station {#4193 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5605 +label: "Бунинская аллея" +value: "28" +data: App\Entity\Location\Station {#4198 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5606 +label: "Бутово" +value: "305" +data: App\Entity\Location\Station {#4202 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5607 +label: "Бутырская" +value: "29" +data: App\Entity\Location\Station {#4206 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5608 +label: "Быково" +value: "333" +data: App\Entity\Location\Station {#4211 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5609 +label: "ВДНХ" +value: "31" +data: App\Entity\Location\Station {#4215 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5610 +label: "Варшавская" +value: "30" +data: App\Entity\Location\Station {#4220 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5611 +label: "Верхние Котлы" +value: "227" +data: App\Entity\Location\Station {#4225 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5612 +label: "Верхние Лихоборы" +value: "193" +data: App\Entity\Location\Station {#4230 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5613 +label: "Вешняки" +value: "325" +data: App\Entity\Location\Station {#4235 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5614 +label: "Владыкино" +value: "32" +data: App\Entity\Location\Station {#4240 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5615 +label: "Внуково" +value: "348" +data: App\Entity\Location\Station {#4245 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5616 +label: "Водники" +value: "284" +data: App\Entity\Location\Station {#4251 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5617 +label: "Водный стадион" +value: "33" +data: App\Entity\Location\Station {#4255 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5618 +label: "Войковская" +value: "34" +data: App\Entity\Location\Station {#4260 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5619 +label: "Волгоградский проспект" +value: "35" +data: App\Entity\Location\Station {#4264 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5620 +label: "Волжская" +value: "36" +data: App\Entity\Location\Station {#4269 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5621 +label: "Волоколамская" +value: "37" +data: App\Entity\Location\Station {#4274 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5622 +label: "Волхонка" +value: "252" +data: App\Entity\Location\Station {#4280 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5623 +label: "Воробьевы горы" +value: "38" +data: App\Entity\Location\Station {#4285 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5624 +label: "Воронцовская" +value: "244" +data: App\Entity\Location\Station {#4290 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5625 +label: "Выставочная" +value: "39" +data: App\Entity\Location\Station {#4295 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5626 +label: "Выставочный центр" +value: "198" +data: App\Entity\Location\Station {#4299 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5627 +label: "Выхино" +value: "40" +data: App\Entity\Location\Station {#4303 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5628 +label: "Генерала Тюленева" +value: "267" +data: App\Entity\Location\Station {#4308 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5629 +label: "Говорово" +value: "234" +data: App\Entity\Location\Station {#4313 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5630 +label: "Гражданская" +value: "295" +data: App\Entity\Location\Station {#4318 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5631 +label: "Грачёвская" +value: "319" +data: App\Entity\Location\Station {#4323 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5632 +label: "Давыдково" +value: "245" +data: App\Entity\Location\Station {#4328 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5633 +label: "Дегунино" +value: "279" +data: App\Entity\Location\Station {#4333 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5634 +label: "Деловой центр" +value: "41" +data: App\Entity\Location\Station {#4337 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5635 +label: "Депо" +value: "299" +data: App\Entity\Location\Station {#4341 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5636 +label: "Динамо" +value: "42" +data: App\Entity\Location\Station {#4346 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5637 +label: "Дмитровская" +value: "43" +data: App\Entity\Location\Station {#4350 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5638 +label: "Добрынинская" +value: "44" +data: App\Entity\Location\Station {#4354 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5639 +label: "Долгопрудная" +value: "283" +data: App\Entity\Location\Station {#4359 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5640 +label: "Домодедовская" +value: "45" +data: App\Entity\Location\Station {#4363 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5641 +label: "Дорогомиловская" +value: "254" +data: App\Entity\Location\Station {#4368 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5642 +label: "Достоевская" +value: "46" +data: App\Entity\Location\Station {#4373 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5643 +label: "Дубровка" +value: "47" +data: App\Entity\Location\Station {#4377 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5644 +label: "Есенинская" +value: "337" +data: App\Entity\Location\Station {#4381 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5645 +label: "Жулебино" +value: "48" +data: App\Entity\Location\Station {#4385 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5646 +label: "ЗИЛ" +value: "226" +data: App\Entity\Location\Station {#4389 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5647 +label: "Зеленоград - Крюково" +value: "310" +data: App\Entity\Location\Station {#4393 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5648 +label: "Зорге" +value: "236" +data: App\Entity\Location\Station {#4399 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5649 +label: "Зюзино" +value: "250" +data: App\Entity\Location\Station {#4404 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5650 +label: "Зябликово" +value: "49" +data: App\Entity\Location\Station {#4409 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5651 +label: "Измайлово" +value: "223" +data: App\Entity\Location\Station {#4413 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5652 +label: "Измайловская" +value: "50" +data: App\Entity\Location\Station {#4418 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5653 +label: "Ильинская" +value: "334" +data: App\Entity\Location\Station {#4423 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5654 +label: "Ипподром" +value: "339" +data: App\Entity\Location\Station {#4427 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5655 +label: "Калитники" +value: "298" +data: App\Entity\Location\Station {#4431 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5656 +label: "Калужская" +value: "51" +data: App\Entity\Location\Station {#4436 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5657 +label: "Кантемировская" +value: "52" +data: App\Entity\Location\Station {#4440 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5658 +label: "Каховская" +value: "53" +data: App\Entity\Location\Station {#4445 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5659 +label: "Каширская" +value: "54" +data: App\Entity\Location\Station {#4449 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5660 +label: "Киевская" +value: "55" +data: App\Entity\Location\Station {#4454 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5661 +label: "Китай-город" +value: "56" +data: App\Entity\Location\Station {#4458 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5662 +label: "Кленовый бульвар" +value: "260" +data: App\Entity\Location\Station {#4462 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5663 +label: "Кожуховская" +value: "57" +data: App\Entity\Location\Station {#4467 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5664 +label: "Кокошкино" +value: "345" +data: App\Entity\Location\Station {#4471 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5665 +label: "Коломенская" +value: "58" +data: App\Entity\Location\Station {#4476 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5666 +label: "Коммунарка" +value: "242" +data: App\Entity\Location\Station {#4480 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5667 +label: "Комсомольская" +value: "59" +data: App\Entity\Location\Station {#4485 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5668 +label: "Коньково" +value: "60" +data: App\Entity\Location\Station {#4490 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5669 +label: "Коптево" +value: "238" +data: App\Entity\Location\Station {#4494 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5670 +label: "Корниловская" +value: "251" +data: App\Entity\Location\Station {#4499 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5671 +label: "Косино" +value: "202" +data: App\Entity\Location\Station {#4503 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5672 +label: "Котельники" +value: "61" +data: App\Entity\Location\Station {#4507 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5673 +label: "Красково" +value: "330" +data: App\Entity\Location\Station {#4511 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5674 +label: "Красногвардейская" +value: "62" +data: App\Entity\Location\Station {#4515 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5675 +label: "Красногорская" +value: "290" +data: App\Entity\Location\Station {#4519 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5676 +label: "Краснопресненская" +value: "63" +data: App\Entity\Location\Station {#4523 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5677 +label: "Красносельская" +value: "64" +data: App\Entity\Location\Station {#4527 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5678 +label: "Красные ворота" +value: "65" +data: App\Entity\Location\Station {#4531 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5679 +label: "Красный Балтиец" +value: "294" +data: App\Entity\Location\Station {#4535 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5680 +label: "Красный Строитель" +value: "270" +data: App\Entity\Location\Station {#4539 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5681 +label: "Кратово" +value: "336" +data: App\Entity\Location\Station {#4544 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5682 +label: "Крестьянская застава" +value: "66" +data: App\Entity\Location\Station {#4548 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5683 +label: "Кропоткинская" +value: "67" +data: App\Entity\Location\Station {#4553 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5684 +label: "Крылатское" +value: "68" +data: App\Entity\Location\Station {#4557 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5685 +label: "Крымская" +value: "231" +data: App\Entity\Location\Station {#4562 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5686 +label: "Крёкшино" +value: "343" +data: App\Entity\Location\Station {#4567 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5687 +label: "Кузнецкий мост" +value: "69" +data: App\Entity\Location\Station {#4572 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5688 +label: "Кузьминки" +value: "70" +data: App\Entity\Location\Station {#4577 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5689 +label: "Кунцевская" +value: "71" +data: App\Entity\Location\Station {#4581 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5690 +label: "Курская" +value: "72" +data: App\Entity\Location\Station {#4586 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5691 +label: "Курьяново" +value: "301" +data: App\Entity\Location\Station {#4590 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5692 +label: "Кусково" +value: "358" +data: App\Entity\Location\Station {#4594 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5693 +label: "Кутузовская" +value: "73" +data: App\Entity\Location\Station {#4599 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5694 +label: "Кучино" +value: "362" +data: App\Entity\Location\Station {#4603 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5695 +label: "Левобережная" +value: "318" +data: App\Entity\Location\Station {#4607 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5696 +label: "Ленинский проспект" +value: "74" +data: App\Entity\Location\Station {#4611 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5697 +label: "Лермонтовский проспект" +value: "75" +data: App\Entity\Location\Station {#4615 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5698 +label: "Лесной городок" +value: "347" +data: App\Entity\Location\Station {#4619 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5699 +label: "Лесопарковая" +value: "76" +data: App\Entity\Location\Station {#4623 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5700 +label: "Лефортово" +value: "206" +data: App\Entity\Location\Station {#4627 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5701 +label: "Лианозово" +value: "258" +data: App\Entity\Location\Station {#4631 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5702 +label: "Лихоборы" +value: "216" +data: App\Entity\Location\Station {#4635 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5703 +label: "Лобня" +value: "287" +data: App\Entity\Location\Station {#4639 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5704 +label: "Локомотив" +value: "219" +data: App\Entity\Location\Station {#4643 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5706 +label: "Ломоносовский проспект" +value: "77" +data: App\Entity\Location\Station {#4648 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5707 +label: "Лубянка" +value: "78" +data: App\Entity\Location\Station {#4652 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5708 +label: "Лужники" +value: "224" +data: App\Entity\Location\Station {#4656 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5709 +label: "Лухмановская" +value: "197" +data: App\Entity\Location\Station {#4660 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5710 +label: "Люберцы" +value: "327" +data: App\Entity\Location\Station {#4665 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5711 +label: "Люблино" +value: "79" +data: App\Entity\Location\Station {#4669 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5712 +label: "Малаховка" +value: "331" +data: App\Entity\Location\Station {#4674 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5713 +label: "Малино" +value: "311" +data: App\Entity\Location\Station {#4678 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5714 +label: "Марк" +value: "281" +data: App\Entity\Location\Station {#4682 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5715 +label: "Марксистская" +value: "80" +data: App\Entity\Location\Station {#4687 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5716 +label: "Марьина роща" +value: "81" +data: App\Entity\Location\Station {#4691 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5717 +label: "Марьино" +value: "82" +data: App\Entity\Location\Station {#4696 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5718 +label: "Матвеевская" +value: "354" +data: App\Entity\Location\Station {#4700 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5719 +label: "Маяковская" +value: "83" +data: App\Entity\Location\Station {#4704 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5720 +label: "Медведково" +value: "84" +data: App\Entity\Location\Station {#4708 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5721 +label: "Международная" +value: "85" +data: App\Entity\Location\Station {#4713 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5722 +label: "Менделеевская" +value: "86" +data: App\Entity\Location\Station {#4717 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5723 +label: "Мещерская" +value: "352" +data: App\Entity\Location\Station {#4721 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5724 +label: "Минская" +value: "207" +data: App\Entity\Location\Station {#4725 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5725 +label: "Митино" +value: "87" +data: App\Entity\Location\Station {#4729 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5726 +label: "Митьково" +value: "322" +data: App\Entity\Location\Station {#4733 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5727 +label: "Мичуринец" +value: "349" +data: App\Entity\Location\Station {#4738 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5728 +label: "Мичуринский проспект" +value: "203" +data: App\Entity\Location\Station {#4742 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5729 +label: "Мнёвники" +value: "246" +data: App\Entity\Location\Station {#4746 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5730 +label: "Молжаниново" +value: "316" +data: App\Entity\Location\Station {#4750 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5731 +label: "Молодежная" +value: "88" +data: App\Entity\Location\Station {#4755 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5732 +label: "Москва-Сити" +value: "255" +data: App\Entity\Location\Station {#4759 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5733 +label: "Москва-Товарная" +value: "297" +data: App\Entity\Location\Station {#4763 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5734 +label: "Москворечье" +value: "302" +data: App\Entity\Location\Station {#4767 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5735 +label: "Моссельмаш" +value: "320" +data: App\Entity\Location\Station {#4771 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5736 +label: "Мякинино" +value: "89" +data: App\Entity\Location\Station {#4776 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5737 +label: "Нагатинская" +value: "90" +data: App\Entity\Location\Station {#4781 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5738 +label: "Нагатинский Затон" +value: "256" +data: App\Entity\Location\Station {#4785 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5739 +label: "Нагорная" +value: "91" +data: App\Entity\Location\Station {#4789 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5740 +label: "Народное Ополчение" +value: "247" +data: App\Entity\Location\Station {#4793 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5741 +label: "Нахабино" +value: "288" +data: App\Entity\Location\Station {#4797 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5742 +label: "Нахимовский проспект" +value: "92" +data: App\Entity\Location\Station {#4801 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5743 +label: "Некрасовка" +value: "204" +data: App\Entity\Location\Station {#4805 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5744 +label: "Немчиновка" +value: "276" +data: App\Entity\Location\Station {#4810 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5745 +label: "Нижегородская" +value: "195" +data: App\Entity\Location\Station {#4814 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5746 +label: "Никольское" +value: "360" +data: App\Entity\Location\Station {#4818 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5747 +label: "Новаторская" +value: "248" +data: App\Entity\Location\Station {#4822 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5748 +label: "Новогиреево" +value: "93" +data: App\Entity\Location\Station {#4826 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5749 +label: "Новодачная" +value: "282" +data: App\Entity\Location\Station {#4830 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5750 +label: "Новокосино" +value: "94" +data: App\Entity\Location\Station {#4834 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5751 +label: "Новокузнецкая" +value: "95" +data: App\Entity\Location\Station {#4839 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5752 +label: "Новомосковская" +value: "259" +data: App\Entity\Location\Station {#4843 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5753 +label: "Новопеределкино" +value: "196" +data: App\Entity\Location\Station {#4847 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5754 +label: "Новоподрезково" +value: "315" +data: App\Entity\Location\Station {#4851 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5755 +label: "Новослободская" +value: "96" +data: App\Entity\Location\Station {#4855 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5756 +label: "Новохохловская" +value: "225" +data: App\Entity\Location\Station {#4859 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5757 +label: "Новоясеневская" +value: "97" +data: App\Entity\Location\Station {#4863 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5758 +label: "Новые Черемушки" +value: "98" +data: App\Entity\Location\Station {#4867 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5759 +label: "Одинцово" +value: "273" +data: App\Entity\Location\Station {#4872 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5760 +label: "Озерная" +value: "233" +data: App\Entity\Location\Station {#4876 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5761 +label: "Окружная" +value: "99" +data: App\Entity\Location\Station {#4880 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5762 +label: "Окская" +value: "211" +data: App\Entity\Location\Station {#4884 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5763 +label: "Октябрьская" +value: "100" +data: App\Entity\Location\Station {#4888 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5764 +label: "Октябрьское поле" +value: "101" +data: App\Entity\Location\Station {#4893 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5765 +label: "Ольгино" +value: "363" +data: App\Entity\Location\Station {#4898 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5766 +label: "Ольховая" +value: "241" +data: App\Entity\Location\Station {#4902 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5767 +label: "Опалиха" +value: "272" +data: App\Entity\Location\Station {#4906 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5768 +label: "Орехово" +value: "102" +data: App\Entity\Location\Station {#4910 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5769 +label: "Останкино" +value: "321" +data: App\Entity\Location\Station {#4915 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5770 +label: "Остафьево" +value: "307" +data: App\Entity\Location\Station {#4919 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5771 +label: "Отдых" +value: "335" +data: App\Entity\Location\Station {#4924 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5772 +label: "Отрадное" +value: "103" +data: App\Entity\Location\Station {#4928 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5773 +label: "Охотный ряд" +value: "104" +data: App\Entity\Location\Station {#4932 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5774 +label: "Очаково" +value: "353" +data: App\Entity\Location\Station {#4936 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5775 +label: "Павелецкая" +value: "105" +data: App\Entity\Location\Station {#4940 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5776 +label: "Павшино" +value: "291" +data: App\Entity\Location\Station {#4944 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5777 +label: "Панки" +value: "328" +data: App\Entity\Location\Station {#4948 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5778 +label: "Панфиловская" +value: "237" +data: App\Entity\Location\Station {#4952 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5779 +label: "Парк Победы" +value: "107" +data: App\Entity\Location\Station {#4956 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5780 +label: "Парк культуры" +value: "106" +data: App\Entity\Location\Station {#4960 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5781 +label: "Партизанская" +value: "108" +data: App\Entity\Location\Station {#4964 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5782 +label: "Пенягино" +value: "292" +data: App\Entity\Location\Station {#4968 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5783 +label: "Первомайская" +value: "109" +data: App\Entity\Location\Station {#4972 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5784 +label: "Переделкино" +value: "350" +data: App\Entity\Location\Station {#4976 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5785 +label: "Перерва" +value: "300" +data: App\Entity\Location\Station {#4980 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5786 +label: "Перово" +value: "110" +data: App\Entity\Location\Station {#4984 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5787 +label: "Петровский парк" +value: "232" +data: App\Entity\Location\Station {#4988 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5788 +label: "Петровско-Разумовская" +value: "111" +data: App\Entity\Location\Station {#4992 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5789 +label: "Печатники" +value: "112" +data: App\Entity\Location\Station {#4996 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5790 +label: "Пионерская" +value: "113" +data: App\Entity\Location\Station {#5000 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5791 +label: "Планерная" +value: "114" +data: App\Entity\Location\Station {#5005 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5792 +label: "Площадь Гагарина" +value: "215" +data: App\Entity\Location\Station {#5010 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5793 +label: "Площадь Ильича" +value: "115" +data: App\Entity\Location\Station {#5015 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5794 +label: "Площадь Революции" +value: "116" +data: App\Entity\Location\Station {#5019 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5795 +label: "Площадь трёх вокзалов" +value: "296" +data: App\Entity\Location\Station {#5023 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5796 +label: "Плющево" +value: "324" +data: App\Entity\Location\Station {#5027 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5797 +label: "Плющиха" +value: "253" +data: App\Entity\Location\Station {#5031 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5798 +label: "Победа" +value: "342" +data: App\Entity\Location\Station {#5035 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5799 +label: "Подольск" +value: "309" +data: App\Entity\Location\Station {#5039 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5800 +label: "Подрезково" +value: "314" +data: App\Entity\Location\Station {#5043 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5801 +label: "Поклонная" +value: "355" +data: App\Entity\Location\Station {#5047 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5802 +label: "Покровское" +value: "303" +data: App\Entity\Location\Station {#5051 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5803 +label: "Полежаевская" +value: "117" +data: App\Entity\Location\Station {#5055 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5804 +label: "Полянка" +value: "118" +data: App\Entity\Location\Station {#5060 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5805 +label: "Потапово" +value: "265" +data: App\Entity\Location\Station {#5064 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5807 +label: "Пражская" +value: "119" +data: App\Entity\Location\Station {#5068 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5808 +label: "Преображенская площадь" +value: "120" +data: App\Entity\Location\Station {#5073 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5809 +label: "Прокшино" +value: "240" +data: App\Entity\Location\Station {#5077 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5810 +label: "Пролетарская" +value: "121" +data: App\Entity\Location\Station {#5081 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5811 +label: "Проспект Вернадского" +value: "122" +data: App\Entity\Location\Station {#5085 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5812 +label: "Проспект Мира" +value: "123" +data: App\Entity\Location\Station {#5089 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5813 +label: "Профсоюзная" +value: "124" +data: App\Entity\Location\Station {#5093 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5814 +label: "Пушкинская" +value: "125" +data: App\Entity\Location\Station {#5097 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5815 +label: "Пыхтино" +value: "261" +data: App\Entity\Location\Station {#5101 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5816 +label: "Пятницкое шоссе" +value: "126" +data: App\Entity\Location\Station {#5105 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5817 +label: "Рабочий поселок" +value: "269" +data: App\Entity\Location\Station {#5109 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5818 +label: "Раменки" +value: "127" +data: App\Entity\Location\Station {#5113 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5819 +label: "Раменское" +value: "340" +data: App\Entity\Location\Station {#5117 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5820 +label: "Рассказовка" +value: "201" +data: App\Entity\Location\Station {#5121 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5821 +label: "Реутов" +value: "359" +data: App\Entity\Location\Station {#5125 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5822 +label: "Речной вокзал" +value: "128" +data: App\Entity\Location\Station {#5129 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5823 +label: "Рижская" +value: "129" +data: App\Entity\Location\Station {#5133 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5824 +label: "Римская" +value: "130" +data: App\Entity\Location\Station {#5137 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5825 +label: "Ростокино" +value: "229" +data: App\Entity\Location\Station {#5141 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5826 +label: "Румянцево" +value: "131" +data: App\Entity\Location\Station {#5146 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5827 +label: "Рязанский проспект" +value: "132" +data: App\Entity\Location\Station {#5151 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5828 +label: "Савеловская" +value: "133" +data: App\Entity\Location\Station {#5155 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5829 +label: "Саларьево" +value: "134" +data: App\Entity\Location\Station {#5159 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5830 +label: "Салтыковская" +value: "361" +data: App\Entity\Location\Station {#5163 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5831 +label: "Санино" +value: "344" +data: App\Entity\Location\Station {#5167 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5832 +label: "Свиблово" +value: "135" +data: App\Entity\Location\Station {#5171 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5833 +label: "Севастопольская" +value: "136" +data: App\Entity\Location\Station {#5175 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5834 +label: "Селигерская" +value: "208" +data: App\Entity\Location\Station {#5179 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5835 +label: "Семеновская" +value: "137" +data: App\Entity\Location\Station {#5183 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5836 +label: "Серп и Молот" +value: "356" +data: App\Entity\Location\Station {#5187 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5837 +label: "Серпуховская" +value: "138" +data: App\Entity\Location\Station {#5191 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5838 +label: "Сетунь" +value: "277" +data: App\Entity\Location\Station {#5195 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5839 +label: "Силикатная" +value: "308" +data: App\Entity\Location\Station {#5199 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5840 +label: "Сколково" +value: "275" +data: App\Entity\Location\Station {#5203 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5841 +label: "Славянский бульвар" +value: "139" +data: App\Entity\Location\Station {#5207 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5842 +label: "Смоленская" +value: "140" +data: App\Entity\Location\Station {#5211 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5843 +label: "Сокол" +value: "141" +data: App\Entity\Location\Station {#5215 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5844 +label: "Соколиная Гора" +value: "218" +data: App\Entity\Location\Station {#5220 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5845 +label: "Сокольники" +value: "142" +data: App\Entity\Location\Station {#5224 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5846 +label: "Солнечная" +value: "351" +data: App\Entity\Location\Station {#5228 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5847 +label: "Солнцево" +value: "210" +data: App\Entity\Location\Station {#5232 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5848 +label: "Сортировочная" +value: "323" +data: App\Entity\Location\Station {#5236 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5849 +label: "Спартак" +value: "143" +data: App\Entity\Location\Station {#5240 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5850 +label: "Спортивная" +value: "144" +data: App\Entity\Location\Station {#5245 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5851 +label: "Сретенский бульвар" +value: "145" +data: App\Entity\Location\Station {#5249 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5852 +label: "Стахановская" +value: "213" +data: App\Entity\Location\Station {#5253 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5853 +label: "Стрешнево" +value: "230" +data: App\Entity\Location\Station {#5257 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5854 +label: "Строгино" +value: "146" +data: App\Entity\Location\Station {#5261 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5855 +label: "Студенческая" +value: "147" +data: App\Entity\Location\Station {#5265 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5856 +label: "Суворовская" +value: "257" +data: App\Entity\Location\Station {#5269 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5857 +label: "Сухаревская" +value: "148" +data: App\Entity\Location\Station {#5273 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5858 +label: "Сходненская" +value: "149" +data: App\Entity\Location\Station {#5277 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5859 +label: "Сходня" +value: "313" +data: App\Entity\Location\Station {#5282 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5860 +label: "Таганская" +value: "150" +data: App\Entity\Location\Station {#5286 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5861 +label: "Тверская" +value: "151" +data: App\Entity\Location\Station {#5290 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5862 +label: "Театральная" +value: "152" +data: App\Entity\Location\Station {#5294 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5863 +label: "Текстильщики" +value: "153" +data: App\Entity\Location\Station {#5298 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5864 +label: "Телецентр" +value: "212" +data: App\Entity\Location\Station {#5303 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5865 +label: "Теплый Стан" +value: "154" +data: App\Entity\Location\Station {#5307 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5866 +label: "Терехово" +value: "249" +data: App\Entity\Location\Station {#5311 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5867 +label: "Тестовская" +value: "271" +data: App\Entity\Location\Station {#5315 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5868 +label: "Тестовская (Москва-Сити)" +value: "278" +data: App\Entity\Location\Station {#5319 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5869 +label: "Технопарк" +value: "155" +data: App\Entity\Location\Station {#5323 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5870 +label: "Тимирязевская" +value: "156" +data: App\Entity\Location\Station {#5327 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5871 +label: "Толстопальцево" +value: "346" +data: App\Entity\Location\Station {#5331 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5872 +label: "Томилино" +value: "329" +data: App\Entity\Location\Station {#5335 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5873 +label: "Третьяковская" +value: "157" +data: App\Entity\Location\Station {#5339 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5874 +label: "Трикотажная" +value: "293" +data: App\Entity\Location\Station {#5343 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5875 +label: "Тропарёво" +value: "158" +data: App\Entity\Location\Station {#5347 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5876 +label: "Трубная" +value: "159" +data: App\Entity\Location\Station {#5352 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5877 +label: "Тульская" +value: "160" +data: App\Entity\Location\Station {#5356 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5878 +label: "Тургеневская" +value: "161" +data: App\Entity\Location\Station {#5360 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5879 +label: "Тушинская" +value: "162" +data: App\Entity\Location\Station {#5364 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5880 +label: "Тютчевская" +value: "268" +data: App\Entity\Location\Station {#5368 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5881 +label: "Угрешская" +value: "221" +data: App\Entity\Location\Station {#5372 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5882 +label: "Удельная" +value: "332" +data: App\Entity\Location\Station {#5376 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5883 +label: "Улица 1905 года" +value: "163" +data: App\Entity\Location\Station {#5380 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5884 +label: "Улица Горчакова" +value: "165" +data: App\Entity\Location\Station {#5384 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5885 +label: "Улица Дмитриевского" +value: "214" +data: App\Entity\Location\Station {#5388 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5886 +label: "Улица Милашенкова" +value: "194" +data: App\Entity\Location\Station {#5392 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5887 +label: "Улица Сергея Эйзенштейна" +value: "199" +data: App\Entity\Location\Station {#5396 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5888 +label: "Улица Скобелевская" +value: "166" +data: App\Entity\Location\Station {#5400 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5889 +label: "Улица Старокачаловская" +value: "167" +data: App\Entity\Location\Station {#5404 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5890 +label: "Улица академика Королёва" +value: "205" +data: App\Entity\Location\Station {#5408 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5891 +label: "Улица академика Янгеля" +value: "164" +data: App\Entity\Location\Station {#5412 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5892 +label: "Университет" +value: "168" +data: App\Entity\Location\Station {#5416 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5893 +label: "Университет Дружбы Народов" +value: "266" +data: App\Entity\Location\Station {#5420 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5894 +label: "Ухтомская" +value: "326" +data: App\Entity\Location\Station {#5424 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5895 +label: "Фабричная" +value: "338" +data: App\Entity\Location\Station {#5428 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5896 +label: "Физтех" +value: "264" +data: App\Entity\Location\Station {#5432 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5897 +label: "Филатов луг" +value: "239" +data: App\Entity\Location\Station {#5437 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5898 +label: "Филевский парк" +value: "169" +data: App\Entity\Location\Station {#5441 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5899 +label: "Фили" +value: "170" +data: App\Entity\Location\Station {#5445 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5900 +label: "Фирсановская" +value: "312" +data: App\Entity\Location\Station {#5449 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5901 +label: "Фонвизинская" +value: "171" +data: App\Entity\Location\Station {#5453 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5902 +label: "Фрунзенская" +value: "172" +data: App\Entity\Location\Station {#5457 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5903 +label: "Химки" +value: "317" +data: App\Entity\Location\Station {#5461 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5904 +label: "Хлебниково" +value: "285" +data: App\Entity\Location\Station {#5465 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5905 +label: "Ховрино" +value: "173" +data: App\Entity\Location\Station {#5469 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5906 +label: "Хорошевская" +value: "174" +data: App\Entity\Location\Station {#5473 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5908 +label: "Хорошёво" +value: "217" +data: App\Entity\Location\Station {#5477 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5909 +label: "ЦСКА" +value: "177" +data: App\Entity\Location\Station {#5481 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5910 +label: "Царицыно" +value: "175" +data: App\Entity\Location\Station {#5485 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5911 +label: "Цветной бульвар" +value: "176" +data: App\Entity\Location\Station {#5489 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5912 +label: "Черкизовская" +value: "178" +data: App\Entity\Location\Station {#5493 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5913 +label: "Чертановская" +value: "179" +data: App\Entity\Location\Station {#5497 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5914 +label: "Чеховская" +value: "180" +data: App\Entity\Location\Station {#5502 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5915 +label: "Чистые пруды" +value: "181" +data: App\Entity\Location\Station {#5506 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5916 +label: "Чкаловская" +value: "182" +data: App\Entity\Location\Station {#5510 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5917 +label: "Чухлинка" +value: "357" +data: App\Entity\Location\Station {#5514 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5918 +label: "Шаболовская" +value: "183" +data: App\Entity\Location\Station {#5518 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5919 +label: "Шелепиха" +value: "184" +data: App\Entity\Location\Station {#5522 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5920 +label: "Шереметьевская" +value: "286" +data: App\Entity\Location\Station {#5526 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5921 +label: "Шипиловская" +value: "185" +data: App\Entity\Location\Station {#5530 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5922 +label: "Шоссе Энтузиастов" +value: "186" +data: App\Entity\Location\Station {#5534 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5923 +label: "Щелковская" +value: "187" +data: App\Entity\Location\Station {#5538 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5924 +label: "Щербинка" +value: "306" +data: App\Entity\Location\Station {#5543 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5925 +label: "Щукинская" +value: "188" +data: App\Entity\Location\Station {#5548 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5926 +label: "Электрозаводская" +value: "189" +data: App\Entity\Location\Station {#5552 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5927 +label: "Юго-Восточная" +value: "209" +data: App\Entity\Location\Station {#5556 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5928 +label: "Юго-Западная" +value: "190" +data: App\Entity\Location\Station {#5560 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5929 +label: "Южная" +value: "191" +data: App\Entity\Location\Station {#5564 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5930 +label: "Ясенево" +value: "192" +data: App\Entity\Location\Station {#5568 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5931 +label: "Яхромская" +value: "263" +data: App\Entity\Location\Station {#5572 …} +attr: [ "data-city" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3458 -form: Symfony\Component\Form\Form {#2669 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3449 …5} |
| full_name | "profile_filter_form[filters][stations][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_stations" |
| is_selected | Closure($choice, array $values) {#3404 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2200 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "stations" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_stations" |
| valid | true |
| value | [] |
hasApartment
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2245 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2250 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hasApartment" ] |
| cache_key | "_profile_filter_form_filters_hasApartment_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5932 -form: Symfony\Component\Form\Form {#2672 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3395 …5} |
| full_name | "profile_filter_form[filters][hasApartment]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hasApartment" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hasApartment" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hasApartment" |
| valid | true |
| value | "1" |
hasTakeOut
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2279 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hasTakeOut" ] |
| cache_key | "_profile_filter_form_filters_hasTakeOut_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5933 -form: Symfony\Component\Form\Form {#2675 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5934 …5} |
| full_name | "profile_filter_form[filters][hasTakeOut]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hasTakeOut" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hasTakeOut" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hasTakeOut" |
| valid | true |
| value | "1" |
age
"App\Form\Type\SearchRangeType"
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 | [ "data-min" => 55 "data-max" => 55 ] |
[ "data-min" => 55 "data-max" => 55 ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-min" => 55 "data-max" => 55 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2261 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2272 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2260 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-min" => 55 "data-max" => 55 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_range" "_profile_filter_form_filters_age" ] |
| cache_key | "_profile_filter_form_filters_age_search_range" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5935 -form: Symfony\Component\Form\Form {#2698 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5936 …5} |
| full_name | "profile_filter_form[filters][age]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_age" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "age" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_age" |
| valid | true |
| value | null |
min
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2679 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2680 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_age_min" ] |
| cache_key | "_profile_filter_form_filters_age_min_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5940 -form: Symfony\Component\Form\Form {#2701 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5939 …5} |
| full_name | "profile_filter_form[filters][age][min]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_age_min" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "min" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_age_min" |
| valid | true |
| value | "" |
max
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2689 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2690 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_age_max" ] |
| cache_key | "_profile_filter_form_filters_age_max_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5941 -form: Symfony\Component\Form\Form {#2704 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5942 …5} |
| full_name | "profile_filter_form[filters][age][max]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_age_max" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "max" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_age_max" |
| valid | true |
| value | "" |
breastSize
"App\Form\Type\SearchRangeType"
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 | [ "data-min" => null "data-max" => null ] |
[ "data-min" => null "data-max" => null ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-min" => null "data-max" => null ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2265 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2280 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2282 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-min" => null "data-max" => null ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_range" "_profile_filter_form_filters_breastSize" ] |
| cache_key | "_profile_filter_form_filters_breastSize_search_range" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5937 -form: Symfony\Component\Form\Form {#2727 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5938 …5} |
| full_name | "profile_filter_form[filters][breastSize]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_breastSize" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "breastSize" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_breastSize" |
| valid | true |
| value | null |
min
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2709 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_breastSize_min" ] |
| cache_key | "_profile_filter_form_filters_breastSize_min_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5946 -form: Symfony\Component\Form\Form {#2730 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5945 …5} |
| full_name | "profile_filter_form[filters][breastSize][min]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_breastSize_min" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "min" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_breastSize_min" |
| valid | true |
| value | "" |
max
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2718 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2720 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2719 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_breastSize_max" ] |
| cache_key | "_profile_filter_form_filters_breastSize_max_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5947 -form: Symfony\Component\Form\Form {#2733 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5948 …5} |
| full_name | "profile_filter_form[filters][breastSize][max]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_breastSize_max" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "max" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_breastSize_max" |
| valid | true |
| value | "" |
height
"App\Form\Type\SearchRangeType"
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 | [ "data-min" => null "data-max" => null ] |
[ "data-min" => null "data-max" => null ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-min" => null "data-max" => null ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2288 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2289 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-min" => null "data-max" => null ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_range" "_profile_filter_form_filters_height" ] |
| cache_key | "_profile_filter_form_filters_height_search_range" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5944 -form: Symfony\Component\Form\Form {#2756 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5943 …5} |
| full_name | "profile_filter_form[filters][height]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_height" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "height" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_height" |
| valid | true |
| value | null |
min
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2737 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2738 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_height_min" ] |
| cache_key | "_profile_filter_form_filters_height_min_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5952 -form: Symfony\Component\Form\Form {#2759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5951 …5} |
| full_name | "profile_filter_form[filters][height][min]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_height_min" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "min" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_height_min" |
| valid | true |
| value | "" |
max
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1650 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2748 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_profile_filter_form_filters_height_max" ] |
| cache_key | "_profile_filter_form_filters_height_max_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5953 -form: Symfony\Component\Form\Form {#2762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5954 …5} |
| full_name | "profile_filter_form[filters][height][max]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_height_max" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "max" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_height_max" |
| valid | true |
| value | "" |
hasTattoo
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2297 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hasTattoo" ] |
| cache_key | "_profile_filter_form_filters_hasTattoo_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5950 -form: Symfony\Component\Form\Form {#2765 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5949 …5} |
| full_name | "profile_filter_form[filters][hasTattoo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hasTattoo" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hasTattoo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hasTattoo" |
| valid | true |
| value | "1" |
hasPiercing
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| label_attr | [ "class" => "empty-filter" ] |
[ "class" => "empty-filter" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "empty-filter" ] |
| 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 {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| 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() {#2307 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2306 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hasPiercing" ] |
| cache_key | "_profile_filter_form_filters_hasPiercing_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5956 -form: Symfony\Component\Form\Form {#2768 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5955 …5} |
| full_name | "profile_filter_form[filters][hasPiercing]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hasPiercing" |
| label | null |
| label_attr | [ "class" => "empty-filter" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hasPiercing" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hasPiercing" |
| valid | true |
| value | "1" |
hairColor
"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 |
|---|---|---|
| choice_attr | Closure($choice, $key, $value): array {#2075 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
same as passed value |
| choices | [ "BRUNETTE" => 1 "BROWN" => 2 "RED" => 3 "LIGHT_BROWN" => 4 "BLONDE" => 5 ] |
[ "BRUNETTE" => 1 "BROWN" => 2 "RED" => 3 "LIGHT_BROWN" => 4 "BLONDE" => 5 ] |
| expanded | true |
same as passed value |
| multiple | true |
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 | Closure($choice, $key, $value): array {#2075 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "BRUNETTE" => 1 "BROWN" => 2 "RED" => 3 "LIGHT_BROWN" => 4 "BLONDE" => 5 ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2315 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_profile_filter_form_filters_hairColor" ] |
| cache_key | "_profile_filter_form_filters_hairColor_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "BRUNETTE" +value: "1" +data: 1 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "BROWN" +value: "2" +data: 2 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "RED" +value: "3" +data: 3 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "LIGHT_BROWN" +value: "4" +data: 4 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "BLONDE" +value: "5" +data: 5 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5957 -form: Symfony\Component\Form\Form {#2816 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5958 …5} |
| full_name | "profile_filter_form[filters][hairColor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hairColor" |
| is_selected | Closure($choice, array $values) {#5959 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2200 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "hairColor" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hairColor" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "BRUNETTE" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "BRUNETTE" |
| 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() {#2773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2772 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hairColor_entry" ] |
| cache_key | "_profile_filter_form_filters_hairColor_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5963 -form: Symfony\Component\Form\Form {#2819 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5962 …5} |
| full_name | "profile_filter_form[filters][hairColor][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hairColor_0" |
| label | "BRUNETTE" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hairColor_entry" |
| valid | true |
| value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "BROWN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "BROWN" |
| 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() {#2782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2781 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hairColor_entry" ] |
| cache_key | "_profile_filter_form_filters_hairColor_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5964 -form: Symfony\Component\Form\Form {#2822 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5965 …5} |
| full_name | "profile_filter_form[filters][hairColor][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hairColor_1" |
| label | "BROWN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hairColor_entry" |
| valid | true |
| value | "2" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "RED" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "RED" |
| 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() {#2791 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2790 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hairColor_entry" ] |
| cache_key | "_profile_filter_form_filters_hairColor_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5966 -form: Symfony\Component\Form\Form {#2825 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5967 …5} |
| full_name | "profile_filter_form[filters][hairColor][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hairColor_2" |
| label | "RED" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hairColor_entry" |
| valid | true |
| value | "3" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "LIGHT_BROWN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "LIGHT_BROWN" |
| 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() {#2800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2799 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hairColor_entry" ] |
| cache_key | "_profile_filter_form_filters_hairColor_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5968 -form: Symfony\Component\Form\Form {#2828 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5969 …5} |
| full_name | "profile_filter_form[filters][hairColor][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hairColor_3" |
| label | "LIGHT_BROWN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hairColor_entry" |
| valid | true |
| value | "4" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "BLONDE" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "5" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "BLONDE" |
| 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() {#2809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2808 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_hairColor_entry" ] |
| cache_key | "_profile_filter_form_filters_hairColor_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5970 -form: Symfony\Component\Form\Form {#2831 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5971 …5} |
| full_name | "profile_filter_form[filters][hairColor][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_hairColor_4" |
| label | "BLONDE" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_hairColor_entry" |
| valid | true |
| value | "5" |
nationality
"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 |
|---|---|---|
| choice_attr | Closure($choice, $key, $value): array {#2068 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
same as passed value |
| choices | [ "RUSSIAN" => 1 "UKRAINIAN" => 3 "KAZAKH" => 4 "NEGRESS" => 5 "TATAR" => 6 "ASIAN" => 7 "KYRGYZ" => 8 "JAPANESE" => 2 "CHINESE" => 9 "THAI" => 10 "ARMENIAN" => 11 "MULATTO" => 12 "TAJIK" => 13 "UZBEK" => 14 ] |
[ "RUSSIAN" => 1 "UKRAINIAN" => 3 "KAZAKH" => 4 "NEGRESS" => 5 "TATAR" => 6 "ASIAN" => 7 "KYRGYZ" => 8 "JAPANESE" => 2 "CHINESE" => 9 "THAI" => 10 "ARMENIAN" => 11 "MULATTO" => 12 "TAJIK" => 13 "UZBEK" => 14 ] |
| expanded | true |
same as passed value |
| multiple | true |
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 | Closure($choice, $key, $value): array {#2068 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "RUSSIAN" => 1 "UKRAINIAN" => 3 "KAZAKH" => 4 "NEGRESS" => 5 "TATAR" => 6 "ASIAN" => 7 "KYRGYZ" => 8 "JAPANESE" => 2 "CHINESE" => 9 "THAI" => 10 "ARMENIAN" => 11 "MULATTO" => 12 "TAJIK" => 13 "UZBEK" => 14 ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2337 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2336 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_profile_filter_form_filters_nationality" ] |
| cache_key | "_profile_filter_form_filters_nationality_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "RUSSIAN" +value: "1" +data: 1 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "UKRAINIAN" +value: "3" +data: 3 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "KAZAKH" +value: "4" +data: 4 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "NEGRESS" +value: "5" +data: 5 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "TATAR" +value: "6" +data: 6 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "ASIAN" +value: "7" +data: 7 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "KYRGYZ" +value: "8" +data: 8 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "JAPANESE" +value: "2" +data: 2 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "CHINESE" +value: "9" +data: 9 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "THAI" +value: "10" +data: 10 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "ARMENIAN" +value: "11" +data: 11 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "MULATTO" +value: "12" +data: 12 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +label: "TAJIK" +value: "13" +data: 13 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +label: "UZBEK" +value: "14" +data: 14 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5961 -form: Symfony\Component\Form\Form {#2960 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5960 …5} |
| full_name | "profile_filter_form[filters][nationality]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality" |
| is_selected | Closure($choice, array $values) {#5973 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2200 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "nationality" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "RUSSIAN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "RUSSIAN" |
| 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() {#2836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2835 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5976 -form: Symfony\Component\Form\Form {#2963 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5975 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_0" |
| label | "RUSSIAN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "UKRAINIAN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "UKRAINIAN" |
| 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() {#2845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2844 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5977 -form: Symfony\Component\Form\Form {#2966 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5978 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_1" |
| label | "UKRAINIAN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "3" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "KAZAKH" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "KAZAKH" |
| 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() {#2854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2853 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5979 -form: Symfony\Component\Form\Form {#2969 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5980 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_2" |
| label | "KAZAKH" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "4" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "NEGRESS" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "5" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "NEGRESS" |
| 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() {#2863 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2862 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5981 -form: Symfony\Component\Form\Form {#2972 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5982 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_3" |
| label | "NEGRESS" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "5" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "TATAR" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "6" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "TATAR" |
| 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() {#2872 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2871 …} } } |
| validation_groups | null |
| value | "6" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5983 -form: Symfony\Component\Form\Form {#2975 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5984 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_4" |
| label | "TATAR" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "6" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "ASIAN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "7" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ASIAN" |
| 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() {#2881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2880 …} } } |
| validation_groups | null |
| value | "7" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5985 -form: Symfony\Component\Form\Form {#2978 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5986 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_5" |
| label | "ASIAN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "7" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "KYRGYZ" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "8" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "KYRGYZ" |
| 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() {#2890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2889 …} } } |
| validation_groups | null |
| value | "8" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5987 -form: Symfony\Component\Form\Form {#2981 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5988 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_6" |
| label | "KYRGYZ" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "8" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "JAPANESE" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "JAPANESE" |
| 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() {#2899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2898 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5989 -form: Symfony\Component\Form\Form {#2984 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5990 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_7" |
| label | "JAPANESE" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "2" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "CHINESE" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "9" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "CHINESE" |
| 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() {#2908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2907 …} } } |
| validation_groups | null |
| value | "9" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5991 -form: Symfony\Component\Form\Form {#2987 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5992 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_8" |
| label | "CHINESE" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "9" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "THAI" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "10" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "THAI" |
| 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() {#2917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2916 …} } } |
| validation_groups | null |
| value | "10" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5993 -form: Symfony\Component\Form\Form {#2990 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5994 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_9" |
| label | "THAI" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "9" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "10" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "ARMENIAN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "11" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ARMENIAN" |
| 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() {#2926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2925 …} } } |
| validation_groups | null |
| value | "11" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5995 -form: Symfony\Component\Form\Form {#2993 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5996 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_10" |
| label | "ARMENIAN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "10" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "11" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "MULATTO" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "12" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "MULATTO" |
| 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() {#2935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2934 …} } } |
| validation_groups | null |
| value | "12" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5997 -form: Symfony\Component\Form\Form {#2996 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5998 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_11" |
| label | "MULATTO" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "11" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "12" |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "TAJIK" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "13" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "TAJIK" |
| 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() {#2944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2943 …} } } |
| validation_groups | null |
| value | "13" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5999 -form: Symfony\Component\Form\Form {#2999 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6000 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_12" |
| label | "TAJIK" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "12" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "13" |
13
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "UZBEK" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "14" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "UZBEK" |
| 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() {#2953 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2952 …} } } |
| validation_groups | null |
| value | "14" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_nationality_entry" ] |
| cache_key | "_profile_filter_form_filters_nationality_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6001 -form: Symfony\Component\Form\Form {#3002 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6002 …5} |
| full_name | "profile_filter_form[filters][nationality][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_nationality_13" |
| label | "UZBEK" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "13" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_nationality_entry" |
| valid | true |
| value | "14" |
bodyType
"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 |
|---|---|---|
| choice_attr | Closure($choice, $key, $value): array {#1624 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
same as passed value |
| choices | [ "THIN" => 1 "SLIM" => 2 "ATHLETIC" => 3 "TIGHT" => 4 "FAT" => 5 ] |
[ "THIN" => 1 "SLIM" => 2 "ATHLETIC" => 3 "TIGHT" => 4 "FAT" => 5 ] |
| expanded | true |
same as passed value |
| multiple | true |
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 | Closure($choice, $key, $value): array {#1624 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "THIN" => 1 "SLIM" => 2 "ATHLETIC" => 3 "TIGHT" => 4 "FAT" => 5 ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2367 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2366 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_profile_filter_form_filters_bodyType" ] |
| cache_key | "_profile_filter_form_filters_bodyType_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +label: "THIN" +value: "1" +data: 1 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +label: "SLIM" +value: "2" +data: 2 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "ATHLETIC" +value: "3" +data: 3 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "TIGHT" +value: "4" +data: 4 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "FAT" +value: "5" +data: 5 +attr: [ "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5974 -form: Symfony\Component\Form\Form {#3050 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5972 …5} |
| full_name | "profile_filter_form[filters][bodyType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_bodyType" |
| is_selected | Closure($choice, array $values) {#6004 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2200 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "bodyType" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_bodyType" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "THIN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "THIN" |
| 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() {#3007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3006 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_bodyType_entry" ] |
| cache_key | "_profile_filter_form_filters_bodyType_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6007 -form: Symfony\Component\Form\Form {#3053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6006 …5} |
| full_name | "profile_filter_form[filters][bodyType][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_bodyType_0" |
| label | "THIN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_bodyType_entry" |
| valid | true |
| value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "SLIM" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "SLIM" |
| 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() {#3016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3015 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_bodyType_entry" ] |
| cache_key | "_profile_filter_form_filters_bodyType_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6008 -form: Symfony\Component\Form\Form {#3056 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6009 …5} |
| full_name | "profile_filter_form[filters][bodyType][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_bodyType_1" |
| label | "SLIM" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_bodyType_entry" |
| valid | true |
| value | "2" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "ATHLETIC" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ATHLETIC" |
| 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() {#3025 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3024 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_bodyType_entry" ] |
| cache_key | "_profile_filter_form_filters_bodyType_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6010 -form: Symfony\Component\Form\Form {#3059 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6011 …5} |
| full_name | "profile_filter_form[filters][bodyType][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_bodyType_2" |
| label | "ATHLETIC" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_bodyType_entry" |
| valid | true |
| value | "3" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "TIGHT" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "TIGHT" |
| 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() {#3034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3033 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_bodyType_entry" ] |
| cache_key | "_profile_filter_form_filters_bodyType_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6012 -form: Symfony\Component\Form\Form {#3062 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6013 …5} |
| full_name | "profile_filter_form[filters][bodyType][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_bodyType_3" |
| label | "TIGHT" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_bodyType_entry" |
| valid | true |
| value | "4" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "FAT" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "5" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "FAT" |
| 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() {#3043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3042 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_bodyType_entry" ] |
| cache_key | "_profile_filter_form_filters_bodyType_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6014 -form: Symfony\Component\Form\Form {#3065 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6015 …5} |
| full_name | "profile_filter_form[filters][bodyType][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_bodyType_4" |
| label | "FAT" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_bodyType_entry" |
| valid | true |
| value | "5" |
services
"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_attr | Closure($choice, $key, $value): array {#2106 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
same as passed value |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\Service" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | true |
same as passed value |
| query_builder | Closure(EntityRepository $repo) {#2105 class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
Doctrine\ORM\QueryBuilder {#2410 -em: Doctrine\ORM\EntityManager {#933 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2408 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "service" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2405 #from: "App\Entity\Service" #alias: "service" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2390 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "service.group ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#2409 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "service.sort ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT service FROM App\Entity\Service service ORDER BY service.group ASC, service.sort ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2394 …} -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 | Closure($choice, $key, $value): array {#2106 returnType: "array" class: "App\Form\Type\ProfileFiltersType" this: App\Form\Type\ProfileFiltersType {#2095 …} } |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2441 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2393 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2395 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2403 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2427 -om: Doctrine\ORM\EntityManager {#933 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2389 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Service" |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#933 …11} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2427 -om: Doctrine\ORM\EntityManager {#933 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2389 …} -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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#2410 -em: Doctrine\ORM\EntityManager {#933 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2408 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "service" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2405 #from: "App\Entity\Service" #alias: "service" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2390 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "service.group ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#2409 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "service.sort ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT service FROM App\Entity\Service service ORDER BY service.group ASC, service.sort ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2394 …} -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() {#2388 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#2387 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_profile_filter_form_filters_services" ] |
| cache_key | "_profile_filter_form_filters_services_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "Секс классический" +value: "1" +data: App\Entity\Service {#2429 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "Секс анальный" +value: "2" +data: App\Entity\Service {#2432 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "Секс групповой" +value: "3" +data: App\Entity\Service {#2442 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "Секс без презерватива" +value: "4" +data: App\Entity\Service {#2444 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "Услуги семейной паре" +value: "5" +data: App\Entity\Service {#2446 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "Секс-игрушки" +value: "6" +data: App\Entity\Service {#2448 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Мастурбация Вам" +value: "7" +data: App\Entity\Service {#2450 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "Мастурбация мне" +value: "8" +data: App\Entity\Service {#2452 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "Мастурбация грудью" +value: "9" +data: App\Entity\Service {#2454 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "Секс в машине" +value: "10" +data: App\Entity\Service {#2456 …} +attr: [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "Поза 69" +value: "11" +data: App\Entity\Service {#2458 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +label: "Минет в презервативе" +value: "12" +data: App\Entity\Service {#2460 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "Минет без резинки" +value: "13" +data: App\Entity\Service {#2462 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +label: "Минет глубокий" +value: "14" +data: App\Entity\Service {#2464 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +label: "Горловой минет" +value: "15" +data: App\Entity\Service {#2466 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +label: "Минет в машине" +value: "16" +data: App\Entity\Service {#2468 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +label: "Куннилингус" +value: "17" +data: App\Entity\Service {#2470 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +label: "Окончание на грудь" +value: "18" +data: App\Entity\Service {#2472 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +label: "Окончание на лицо" +value: "19" +data: App\Entity\Service {#2474 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +label: "Окончание в рот" +value: "20" +data: App\Entity\Service {#2476 …} +attr: [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "Стриптиз профи" +value: "21" +data: App\Entity\Service {#2478 …} +attr: [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +label: "Стриптиз не профи" +value: "22" +data: App\Entity\Service {#2480 …} +attr: [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +label: "Массаж классический" +value: "23" +data: App\Entity\Service {#2482 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "Массаж профессиональный" +value: "24" +data: App\Entity\Service {#2484 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "Массаж расслабляющий" +value: "25" +data: App\Entity\Service {#2486 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "Массаж тайский" +value: "26" +data: App\Entity\Service {#2488 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "Массаж урологический" +value: "27" +data: App\Entity\Service {#2490 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +label: "Массаж точечный" +value: "28" +data: App\Entity\Service {#2492 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "Массаж эротический" +value: "29" +data: App\Entity\Service {#2494 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2581 +label: "Массаж ветка сакуры" +value: "30" +data: App\Entity\Service {#2496 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +label: "Массаж простаты" +value: "31" +data: App\Entity\Service {#2498 …} +attr: [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +label: "Страпон" +value: "32" +data: App\Entity\Service {#2500 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2584 +label: "Фейсситтинг" +value: "33" +data: App\Entity\Service {#2502 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2585 +label: "Двойное проникновение" +value: "34" +data: App\Entity\Service {#2504 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2586 +label: "Анилингус мне" +value: "35" +data: App\Entity\Service {#2506 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2587 +label: "Анилингус Вам" +value: "36" +data: App\Entity\Service {#2508 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +label: "Сквирт" +value: "37" +data: App\Entity\Service {#2510 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +label: "Золотой дождь выдача" +value: "38" +data: App\Entity\Service {#2512 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +label: "Золотой дождь прием" +value: "39" +data: App\Entity\Service {#2514 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +label: "Копро выдача" +value: "40" +data: App\Entity\Service {#2516 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +label: "Фистинг анальный мне" +value: "41" +data: App\Entity\Service {#2518 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2593 +label: "Фистинг Вам" +value: "42" +data: App\Entity\Service {#2520 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2594 +label: "Фистинг мне" +value: "43" +data: App\Entity\Service {#2522 …} +attr: [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +label: "Госпожа" +value: "44" +data: App\Entity\Service {#2524 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +label: "Игры" +value: "45" +data: App\Entity\Service {#2526 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +label: "Легкая доминация" +value: "46" +data: App\Entity\Service {#2528 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "Легкое подчинение" +value: "47" +data: App\Entity\Service {#2530 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +label: "Порка" +value: "48" +data: App\Entity\Service {#2532 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "Рабыня" +value: "49" +data: App\Entity\Service {#2534 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +label: "Фетиш" +value: "50" +data: App\Entity\Service {#2536 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +label: "Трамплинг" +value: "51" +data: App\Entity\Service {#2538 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +label: "Бондаж" +value: "52" +data: App\Entity\Service {#2540 …} +attr: [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +label: "Ролевые игры" +value: "53" +data: App\Entity\Service {#2542 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +label: "Фото/видео съемка" +value: "54" +data: App\Entity\Service {#2544 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +label: "Фингеринг" +value: "55" +data: App\Entity\Service {#2546 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +label: "Красивое белье" +value: "56" +data: App\Entity\Service {#2548 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +label: "Эскорт" +value: "57" +data: App\Entity\Service {#2550 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +label: "GFE" +value: "58" +data: App\Entity\Service {#2552 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: "Целуюсь" +value: "59" +data: App\Entity\Service {#2554 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +label: "Секс по телефону" +value: "60" +data: App\Entity\Service {#2556 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2612 +label: "Интимные фото и видео" +value: "61" +data: App\Entity\Service {#2558 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2613 +label: "Футфетиш" +value: "62" +data: App\Entity\Service {#2560 …} +attr: [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6005 -form: Symfony\Component\Form\Form {#3626 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6003 …5} |
| full_name | "profile_filter_form[filters][services]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services" |
| is_selected | Closure($choice, array $values) {#6017 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2200 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "services" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_filters_services" |
| valid | true |
| value | [] |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Секс классический" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Секс классический" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3070 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3069 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6020 -form: Symfony\Component\Form\Form {#3629 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6019 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_1" |
| label | "Секс классический" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Секс анальный" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Секс анальный" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3079 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3078 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6021 -form: Symfony\Component\Form\Form {#3632 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6022 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_2" |
| label | "Секс анальный" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "2" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Секс групповой" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Секс групповой" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3088 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3087 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6023 -form: Symfony\Component\Form\Form {#3635 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6024 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_3" |
| label | "Секс групповой" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "3" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Секс без презерватива" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Секс без презерватива" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3097 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3096 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6025 -form: Symfony\Component\Form\Form {#3638 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6026 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_4" |
| label | "Секс без презерватива" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "4" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Услуги семейной паре" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "5" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Услуги семейной паре" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3106 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3105 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6027 -form: Symfony\Component\Form\Form {#3641 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6028 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_5" |
| label | "Услуги семейной паре" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "5" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Секс-игрушки" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "6" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Секс-игрушки" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3115 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3114 …} } } |
| validation_groups | null |
| value | "6" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6029 -form: Symfony\Component\Form\Form {#3644 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6030 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_6" |
| label | "Секс-игрушки" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "6" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Мастурбация Вам" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "7" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Мастурбация Вам" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3123 …} } } |
| validation_groups | null |
| value | "7" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6031 -form: Symfony\Component\Form\Form {#3647 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6032 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_7" |
| label | "Мастурбация Вам" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "7" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Мастурбация мне" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "8" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Мастурбация мне" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3133 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3132 …} } } |
| validation_groups | null |
| value | "8" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6033 -form: Symfony\Component\Form\Form {#3650 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6034 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_8" |
| label | "Мастурбация мне" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "8" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Мастурбация грудью" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "9" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Мастурбация грудью" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3141 …} } } |
| validation_groups | null |
| value | "9" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6035 -form: Symfony\Component\Form\Form {#3653 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6036 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_9" |
| label | "Мастурбация грудью" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "9" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "9" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Секс в машине" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "10" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Секс в машине" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3150 …} } } |
| validation_groups | null |
| value | "10" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 1 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6037 -form: Symfony\Component\Form\Form {#3656 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6038 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_10" |
| label | "Секс в машине" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "10" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "10" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Поза 69" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "11" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Поза 69" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3160 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3159 …} } } |
| validation_groups | null |
| value | "11" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6039 -form: Symfony\Component\Form\Form {#3659 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6040 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_11" |
| label | "Поза 69" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "11" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "11" |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Минет в презервативе" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "12" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Минет в презервативе" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3168 …} } } |
| validation_groups | null |
| value | "12" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6041 -form: Symfony\Component\Form\Form {#3662 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6042 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_12" |
| label | "Минет в презервативе" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "12" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "12" |
13
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Минет без резинки" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "13" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Минет без резинки" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3178 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3177 …} } } |
| validation_groups | null |
| value | "13" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6043 -form: Symfony\Component\Form\Form {#3665 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6044 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_13" |
| label | "Минет без резинки" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "13" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "13" |
14
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Минет глубокий" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "14" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Минет глубокий" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3187 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3186 …} } } |
| validation_groups | null |
| value | "14" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6045 -form: Symfony\Component\Form\Form {#3668 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6046 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_14" |
| label | "Минет глубокий" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "14" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "14" |
15
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Горловой минет" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "15" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Горловой минет" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3195 …} } } |
| validation_groups | null |
| value | "15" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6047 -form: Symfony\Component\Form\Form {#3671 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6048 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_15" |
| label | "Горловой минет" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "15" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "15" |
16
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Минет в машине" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "16" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Минет в машине" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3205 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3204 …} } } |
| validation_groups | null |
| value | "16" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6049 -form: Symfony\Component\Form\Form {#3674 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6050 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_16" |
| label | "Минет в машине" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "16" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "16" |
17
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Куннилингус" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "17" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Куннилингус" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3214 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3213 …} } } |
| validation_groups | null |
| value | "17" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6051 -form: Symfony\Component\Form\Form {#3677 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6052 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_17" |
| label | "Куннилингус" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "17" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "17" |
18
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Окончание на грудь" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "18" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Окончание на грудь" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3222 …} } } |
| validation_groups | null |
| value | "18" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6053 -form: Symfony\Component\Form\Form {#3680 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6054 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_18" |
| label | "Окончание на грудь" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "18" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "18" |
19
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Окончание на лицо" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "19" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Окончание на лицо" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3232 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3231 …} } } |
| validation_groups | null |
| value | "19" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6055 -form: Symfony\Component\Form\Form {#3683 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6056 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_19" |
| label | "Окончание на лицо" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "19" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "19" |
20
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Окончание в рот" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "20" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Окончание в рот" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3240 …} } } |
| validation_groups | null |
| value | "20" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 2 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6057 -form: Symfony\Component\Form\Form {#3686 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6058 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_20" |
| label | "Окончание в рот" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "20" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "20" |
21
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Стриптиз профи" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "21" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Стриптиз профи" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3250 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3249 …} } } |
| validation_groups | null |
| value | "21" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6059 -form: Symfony\Component\Form\Form {#3689 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6060 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_21" |
| label | "Стриптиз профи" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "21" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "21" |
22
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Стриптиз не профи" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "22" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Стриптиз не профи" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3259 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3258 …} } } |
| validation_groups | null |
| value | "22" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 3 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6061 -form: Symfony\Component\Form\Form {#3692 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6062 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_22" |
| label | "Стриптиз не профи" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "22" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "22" |
23
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж классический" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "23" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж классический" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3267 …} } } |
| validation_groups | null |
| value | "23" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6063 -form: Symfony\Component\Form\Form {#3695 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6064 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_23" |
| label | "Массаж классический" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "23" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "23" |
24
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж профессиональный" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "24" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж профессиональный" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3276 …} } } |
| validation_groups | null |
| value | "24" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6065 -form: Symfony\Component\Form\Form {#3698 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6066 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_24" |
| label | "Массаж профессиональный" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "24" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "24" |
25
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж расслабляющий" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "25" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж расслабляющий" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3285 …} } } |
| validation_groups | null |
| value | "25" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6067 -form: Symfony\Component\Form\Form {#3701 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6068 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_25" |
| label | "Массаж расслабляющий" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "25" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "25" |
26
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж тайский" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "26" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж тайский" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3295 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3294 …} } } |
| validation_groups | null |
| value | "26" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6069 -form: Symfony\Component\Form\Form {#3704 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6070 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_26" |
| label | "Массаж тайский" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "26" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "26" |
27
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж урологический" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "27" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж урологический" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3304 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3303 …} } } |
| validation_groups | null |
| value | "27" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6071 -form: Symfony\Component\Form\Form {#3707 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6072 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_27" |
| label | "Массаж урологический" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "27" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "27" |
28
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж точечный" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "28" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж точечный" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3313 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3312 …} } } |
| validation_groups | null |
| value | "28" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6073 -form: Symfony\Component\Form\Form {#3710 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6074 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_28" |
| label | "Массаж точечный" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "28" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "28" |
29
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж эротический" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "29" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж эротический" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3321 …} } } |
| validation_groups | null |
| value | "29" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6075 -form: Symfony\Component\Form\Form {#3713 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6076 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_29" |
| label | "Массаж эротический" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "29" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "29" |
30
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж ветка сакуры" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "30" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж ветка сакуры" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3331 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3330 …} } } |
| validation_groups | null |
| value | "30" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6077 -form: Symfony\Component\Form\Form {#3716 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6078 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_30" |
| label | "Массаж ветка сакуры" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "30" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "30" |
31
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Массаж простаты" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "31" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Массаж простаты" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3340 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3339 …} } } |
| validation_groups | null |
| value | "31" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 4 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6079 -form: Symfony\Component\Form\Form {#3719 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6080 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_31" |
| label | "Массаж простаты" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "31" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "31" |
32
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Страпон" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "32" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Страпон" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3349 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3348 …} } } |
| validation_groups | null |
| value | "32" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6081 -form: Symfony\Component\Form\Form {#3722 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6082 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_32" |
| label | "Страпон" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "32" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "32" |
33
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Фейсситтинг" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "33" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Фейсситтинг" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3358 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3357 …} } } |
| validation_groups | null |
| value | "33" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6083 -form: Symfony\Component\Form\Form {#3725 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6084 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_33" |
| label | "Фейсситтинг" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "33" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "33" |
34
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Двойное проникновение" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "34" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Двойное проникновение" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3367 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3366 …} } } |
| validation_groups | null |
| value | "34" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6085 -form: Symfony\Component\Form\Form {#3728 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6086 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_34" |
| label | "Двойное проникновение" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "34" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "34" |
35
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Анилингус мне" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "35" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Анилингус мне" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3375 …} } } |
| validation_groups | null |
| value | "35" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6087 -form: Symfony\Component\Form\Form {#3731 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6088 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_35" |
| label | "Анилингус мне" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "35" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "35" |
36
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Анилингус Вам" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "36" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Анилингус Вам" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3385 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3384 …} } } |
| validation_groups | null |
| value | "36" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6089 -form: Symfony\Component\Form\Form {#3734 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6090 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_36" |
| label | "Анилингус Вам" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "36" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "36" |
37
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Сквирт" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "37" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Сквирт" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3394 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3393 …} } } |
| validation_groups | null |
| value | "37" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6091 -form: Symfony\Component\Form\Form {#3737 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6092 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_37" |
| label | "Сквирт" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "37" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "37" |
38
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Золотой дождь выдача" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "38" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Золотой дождь выдача" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3403 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3402 …} } } |
| validation_groups | null |
| value | "38" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6093 -form: Symfony\Component\Form\Form {#3740 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6094 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_38" |
| label | "Золотой дождь выдача" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "38" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "38" |
39
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Золотой дождь прием" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "39" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Золотой дождь прием" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3411 …} } } |
| validation_groups | null |
| value | "39" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6095 -form: Symfony\Component\Form\Form {#3743 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6096 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_39" |
| label | "Золотой дождь прием" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "39" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "39" |
40
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Копро выдача" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "40" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Копро выдача" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3421 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3420 …} } } |
| validation_groups | null |
| value | "40" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6097 -form: Symfony\Component\Form\Form {#3746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6098 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_40" |
| label | "Копро выдача" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "40" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "40" |
41
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Фистинг анальный мне" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "41" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Фистинг анальный мне" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3430 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3429 …} } } |
| validation_groups | null |
| value | "41" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6099 -form: Symfony\Component\Form\Form {#3749 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6100 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_41" |
| label | "Фистинг анальный мне" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "41" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "41" |
42
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Фистинг Вам" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "42" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Фистинг Вам" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3439 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3438 …} } } |
| validation_groups | null |
| value | "42" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6101 -form: Symfony\Component\Form\Form {#3752 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6102 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_42" |
| label | "Фистинг Вам" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "42" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "42" |
43
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Фистинг мне" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "43" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Фистинг мне" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3448 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3447 …} } } |
| validation_groups | null |
| value | "43" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 5 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6103 -form: Symfony\Component\Form\Form {#3755 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6104 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_43" |
| label | "Фистинг мне" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "43" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "43" |
44
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Госпожа" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "44" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Госпожа" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3457 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3456 …} } } |
| validation_groups | null |
| value | "44" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6105 -form: Symfony\Component\Form\Form {#3758 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6106 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_44" |
| label | "Госпожа" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "44" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "44" |
45
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Игры" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "45" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Игры" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3466 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3465 …} } } |
| validation_groups | null |
| value | "45" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6107 -form: Symfony\Component\Form\Form {#3761 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6108 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_45" |
| label | "Игры" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "45" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "45" |
46
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Легкая доминация" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "46" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Легкая доминация" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3474 …} } } |
| validation_groups | null |
| value | "46" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6109 -form: Symfony\Component\Form\Form {#3764 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6110 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_46" |
| label | "Легкая доминация" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "46" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "46" |
47
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Легкое подчинение" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "47" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Легкое подчинение" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3484 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3483 …} } } |
| validation_groups | null |
| value | "47" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6111 -form: Symfony\Component\Form\Form {#3767 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6112 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_47" |
| label | "Легкое подчинение" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "47" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "47" |
48
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Порка" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "48" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Порка" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3492 …} } } |
| validation_groups | null |
| value | "48" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6113 -form: Symfony\Component\Form\Form {#3770 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6114 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_48" |
| label | "Порка" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "48" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "48" |
49
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Рабыня" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "49" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Рабыня" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3502 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3501 …} } } |
| validation_groups | null |
| value | "49" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6115 -form: Symfony\Component\Form\Form {#3773 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6116 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_49" |
| label | "Рабыня" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "49" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "49" |
50
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Фетиш" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "50" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Фетиш" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3511 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3510 …} } } |
| validation_groups | null |
| value | "50" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6117 -form: Symfony\Component\Form\Form {#3776 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6118 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_50" |
| label | "Фетиш" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "50" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "50" |
51
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Трамплинг" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "51" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Трамплинг" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3520 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3519 …} } } |
| validation_groups | null |
| value | "51" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6119 -form: Symfony\Component\Form\Form {#3779 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6120 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_51" |
| label | "Трамплинг" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "51" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "51" |
52
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Бондаж" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "52" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Бондаж" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3529 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3528 …} } } |
| validation_groups | null |
| value | "52" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 6 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6121 -form: Symfony\Component\Form\Form {#3782 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6122 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_52" |
| label | "Бондаж" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "52" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "52" |
53
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Ролевые игры" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "53" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Ролевые игры" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3538 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3537 …} } } |
| validation_groups | null |
| value | "53" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6123 -form: Symfony\Component\Form\Form {#3785 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6124 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_53" |
| label | "Ролевые игры" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "53" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "53" |
54
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Фото/видео съемка" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "54" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Фото/видео съемка" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3547 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3546 …} } } |
| validation_groups | null |
| value | "54" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6125 -form: Symfony\Component\Form\Form {#3788 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6126 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_54" |
| label | "Фото/видео съемка" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "54" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "54" |
55
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Фингеринг" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "55" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Фингеринг" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3556 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3555 …} } } |
| validation_groups | null |
| value | "55" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6127 -form: Symfony\Component\Form\Form {#3791 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6128 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_55" |
| label | "Фингеринг" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "55" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "55" |
56
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Красивое белье" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "56" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Красивое белье" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3565 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3564 …} } } |
| validation_groups | null |
| value | "56" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6129 -form: Symfony\Component\Form\Form {#3794 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6130 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_56" |
| label | "Красивое белье" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "56" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "56" |
57
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Эскорт" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "57" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Эскорт" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3574 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3573 …} } } |
| validation_groups | null |
| value | "57" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6131 -form: Symfony\Component\Form\Form {#3797 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6132 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_57" |
| label | "Эскорт" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "57" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "57" |
58
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "GFE" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "58" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "GFE" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3582 …} } } |
| validation_groups | null |
| value | "58" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6133 -form: Symfony\Component\Form\Form {#3800 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6134 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_58" |
| label | "GFE" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "58" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "58" |
59
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Целуюсь" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "59" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Целуюсь" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3592 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3591 …} } } |
| validation_groups | null |
| value | "59" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6135 -form: Symfony\Component\Form\Form {#3803 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6136 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_59" |
| label | "Целуюсь" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "59" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "59" |
60
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Секс по телефону" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "60" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Секс по телефону" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3600 …} } } |
| validation_groups | null |
| value | "60" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6137 -form: Symfony\Component\Form\Form {#3806 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6138 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_60" |
| label | "Секс по телефону" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "60" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "60" |
61
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Интимные фото и видео" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "61" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Интимные фото и видео" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3609 …} } } |
| validation_groups | null |
| value | "61" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6139 -form: Symfony\Component\Form\Form {#3809 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6140 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_61" |
| label | "Интимные фото и видео" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "61" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "61" |
62
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
[ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| block_name | "entry" |
same as passed value |
| label | "Футфетиш" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "62" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1173 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1174 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1177 …} -namespace: Closure() {#1167 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2178 …} } |
| 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 {#2172 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Футфетиш" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#3619 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1730 …} use: { $translator: AngelGamez\TranslatableBundle\Translation\Translator {#481 …} $translationDomain: "validators" $message: Closure() {#3618 …} } } |
| validation_groups | null |
| value | "62" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-service-group" => 7 "checked" => false "disabled" => false "class" => "empty-filter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_profile_filter_form_filters_services_entry" ] |
| cache_key | "_profile_filter_form_filters_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6141 -form: Symfony\Component\Form\Form {#3812 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6142 …5} |
| full_name | "profile_filter_form[filters][services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "profile_filter_form_filters_services_62" |
| label | "Футфетиш" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "62" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_profile_filter_form_filters_services_entry" |
| valid | true |
| value | "62" |
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_profile_filter_form_submit" ] |
| cache_key | "_profile_filter_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2085 …5} |
| full_name | "profile_filter_form[submit]" |
| id | "profile_filter_form_submit" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_profile_filter_form_submit" |
| value | null |