- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 24
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Twig Components
- Doctrine
- HTTP Client
- Debug
- Messages
- E-mails
- JMS Serializer 0 + 0
- 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
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\DistributorContact {#11215 -id: null -uuid: "ffd21065-4958-4f6b-9804-54c8935a641c" -distributor: null -companyName: null -firstName: null -lastName: null -phone: null -email: null -text: null -street: null -apartmentNumber: null -postalCode: null -city: null -contactType: null -configurations: Doctrine\Common\Collections\ArrayCollection {#45815 …} -createdAt: DateTimeImmutable @1768395140 {#45906 date: 2026-01-14 13:52:20.062592 Europe/Warsaw (+01:00) } -pdfFile: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "#distributor-contact-form" |
same as passed value |
| attr | [ "id" => "distributor-contact-form" ] |
[ "id" => "distributor-contact-form" ] |
| data | App\Entity\DistributorContact {#11215 -id: null -uuid: "ffd21065-4958-4f6b-9804-54c8935a641c" -distributor: null -companyName: null -firstName: null -lastName: null -phone: null -email: null -text: null -street: null -apartmentNumber: null -postalCode: null -city: null -contactType: null -configurations: Doctrine\Common\Collections\ArrayCollection {#45815 …} -createdAt: DateTimeImmutable @1768395140 {#45906 date: 2026-01-14 13:52:20.062592 Europe/Warsaw (+01:00) } -pdfFile: null } |
same as passed value |
| translation_domain | "distributor_form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "#distributor-contact-form" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "distributor-contact-form" ] |
| 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 {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data | App\Entity\DistributorContact {#11215 -id: null -uuid: "ffd21065-4958-4f6b-9804-54c8935a641c" -distributor: null -companyName: null -firstName: null -lastName: null -phone: null -email: null -text: null -street: null -apartmentNumber: null -postalCode: null -city: null -contactType: null -configurations: Doctrine\Common\Collections\ArrayCollection {#45815 …} -createdAt: DateTimeImmutable @1768395140 {#45906 date: 2026-01-14 13:52:20.062592 Europe/Warsaw (+01:00) } -pdfFile: null } |
| data_class | "App\Entity\DistributorContact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#45925 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} use: { $class: "App\Entity\DistributorContact" } } |
| 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 | "distributor_form" |
| trim | true |
| upload_max_size_message | Closure() {#45804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45758 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "#distributor-contact-form" |
| attr | [ "id" => "distributor-contact-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | App\Entity\DistributorContact {#11215 -id: null -uuid: "ffd21065-4958-4f6b-9804-54c8935a641c" -distributor: null -companyName: null -firstName: null -lastName: null -phone: null -email: null -text: null -street: null -apartmentNumber: null -postalCode: null -city: null -contactType: null -configurations: Doctrine\Common\Collections\ArrayCollection {#45815 …} -createdAt: DateTimeImmutable @1768395140 {#45906 date: 2026-01-14 13:52:20.062592 Europe/Warsaw (+01:00) } -pdfFile: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#45590 -form: Symfony\Component\Form\Form {#45725 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#45533 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form" |
| valid | true |
| value | App\Entity\DistributorContact {#11215 -id: null -uuid: "ffd21065-4958-4f6b-9804-54c8935a641c" -distributor: null -companyName: null -firstName: null -lastName: null -phone: null -email: null -text: null -street: null -apartmentNumber: null -postalCode: null -city: null -contactType: null -configurations: Doctrine\Common\Collections\ArrayCollection {#45815 …} -createdAt: DateTimeImmutable @1768395140 {#45906 date: 2026-01-14 13:52:20.062592 Europe/Warsaw (+01:00) } -pdfFile: null } |
distributor
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure(Distributor $distributor) {#45754 class: "App\Controller\Frontend\Customer\DistributorsController" this: App\Controller\Frontend\Customer\DistributorsController {#26862 …} } |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ App\Entity\Distributor {#45953 -id: 75 -lat: 50.6846027 -lng: 17.9414564 -voivodeship: App\Entity\Voivodeship {#45755 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45835 …} -email: "biuro@metameb.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Oleska 121" -postalCode: "45-231" -city: "Opole" -phone: "+48 505-337-643" -www: "http://metameb.pl/" -contactPerson: "Robert Polowy" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45877 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35143 -id: 2 -lat: 52.436486135406 -lng: 16.951883239301 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35088 …} -email: "biuro@mebleteo.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Hawelańska 1" -postalCode: "61-625" -city: "Poznań" -phone: "737 606 606" -www: "www.mebleteo.pl" -contactPerson: "Maksymilian Bartkowiak" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35014 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45991 -id: 77 -lat: 53.425432 -lng: 14.5562937 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45886 …} -email: "filip.pindral@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. zachodniopomorskie" -postalCode: null -city: null -phone: "691 980 036" -www: "malow.com.pl" -contactPerson: "Filip Pindral" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45904 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45876 -id: 46 -lat: 56.9684733 -lng: 24.0299485 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45977 …} -email: "info@vvn.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Kleistu iela 24, 5. stāvs" -postalCode: "LV-1067" -city: "Rīga" -phone: "+00371 277-274-49" -www: "https://vvn.lv/" -contactPerson: "Māris Vaskis" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45862 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45845 -id: 36 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45846 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45920 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45888 -id: 63 -lat: 47.658581411262 -lng: 9.1309479513372 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45761 …} -email: "info@gawela.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Konstanzerstrasse 14" -postalCode: "CH-8274" -city: "Tägerwilen" -phone: "0041 71-667-00-00" -www: "https://www.gawela.ch/" -contactPerson: "Janine Fäsi" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45995 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45914 -id: 76 -lat: 49.45108 -lng: 18.0043 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45940 …} -email: "rudeta@rudeta.cz" -type: App\Entity\DistributorType {#11377 …} -streetName: "Budovatelská 482" -postalCode: "743 01" -city: "Bílovec" -phone: "+420 608 846 556" -www: "www.rudeta.cz" -contactPerson: "Jan Hlinka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45963 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35238 -id: 12 -lat: 49.596402086783 -lng: 20.730816188348 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35034 …} -email: "piotr.dziurzynski@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "Aleje Piłsudskiego 70 " -postalCode: "33-300" -city: "Nowy Sącz " -phone: "502 264 170 " -www: "www.lobos.pl" -contactPerson: "Piotr Dziurzyński " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35054 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45791 -id: 56 -lat: 51.074247 -lng: 16.9565677 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45942 …} -email: "kamila.bernas@emporo.pl" -type: App\Entity\DistributorType {#11328 …} -streetName: "ul. Tyniecka 5A" -postalCode: "52-407" -city: "Wrocław" -phone: "+48 690 950 535" -www: "https://www.emporo.pl/" -contactPerson: "Kamila Bernaś" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45810 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35057 -id: 13 -lat: 50.224037763106 -lng: 18.987077669945 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35201 …} -email: "biuro@lobbymeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Kościuszki 229" -postalCode: "40-600" -city: "Katowice" -phone: "510 199 231" -www: "www.lobbymeble.pl" -contactPerson: "Dariusz Tymczyszyn" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35068 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35141 -id: 41 -lat: 54.71262511755 -lng: 25.29038007791 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35157 …} -email: "robertas.lazauskas@vildika.lt" -type: App\Entity\DistributorType {#11328 …} -streetName: "P. Lukšio g. 18" -postalCode: "LT-08222" -city: "Vilnius" -phone: "+00370 699-626-26" -www: "https://www.vildika.lt/" -contactPerson: "Robertas Lazauskas" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35007 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45919 -id: 51 -lat: 42.66209006688 -lng: 23.592320664417 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45766 …} -email: "ico@furnit.bg" -type: App\Entity\DistributorType {#11328 …} -streetName: "Boulevard "Simeonovsko Shose 2L", floor 2 , office 9" -postalCode: "1138" -city: "Sofia" -phone: "+00359 297-379-33" -www: "https://furnit.bg/" -contactPerson: "Hristo Aleksandrov" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45842 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45882 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35171 -id: 21 -lat: 51.226725291083 -lng: 22.554171691109 -voivodeship: App\Entity\Voivodeship {#35131 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35168 …} -email: "sylwia@gobi.lublin.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Krochmalna 22 A" -postalCode: "20-401" -city: "Lublin" -phone: "502 503 980" -www: "www.gobi.net.pl" -contactPerson: "Sylwia Kawęcka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35011 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35035 -id: 9 -lat: 50.822667754081 -lng: 19.058470896942 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35229 …} -email: "biuro@fxmeble.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Koszalińska 6" -postalCode: "42-202" -city: "Częstochowa" -phone: "602 191 850" -www: "www.fxmeble.pl" -contactPerson: "Tomasz Cisowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35170 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35246 -id: 8 -lat: 52.280733748057 -lng: 21.013934014163 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35087 …} -email: "abes@abes.com.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Witkiewicza 16 pok.9" -postalCode: "03-305" -city: "Warszawa" -phone: "601 262 148" -www: "https://sklep.abes.com.pl/" -contactPerson: "Ewa Cieślicka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35202 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35079 -id: 42 -lat: 59.3430914 -lng: 24.6954772 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35156 …} -email: "info@storit.ee" -type: App\Entity\DistributorType {#11328 …} -streetName: "Linamäe 2" -postalCode: "76 406" -city: "Tänassilma küla" -phone: "+00372 659-30-30" -www: "https://laomaailm.ee/" -contactPerson: "Margit Haavasalu" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35017 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35046 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35172 -id: 20 -lat: 51.077599697303 -lng: 17.017437785304 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35199 …} -email: "logistyka.wroclaw@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Skierniewicka 18" -postalCode: "53-117" -city: "Wrocław" -phone: "501 176 837" -www: "www.meble.lobos.pl" -contactPerson: "Dorota Nagel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35215 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35056 -id: 29 -lat: 53.844831575355 -lng: 20.459245868029 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35139 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. warmińsko-mazurskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35164 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45832 -id: 48 -lat: 47.676416 -lng: 17.6274458 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45854 …} -email: "info@akd.hu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Práter utca 9. 3-em. 305" -postalCode: "9024" -city: "Győr" -phone: "+0036 708-830-338" -www: "https://www.akd.hu/hu" -contactPerson: "Dávid Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45789 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45848 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35133 -id: 23 -lat: 50.075276161961 -lng: 20.01448295645 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35177 …} -email: "meble.krakow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. M. Medweckiego 17" -postalCode: "31-870" -city: "Kraków" -phone: "502 264 194" -www: "www.meble.lobos.pl" -contactPerson: "Daniel Czajkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35005 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45792 -id: 60 -lat: 49.8405173 -lng: 18.1914515 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45931 …} -email: "prodej@manutan.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "Provozní 5493/5" -postalCode: "72200" -city: "Ostrava – Třebovice" -phone: "+00420 800-242-424" -www: "https://www.manutan.cz/" -contactPerson: "Stanislav Šmiga" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45915 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45787 -id: 64 -lat: 47.59841 -lng: 9.004439 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45981 …} -email: "info@metna.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Bahnhofstrasse 25A" -postalCode: "8555" -city: "Müllheim Dorf" -phone: "+0041 71-660-11-11" -www: "https://www.metna.ch/" -contactPerson: "Herr Nedeljko Abadzic" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45922 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35242 -id: 27 -lat: 52.231430808927 -lng: 20.915480864305 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35101 …} -email: "marek@ameco.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Powstańców Ślaskich 44" -postalCode: "01-381" -city: "Warszawa" -phone: "606 264 364" -www: "www.ameco.pl" -contactPerson: "Marek Chłostecki" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35082 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11338 -id: 1 -lat: 52.372618329996 -lng: 16.934923125702 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35008 …} -email: "r.koperski@pozmebel.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Starołęcka 18" -postalCode: "61-361" -city: "Poznań" -phone: "690 992 789" -www: "www.pozmebel.com" -contactPerson: "Rafał Koperski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11199 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11228 -id: 35 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11289 …} -email: "export.qs@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 23" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11188 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35149 -id: 18 -lat: 52.245903035692 -lng: 20.960564156491 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35062 …} -email: "meble.warszawa@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Radziwie 7 lokal U03B" -postalCode: "01-164" -city: "Warszawa" -phone: "+48 22 666 80 07" -www: "https://meble.lobos.pl/kontakt/oddzial-warszawa" -contactPerson: "Lobos Odział Warszawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35097 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11312 -id: 30 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11357 …} -email: "info@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 94" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11286 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45753 -id: 49 -lat: 48.1896752 -lng: 17.7357657 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45817 …} -email: "stefek@kovogalant.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zoltána Kodálya 767/33" -postalCode: "924 01" -city: "Galanta" -phone: "+00421 911-600-615" -www: "https://kovonabytok.eu/" -contactPerson: "Vladimír Štefek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45881 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#34999 -id: 16 -lat: 51.77257055093 -lng: 19.437591571825 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35178 …} -email: "meble.lodz@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żeligowskiego 3/5" -postalCode: "90-752" -city: "Łódź" -phone: "509 682 721 " -www: "www.meble.lobos.pl" -contactPerson: "Anna Moszczyńska " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35231 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35107 -id: 5 -lat: 51.772743491133 -lng: 19.435637018192 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35185 …} -email: "biuro@galter.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Krzysztofa Cedry 6 Lok. LU9" -postalCode: "91-129" -city: "Łódź" -phone: "606 654 671" -www: "www.galter.pl" -contactPerson: "Michał Cinkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35166 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45801 -id: 33 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45983 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45930 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45962 -id: 65 -lat: 49.0455246 -lng: 2.141775 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45905 …} -email: "commercial@caray.fr" -type: App\Entity\DistributorType {#11328 …} -streetName: "12 avenue de l'Ile de France" -postalCode: "95310" -city: "Saint‑Ouen‑L'Aumône" -phone: "+0033 (0)1 30 37 09 49" -www: "https://www.caray.fr/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#45878 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45770 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35237 -id: 40 -lat: 51.8464488 -lng: 4.6788065 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35027 …} -email: "info@stokq.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Van Coulsterweg 1e" -postalCode: "2952 CB" -city: "Alblasserdam" -phone: "+0031 30-636-2656" -www: "https://stokq.nl/" -contactPerson: "Patrick Roovers" -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35000 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35095 -id: 39 -lat: 51.442118413935 -lng: 11.3079572 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35209 …} -email: "tobias.sendobry@euroboxkg.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Stiegweg 9" -postalCode: "06526" -city: "Sangerhausen" -phone: "+0049 03464-90-195- 0" -www: "https://www.euroboxkg.de/" -contactPerson: "Tobias Sendobry" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35109 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35073 -id: 7 -lat: 52.396849192104 -lng: 16.934528441151 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35135 …} -email: "biuro@profesmeb.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Droga Dębińska 13" -postalCode: "61-555" -city: "Poznań" -phone: "503 513 333" -www: "www.profesmeb.pl" -contactPerson: "Przemysław Kobiela" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35241 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#34995 -id: 15 -lat: 49.999115226874 -lng: 20.970124798777 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35239 …} -email: "marek.tadel@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Przemysłowa 27" -postalCode: "33-100" -city: "Tarnów" -phone: "502 264 175" -www: "www.meble.lobos.pl" -contactPerson: "Marek Tadel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35092 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45771 -id: 44 -lat: 56.9665596 -lng: 24.1535961 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45964 …} -email: "lazurits.s@inbox.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zemitāna iela 3, Latgales priekšpilsēta" -postalCode: "LV-1012" -city: "Rīga" -phone: "+00371 672-735-22" -www: "https://infolapa.zl.lv/lazurits-s-sia/" -contactPerson: "Dace Reitere-Stivriņa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45874 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45772 -id: 66 -lat: 52.2801612 -lng: 6.4073556 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45935 …} -email: "info@povag.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Keizersweg 59" -postalCode: "7451" -city: "PH Holten" -phone: "+0031 85 303 2732" -www: "https://povag.nl/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45790 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35016 -id: 37 -lat: 55.895939 -lng: 21.131214 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35004 …} -email: "uabdarbis@gmail.com" -type: App\Entity\DistributorType {#11328 …} -streetName: "Verslininkų g. 17" -postalCode: "97227" -city: "Kretingos r. sav." -phone: "+37061744400" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35053 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35074 -id: 17 -lat: 54.407178553031 -lng: 18.574784198624 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35078 …} -email: "zamowienia@kupkrzeslo.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Droszyńskiego 15" -postalCode: "80-381" -city: "Gdańsk" -phone: "500 407 365" -www: "kupkrzeslo.pl" -contactPerson: "Jerzy Kaczanowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35222 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45857 -id: 45 -lat: 56.9268387 -lng: 24.1859562 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45971 …} -email: "info@flbirojs.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Krustpils iela 54E" -postalCode: "LV-1057" -city: "Rīga" -phone: "+00371 275-075-02" -www: "https://www.flbirojs.lv/" -contactPerson: "Guntis Šverns" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45960 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45949 -id: 50 -lat: 50.0246066 -lng: 14.3572773 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45867 …} -email: "ales@kovovynabytek.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "K Holyni 833/42" -postalCode: "154 00 Praha 5" -city: "Praha" -phone: "+00420 273-136-254" -www: "https://www.enprag.cz/" -contactPerson: "Aleš Kovařík" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45903 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35245 -id: 14 -lat: 53.4302192 -lng: 14.5318731 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35003 …} -email: "steckomeble@steckomeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Chodkiewicza 2" -postalCode: "70-344" -city: "Szczecin" -phone: "91 484 37 03" -www: "www.steckomeble.pl" -contactPerson: "Andrzej Stecko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35155 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45760 -id: 43 -lat: 56.9349572 -lng: 24.1012395 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45987 …} -email: "daniels@np.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Delu iela 8" -postalCode: "LV-1004" -city: "Riga" -phone: "+00371 265-995-90" -www: "https://noliktavupasaule.lv/" -contactPerson: "Daniels Kalnins" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45811 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45794 -id: 55 -lat: 50.1148333 -lng: 14.4865717 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45984 …} -email: "janusz.wlazel@emporo.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Prosecká 2490/63a" -postalCode: "180 00 Praha 8" -city: "Praha" -phone: "+00420 242-428-610" -www: "https://www.emporo.cz/" -contactPerson: "Janusz Wlazel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45985 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35210 -id: 10 -lat: 50.312299005951 -lng: 19.00755268529 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35153 …} -email: "slask@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Łącząca 1" -postalCode: "41-103" -city: "Siemianowice Śląskie" -phone: "502 066 931" -www: "www.tezap.pl" -contactPerson: "Kazimierz Ćwirko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35126 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35031 -id: 22 -lat: 51.176014214386 -lng: 17.024134814142 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35050 …} -email: "darek@gobiwroclaw.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Sułowska 43" -postalCode: "51-180" -city: "Wrocław" -phone: "607 041 746" -www: "www.gobiwroclaw.pl" -contactPerson: "Dariusz Syniawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35175 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35090 -id: 3 -lat: 50.094701887244 -lng: 19.922972387207 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35130 …} -email: "kontakt@lobbysklep.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Pachońskiego 7A" -postalCode: "31-223" -city: "Kraków" -phone: "530 730 720" -www: "www.lobbysklep.pl" -contactPerson: "Krzysztof Łudzik" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35012 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35224 -id: 24 -lat: 50.049359988704 -lng: 22.008844962064 -voivodeship: App\Entity\Voivodeship {#35213 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35234 …} -email: "meble.rzeszow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Generała Stanisława Maczka 6" -postalCode: "35-234" -city: "Rzeszów" -phone: "502 264 172" -www: "www.meble.lobos.PL" -contactPerson: "Dariusz Gromala" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35146 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45933 -id: 73 -lat: 48.851809837587 -lng: 9.1144158815362 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45894 …} -email: "johnson@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Stuttgarter Str. 125" -postalCode: "70825" -city: "Korntal-Münchingen" -phone: "+0049 160-670-4592" -www: "www.berger-group.de" -contactPerson: "Beau Johnson" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45843 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45884 -id: 47 -lat: 48.2259126 -lng: 17.7273566 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45970 …} -email: "akdsro@akdsro.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Gáň 909" -postalCode: "924 01" -city: "Gáň" -phone: "+00421 911-600-625" -www: "https://www.akdsro.sk/" -contactPerson: "Viktor Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45932 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35184 -id: 28 -lat: 53.165348018413 -lng: 23.154175418445 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35002 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. podlaskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35055 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35161 -id: 31 -lat: 50.720470870936 -lng: 16.659558594574 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35128 …} -email: "tezap@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Staszica 24A/1" -postalCode: "58-200" -city: "Dzierżoniów" -phone: "513 062 563" -www: "www.tezap.pl" -contactPerson: "Arkadiusz Matyja" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35192 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45890 -id: 54 -lat: 48.0978398 -lng: 17.1116451 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45859 …} -email: "hegedusova@abamet.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Jasovská 3198/3a" -postalCode: "951 07" -city: "Bratislava" -phone: "+00421 918-744-143" -www: "https://www.mercator.sk/" -contactPerson: "Stanislava Hegedüšová" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45939 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35144 -id: 11 -lat: 53.783427138642 -lng: 20.508038570014 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35020 …} -email: "biuro@cezasglob.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żelazna 2" -postalCode: "10-419" -city: "Olsztyn" -phone: "504 018 859" -www: "www.cezasglob.pl" -contactPerson: "Kamil Bączyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35150 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45745 -id: 61 -lat: 49.276862173126 -lng: 10.245582940554 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45825 …} -email: "schachner.susanne@dinzl.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Industriestraße 1" -postalCode: "D-91583" -city: "Schillingsfürst" -phone: "+0049 (0) 98 68/76-67" -www: "https://www.dinzl.de/" -contactPerson: "Susanne Schachner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45934 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35190 -id: 6 -lat: 49.809407500241 -lng: 19.048224556445 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35113 …} -email: "biuro@cekar.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Leszczyńska 5a" -postalCode: "43-300" -city: "Bielsko-Biała" -phone: "33 829 05 24" -www: "www.cekar.pl" -contactPerson: "Krzysztof Cebo" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35033 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45786 -id: 74 -lat: 52.470514267815 -lng: 13.565255076573 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45870 …} -email: "gramke@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Köpenicker Str. 325" -postalCode: "12555" -city: "Berlin" -phone: "+0049 175-223-1817" -www: "www.berger-group.de" -contactPerson: "Marcus Gramke" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45795 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45833 -id: 62 -lat: 50.993418 -lng: 13.650219 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45998 …} -email: "kontakt@metallspind-direkt.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Lessingstraße 8" -postalCode: "01705" -city: "Freital" -phone: "+0049 177-609-00-24" -www: "https://www.metallspind-direkt.de/" -contactPerson: "Matthias Wenner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45978 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11331 -id: 34 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11248 …} -email: "export.qt@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 44" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11292 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35111 -id: 25 -lat: 54.364412006313 -lng: 18.470674083518 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35010 …} -email: "biuro@metalica.com.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Budowlanych 46a" -postalCode: "80-298" -city: "Gdańsk" -phone: "503 118 145" -www: "www.metalica.com.pl" -contactPerson: "Grzegorz Dylawerski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35006 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45764 -id: 52 -lat: 46.073365054898 -lng: 14.505992895113 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45819 …} -email: "info@zak.si" -type: App\Entity\DistributorType {#11328 …} -streetName: "Triglavska ulica 61" -postalCode: "1000" -city: "Ljubljana" -phone: "+00386 143-457-40" -www: "https://www.zak.si/" -contactPerson: "Uroš Zakrajšek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45864 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45827 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45968 -id: 32 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45943 …} -email: "export.qn@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 40" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45873 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } ] |
[ App\Entity\Distributor {#45953 -id: 75 -lat: 50.6846027 -lng: 17.9414564 -voivodeship: App\Entity\Voivodeship {#45755 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45835 …} -email: "biuro@metameb.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Oleska 121" -postalCode: "45-231" -city: "Opole" -phone: "+48 505-337-643" -www: "http://metameb.pl/" -contactPerson: "Robert Polowy" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45877 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35143 -id: 2 -lat: 52.436486135406 -lng: 16.951883239301 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35088 …} -email: "biuro@mebleteo.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Hawelańska 1" -postalCode: "61-625" -city: "Poznań" -phone: "737 606 606" -www: "www.mebleteo.pl" -contactPerson: "Maksymilian Bartkowiak" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35014 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45991 -id: 77 -lat: 53.425432 -lng: 14.5562937 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45886 …} -email: "filip.pindral@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. zachodniopomorskie" -postalCode: null -city: null -phone: "691 980 036" -www: "malow.com.pl" -contactPerson: "Filip Pindral" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45904 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45876 -id: 46 -lat: 56.9684733 -lng: 24.0299485 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45977 …} -email: "info@vvn.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Kleistu iela 24, 5. stāvs" -postalCode: "LV-1067" -city: "Rīga" -phone: "+00371 277-274-49" -www: "https://vvn.lv/" -contactPerson: "Māris Vaskis" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45862 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45845 -id: 36 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45846 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45920 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45888 -id: 63 -lat: 47.658581411262 -lng: 9.1309479513372 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45761 …} -email: "info@gawela.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Konstanzerstrasse 14" -postalCode: "CH-8274" -city: "Tägerwilen" -phone: "0041 71-667-00-00" -www: "https://www.gawela.ch/" -contactPerson: "Janine Fäsi" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45995 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45914 -id: 76 -lat: 49.45108 -lng: 18.0043 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45940 …} -email: "rudeta@rudeta.cz" -type: App\Entity\DistributorType {#11377 …} -streetName: "Budovatelská 482" -postalCode: "743 01" -city: "Bílovec" -phone: "+420 608 846 556" -www: "www.rudeta.cz" -contactPerson: "Jan Hlinka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45963 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35238 -id: 12 -lat: 49.596402086783 -lng: 20.730816188348 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35034 …} -email: "piotr.dziurzynski@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "Aleje Piłsudskiego 70 " -postalCode: "33-300" -city: "Nowy Sącz " -phone: "502 264 170 " -www: "www.lobos.pl" -contactPerson: "Piotr Dziurzyński " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35054 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45791 -id: 56 -lat: 51.074247 -lng: 16.9565677 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45942 …} -email: "kamila.bernas@emporo.pl" -type: App\Entity\DistributorType {#11328 …} -streetName: "ul. Tyniecka 5A" -postalCode: "52-407" -city: "Wrocław" -phone: "+48 690 950 535" -www: "https://www.emporo.pl/" -contactPerson: "Kamila Bernaś" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45810 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35057 -id: 13 -lat: 50.224037763106 -lng: 18.987077669945 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35201 …} -email: "biuro@lobbymeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Kościuszki 229" -postalCode: "40-600" -city: "Katowice" -phone: "510 199 231" -www: "www.lobbymeble.pl" -contactPerson: "Dariusz Tymczyszyn" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35068 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35141 -id: 41 -lat: 54.71262511755 -lng: 25.29038007791 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35157 …} -email: "robertas.lazauskas@vildika.lt" -type: App\Entity\DistributorType {#11328 …} -streetName: "P. Lukšio g. 18" -postalCode: "LT-08222" -city: "Vilnius" -phone: "+00370 699-626-26" -www: "https://www.vildika.lt/" -contactPerson: "Robertas Lazauskas" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35007 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45919 -id: 51 -lat: 42.66209006688 -lng: 23.592320664417 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45766 …} -email: "ico@furnit.bg" -type: App\Entity\DistributorType {#11328 …} -streetName: "Boulevard "Simeonovsko Shose 2L", floor 2 , office 9" -postalCode: "1138" -city: "Sofia" -phone: "+00359 297-379-33" -www: "https://furnit.bg/" -contactPerson: "Hristo Aleksandrov" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45842 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45882 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35171 -id: 21 -lat: 51.226725291083 -lng: 22.554171691109 -voivodeship: App\Entity\Voivodeship {#35131 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35168 …} -email: "sylwia@gobi.lublin.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Krochmalna 22 A" -postalCode: "20-401" -city: "Lublin" -phone: "502 503 980" -www: "www.gobi.net.pl" -contactPerson: "Sylwia Kawęcka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35011 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35035 -id: 9 -lat: 50.822667754081 -lng: 19.058470896942 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35229 …} -email: "biuro@fxmeble.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Koszalińska 6" -postalCode: "42-202" -city: "Częstochowa" -phone: "602 191 850" -www: "www.fxmeble.pl" -contactPerson: "Tomasz Cisowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35170 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35246 -id: 8 -lat: 52.280733748057 -lng: 21.013934014163 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35087 …} -email: "abes@abes.com.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Witkiewicza 16 pok.9" -postalCode: "03-305" -city: "Warszawa" -phone: "601 262 148" -www: "https://sklep.abes.com.pl/" -contactPerson: "Ewa Cieślicka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35202 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35079 -id: 42 -lat: 59.3430914 -lng: 24.6954772 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35156 …} -email: "info@storit.ee" -type: App\Entity\DistributorType {#11328 …} -streetName: "Linamäe 2" -postalCode: "76 406" -city: "Tänassilma küla" -phone: "+00372 659-30-30" -www: "https://laomaailm.ee/" -contactPerson: "Margit Haavasalu" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35017 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35046 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35172 -id: 20 -lat: 51.077599697303 -lng: 17.017437785304 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35199 …} -email: "logistyka.wroclaw@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Skierniewicka 18" -postalCode: "53-117" -city: "Wrocław" -phone: "501 176 837" -www: "www.meble.lobos.pl" -contactPerson: "Dorota Nagel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35215 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35056 -id: 29 -lat: 53.844831575355 -lng: 20.459245868029 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35139 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. warmińsko-mazurskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35164 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45832 -id: 48 -lat: 47.676416 -lng: 17.6274458 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45854 …} -email: "info@akd.hu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Práter utca 9. 3-em. 305" -postalCode: "9024" -city: "Győr" -phone: "+0036 708-830-338" -www: "https://www.akd.hu/hu" -contactPerson: "Dávid Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45789 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45848 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35133 -id: 23 -lat: 50.075276161961 -lng: 20.01448295645 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35177 …} -email: "meble.krakow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. M. Medweckiego 17" -postalCode: "31-870" -city: "Kraków" -phone: "502 264 194" -www: "www.meble.lobos.pl" -contactPerson: "Daniel Czajkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35005 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45792 -id: 60 -lat: 49.8405173 -lng: 18.1914515 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45931 …} -email: "prodej@manutan.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "Provozní 5493/5" -postalCode: "72200" -city: "Ostrava – Třebovice" -phone: "+00420 800-242-424" -www: "https://www.manutan.cz/" -contactPerson: "Stanislav Šmiga" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45915 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45787 -id: 64 -lat: 47.59841 -lng: 9.004439 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45981 …} -email: "info@metna.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Bahnhofstrasse 25A" -postalCode: "8555" -city: "Müllheim Dorf" -phone: "+0041 71-660-11-11" -www: "https://www.metna.ch/" -contactPerson: "Herr Nedeljko Abadzic" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45922 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35242 -id: 27 -lat: 52.231430808927 -lng: 20.915480864305 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35101 …} -email: "marek@ameco.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Powstańców Ślaskich 44" -postalCode: "01-381" -city: "Warszawa" -phone: "606 264 364" -www: "www.ameco.pl" -contactPerson: "Marek Chłostecki" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35082 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11338 -id: 1 -lat: 52.372618329996 -lng: 16.934923125702 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35008 …} -email: "r.koperski@pozmebel.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Starołęcka 18" -postalCode: "61-361" -city: "Poznań" -phone: "690 992 789" -www: "www.pozmebel.com" -contactPerson: "Rafał Koperski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11199 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11228 -id: 35 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11289 …} -email: "export.qs@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 23" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11188 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35149 -id: 18 -lat: 52.245903035692 -lng: 20.960564156491 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35062 …} -email: "meble.warszawa@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Radziwie 7 lokal U03B" -postalCode: "01-164" -city: "Warszawa" -phone: "+48 22 666 80 07" -www: "https://meble.lobos.pl/kontakt/oddzial-warszawa" -contactPerson: "Lobos Odział Warszawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35097 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11312 -id: 30 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11357 …} -email: "info@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 94" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11286 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45753 -id: 49 -lat: 48.1896752 -lng: 17.7357657 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45817 …} -email: "stefek@kovogalant.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zoltána Kodálya 767/33" -postalCode: "924 01" -city: "Galanta" -phone: "+00421 911-600-615" -www: "https://kovonabytok.eu/" -contactPerson: "Vladimír Štefek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45881 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#34999 -id: 16 -lat: 51.77257055093 -lng: 19.437591571825 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35178 …} -email: "meble.lodz@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żeligowskiego 3/5" -postalCode: "90-752" -city: "Łódź" -phone: "509 682 721 " -www: "www.meble.lobos.pl" -contactPerson: "Anna Moszczyńska " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35231 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35107 -id: 5 -lat: 51.772743491133 -lng: 19.435637018192 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35185 …} -email: "biuro@galter.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Krzysztofa Cedry 6 Lok. LU9" -postalCode: "91-129" -city: "Łódź" -phone: "606 654 671" -www: "www.galter.pl" -contactPerson: "Michał Cinkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35166 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45801 -id: 33 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45983 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45930 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45962 -id: 65 -lat: 49.0455246 -lng: 2.141775 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45905 …} -email: "commercial@caray.fr" -type: App\Entity\DistributorType {#11328 …} -streetName: "12 avenue de l'Ile de France" -postalCode: "95310" -city: "Saint‑Ouen‑L'Aumône" -phone: "+0033 (0)1 30 37 09 49" -www: "https://www.caray.fr/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#45878 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45770 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35237 -id: 40 -lat: 51.8464488 -lng: 4.6788065 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35027 …} -email: "info@stokq.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Van Coulsterweg 1e" -postalCode: "2952 CB" -city: "Alblasserdam" -phone: "+0031 30-636-2656" -www: "https://stokq.nl/" -contactPerson: "Patrick Roovers" -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35000 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35095 -id: 39 -lat: 51.442118413935 -lng: 11.3079572 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35209 …} -email: "tobias.sendobry@euroboxkg.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Stiegweg 9" -postalCode: "06526" -city: "Sangerhausen" -phone: "+0049 03464-90-195- 0" -www: "https://www.euroboxkg.de/" -contactPerson: "Tobias Sendobry" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35109 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35073 -id: 7 -lat: 52.396849192104 -lng: 16.934528441151 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35135 …} -email: "biuro@profesmeb.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Droga Dębińska 13" -postalCode: "61-555" -city: "Poznań" -phone: "503 513 333" -www: "www.profesmeb.pl" -contactPerson: "Przemysław Kobiela" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35241 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#34995 -id: 15 -lat: 49.999115226874 -lng: 20.970124798777 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35239 …} -email: "marek.tadel@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Przemysłowa 27" -postalCode: "33-100" -city: "Tarnów" -phone: "502 264 175" -www: "www.meble.lobos.pl" -contactPerson: "Marek Tadel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35092 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45771 -id: 44 -lat: 56.9665596 -lng: 24.1535961 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45964 …} -email: "lazurits.s@inbox.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zemitāna iela 3, Latgales priekšpilsēta" -postalCode: "LV-1012" -city: "Rīga" -phone: "+00371 672-735-22" -www: "https://infolapa.zl.lv/lazurits-s-sia/" -contactPerson: "Dace Reitere-Stivriņa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45874 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45772 -id: 66 -lat: 52.2801612 -lng: 6.4073556 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45935 …} -email: "info@povag.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Keizersweg 59" -postalCode: "7451" -city: "PH Holten" -phone: "+0031 85 303 2732" -www: "https://povag.nl/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45790 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35016 -id: 37 -lat: 55.895939 -lng: 21.131214 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35004 …} -email: "uabdarbis@gmail.com" -type: App\Entity\DistributorType {#11328 …} -streetName: "Verslininkų g. 17" -postalCode: "97227" -city: "Kretingos r. sav." -phone: "+37061744400" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35053 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35074 -id: 17 -lat: 54.407178553031 -lng: 18.574784198624 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35078 …} -email: "zamowienia@kupkrzeslo.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Droszyńskiego 15" -postalCode: "80-381" -city: "Gdańsk" -phone: "500 407 365" -www: "kupkrzeslo.pl" -contactPerson: "Jerzy Kaczanowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35222 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45857 -id: 45 -lat: 56.9268387 -lng: 24.1859562 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45971 …} -email: "info@flbirojs.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Krustpils iela 54E" -postalCode: "LV-1057" -city: "Rīga" -phone: "+00371 275-075-02" -www: "https://www.flbirojs.lv/" -contactPerson: "Guntis Šverns" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45960 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45949 -id: 50 -lat: 50.0246066 -lng: 14.3572773 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45867 …} -email: "ales@kovovynabytek.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "K Holyni 833/42" -postalCode: "154 00 Praha 5" -city: "Praha" -phone: "+00420 273-136-254" -www: "https://www.enprag.cz/" -contactPerson: "Aleš Kovařík" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45903 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35245 -id: 14 -lat: 53.4302192 -lng: 14.5318731 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35003 …} -email: "steckomeble@steckomeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Chodkiewicza 2" -postalCode: "70-344" -city: "Szczecin" -phone: "91 484 37 03" -www: "www.steckomeble.pl" -contactPerson: "Andrzej Stecko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35155 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45760 -id: 43 -lat: 56.9349572 -lng: 24.1012395 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45987 …} -email: "daniels@np.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Delu iela 8" -postalCode: "LV-1004" -city: "Riga" -phone: "+00371 265-995-90" -www: "https://noliktavupasaule.lv/" -contactPerson: "Daniels Kalnins" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45811 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45794 -id: 55 -lat: 50.1148333 -lng: 14.4865717 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45984 …} -email: "janusz.wlazel@emporo.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Prosecká 2490/63a" -postalCode: "180 00 Praha 8" -city: "Praha" -phone: "+00420 242-428-610" -www: "https://www.emporo.cz/" -contactPerson: "Janusz Wlazel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45985 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35210 -id: 10 -lat: 50.312299005951 -lng: 19.00755268529 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35153 …} -email: "slask@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Łącząca 1" -postalCode: "41-103" -city: "Siemianowice Śląskie" -phone: "502 066 931" -www: "www.tezap.pl" -contactPerson: "Kazimierz Ćwirko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35126 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35031 -id: 22 -lat: 51.176014214386 -lng: 17.024134814142 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35050 …} -email: "darek@gobiwroclaw.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Sułowska 43" -postalCode: "51-180" -city: "Wrocław" -phone: "607 041 746" -www: "www.gobiwroclaw.pl" -contactPerson: "Dariusz Syniawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35175 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35090 -id: 3 -lat: 50.094701887244 -lng: 19.922972387207 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35130 …} -email: "kontakt@lobbysklep.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Pachońskiego 7A" -postalCode: "31-223" -city: "Kraków" -phone: "530 730 720" -www: "www.lobbysklep.pl" -contactPerson: "Krzysztof Łudzik" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35012 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35224 -id: 24 -lat: 50.049359988704 -lng: 22.008844962064 -voivodeship: App\Entity\Voivodeship {#35213 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35234 …} -email: "meble.rzeszow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Generała Stanisława Maczka 6" -postalCode: "35-234" -city: "Rzeszów" -phone: "502 264 172" -www: "www.meble.lobos.PL" -contactPerson: "Dariusz Gromala" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35146 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45933 -id: 73 -lat: 48.851809837587 -lng: 9.1144158815362 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45894 …} -email: "johnson@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Stuttgarter Str. 125" -postalCode: "70825" -city: "Korntal-Münchingen" -phone: "+0049 160-670-4592" -www: "www.berger-group.de" -contactPerson: "Beau Johnson" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45843 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45884 -id: 47 -lat: 48.2259126 -lng: 17.7273566 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45970 …} -email: "akdsro@akdsro.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Gáň 909" -postalCode: "924 01" -city: "Gáň" -phone: "+00421 911-600-625" -www: "https://www.akdsro.sk/" -contactPerson: "Viktor Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45932 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35184 -id: 28 -lat: 53.165348018413 -lng: 23.154175418445 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35002 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. podlaskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35055 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35161 -id: 31 -lat: 50.720470870936 -lng: 16.659558594574 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35128 …} -email: "tezap@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Staszica 24A/1" -postalCode: "58-200" -city: "Dzierżoniów" -phone: "513 062 563" -www: "www.tezap.pl" -contactPerson: "Arkadiusz Matyja" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35192 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45890 -id: 54 -lat: 48.0978398 -lng: 17.1116451 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45859 …} -email: "hegedusova@abamet.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Jasovská 3198/3a" -postalCode: "951 07" -city: "Bratislava" -phone: "+00421 918-744-143" -www: "https://www.mercator.sk/" -contactPerson: "Stanislava Hegedüšová" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45939 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35144 -id: 11 -lat: 53.783427138642 -lng: 20.508038570014 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35020 …} -email: "biuro@cezasglob.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żelazna 2" -postalCode: "10-419" -city: "Olsztyn" -phone: "504 018 859" -www: "www.cezasglob.pl" -contactPerson: "Kamil Bączyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35150 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45745 -id: 61 -lat: 49.276862173126 -lng: 10.245582940554 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45825 …} -email: "schachner.susanne@dinzl.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Industriestraße 1" -postalCode: "D-91583" -city: "Schillingsfürst" -phone: "+0049 (0) 98 68/76-67" -www: "https://www.dinzl.de/" -contactPerson: "Susanne Schachner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45934 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35190 -id: 6 -lat: 49.809407500241 -lng: 19.048224556445 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35113 …} -email: "biuro@cekar.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Leszczyńska 5a" -postalCode: "43-300" -city: "Bielsko-Biała" -phone: "33 829 05 24" -www: "www.cekar.pl" -contactPerson: "Krzysztof Cebo" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35033 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45786 -id: 74 -lat: 52.470514267815 -lng: 13.565255076573 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45870 …} -email: "gramke@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Köpenicker Str. 325" -postalCode: "12555" -city: "Berlin" -phone: "+0049 175-223-1817" -www: "www.berger-group.de" -contactPerson: "Marcus Gramke" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45795 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45833 -id: 62 -lat: 50.993418 -lng: 13.650219 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45998 …} -email: "kontakt@metallspind-direkt.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Lessingstraße 8" -postalCode: "01705" -city: "Freital" -phone: "+0049 177-609-00-24" -www: "https://www.metallspind-direkt.de/" -contactPerson: "Matthias Wenner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45978 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11331 -id: 34 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11248 …} -email: "export.qt@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 44" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11292 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35111 -id: 25 -lat: 54.364412006313 -lng: 18.470674083518 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35010 …} -email: "biuro@metalica.com.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Budowlanych 46a" -postalCode: "80-298" -city: "Gdańsk" -phone: "503 118 145" -www: "www.metalica.com.pl" -contactPerson: "Grzegorz Dylawerski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35006 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45764 -id: 52 -lat: 46.073365054898 -lng: 14.505992895113 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45819 …} -email: "info@zak.si" -type: App\Entity\DistributorType {#11328 …} -streetName: "Triglavska ulica 61" -postalCode: "1000" -city: "Ljubljana" -phone: "+00386 143-457-40" -www: "https://www.zak.si/" -contactPerson: "Uroš Zakrajšek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45864 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45827 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45968 -id: 32 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45943 …} -email: "export.qn@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 40" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45873 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } ] |
| class | "App\Entity\Distributor" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45996 +payload: null +message: "Musisz wybrać dystrybutora" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#45996 +payload: null +message: "Musisz wybrać dystrybutora" +allowNull: false +normalizer: null } ] |
| label | "distributor" |
same as passed value |
| placeholder | "distributor.placeholder" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#45936 class: "App\Controller\Frontend\Customer\DistributorsController" this: App\Controller\Frontend\Customer\DistributorsController {#26862 …} } |
Doctrine\ORM\QueryBuilder {#45759 -em: Doctrine\ORM\EntityManager {#32203 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#45831 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#45908 #from: "App\Entity\Distributor" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#45948 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.deletedAt IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 0 -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#45850 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Distributor $distributor) {#45754 class: "App\Controller\Frontend\Customer\DistributorsController" this: App\Controller\Frontend\Customer\DistributorsController {#26862 …} } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#45893 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#45909 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#45841 -om: Doctrine\ORM\EntityManager {#32203 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#11201 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ App\Entity\Distributor {#45953 -id: 75 -lat: 50.6846027 -lng: 17.9414564 -voivodeship: App\Entity\Voivodeship {#45755 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45835 …} -email: "biuro@metameb.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Oleska 121" -postalCode: "45-231" -city: "Opole" -phone: "+48 505-337-643" -www: "http://metameb.pl/" -contactPerson: "Robert Polowy" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45877 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35143 -id: 2 -lat: 52.436486135406 -lng: 16.951883239301 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35088 …} -email: "biuro@mebleteo.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Hawelańska 1" -postalCode: "61-625" -city: "Poznań" -phone: "737 606 606" -www: "www.mebleteo.pl" -contactPerson: "Maksymilian Bartkowiak" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35014 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45991 -id: 77 -lat: 53.425432 -lng: 14.5562937 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45886 …} -email: "filip.pindral@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. zachodniopomorskie" -postalCode: null -city: null -phone: "691 980 036" -www: "malow.com.pl" -contactPerson: "Filip Pindral" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45904 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45876 -id: 46 -lat: 56.9684733 -lng: 24.0299485 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45977 …} -email: "info@vvn.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Kleistu iela 24, 5. stāvs" -postalCode: "LV-1067" -city: "Rīga" -phone: "+00371 277-274-49" -www: "https://vvn.lv/" -contactPerson: "Māris Vaskis" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45862 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45845 -id: 36 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45846 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45920 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45888 -id: 63 -lat: 47.658581411262 -lng: 9.1309479513372 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45761 …} -email: "info@gawela.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Konstanzerstrasse 14" -postalCode: "CH-8274" -city: "Tägerwilen" -phone: "0041 71-667-00-00" -www: "https://www.gawela.ch/" -contactPerson: "Janine Fäsi" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45995 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45914 -id: 76 -lat: 49.45108 -lng: 18.0043 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45940 …} -email: "rudeta@rudeta.cz" -type: App\Entity\DistributorType {#11377 …} -streetName: "Budovatelská 482" -postalCode: "743 01" -city: "Bílovec" -phone: "+420 608 846 556" -www: "www.rudeta.cz" -contactPerson: "Jan Hlinka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45963 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35238 -id: 12 -lat: 49.596402086783 -lng: 20.730816188348 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35034 …} -email: "piotr.dziurzynski@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "Aleje Piłsudskiego 70 " -postalCode: "33-300" -city: "Nowy Sącz " -phone: "502 264 170 " -www: "www.lobos.pl" -contactPerson: "Piotr Dziurzyński " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35054 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45791 -id: 56 -lat: 51.074247 -lng: 16.9565677 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45942 …} -email: "kamila.bernas@emporo.pl" -type: App\Entity\DistributorType {#11328 …} -streetName: "ul. Tyniecka 5A" -postalCode: "52-407" -city: "Wrocław" -phone: "+48 690 950 535" -www: "https://www.emporo.pl/" -contactPerson: "Kamila Bernaś" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45810 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35057 -id: 13 -lat: 50.224037763106 -lng: 18.987077669945 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35201 …} -email: "biuro@lobbymeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Kościuszki 229" -postalCode: "40-600" -city: "Katowice" -phone: "510 199 231" -www: "www.lobbymeble.pl" -contactPerson: "Dariusz Tymczyszyn" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35068 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35141 -id: 41 -lat: 54.71262511755 -lng: 25.29038007791 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35157 …} -email: "robertas.lazauskas@vildika.lt" -type: App\Entity\DistributorType {#11328 …} -streetName: "P. Lukšio g. 18" -postalCode: "LT-08222" -city: "Vilnius" -phone: "+00370 699-626-26" -www: "https://www.vildika.lt/" -contactPerson: "Robertas Lazauskas" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35007 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45919 -id: 51 -lat: 42.66209006688 -lng: 23.592320664417 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45766 …} -email: "ico@furnit.bg" -type: App\Entity\DistributorType {#11328 …} -streetName: "Boulevard "Simeonovsko Shose 2L", floor 2 , office 9" -postalCode: "1138" -city: "Sofia" -phone: "+00359 297-379-33" -www: "https://furnit.bg/" -contactPerson: "Hristo Aleksandrov" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45842 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45882 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35171 -id: 21 -lat: 51.226725291083 -lng: 22.554171691109 -voivodeship: App\Entity\Voivodeship {#35131 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35168 …} -email: "sylwia@gobi.lublin.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Krochmalna 22 A" -postalCode: "20-401" -city: "Lublin" -phone: "502 503 980" -www: "www.gobi.net.pl" -contactPerson: "Sylwia Kawęcka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35011 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35035 -id: 9 -lat: 50.822667754081 -lng: 19.058470896942 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35229 …} -email: "biuro@fxmeble.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Koszalińska 6" -postalCode: "42-202" -city: "Częstochowa" -phone: "602 191 850" -www: "www.fxmeble.pl" -contactPerson: "Tomasz Cisowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35170 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35246 -id: 8 -lat: 52.280733748057 -lng: 21.013934014163 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35087 …} -email: "abes@abes.com.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Witkiewicza 16 pok.9" -postalCode: "03-305" -city: "Warszawa" -phone: "601 262 148" -www: "https://sklep.abes.com.pl/" -contactPerson: "Ewa Cieślicka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35202 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35079 -id: 42 -lat: 59.3430914 -lng: 24.6954772 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35156 …} -email: "info@storit.ee" -type: App\Entity\DistributorType {#11328 …} -streetName: "Linamäe 2" -postalCode: "76 406" -city: "Tänassilma küla" -phone: "+00372 659-30-30" -www: "https://laomaailm.ee/" -contactPerson: "Margit Haavasalu" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35017 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35046 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35172 -id: 20 -lat: 51.077599697303 -lng: 17.017437785304 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35199 …} -email: "logistyka.wroclaw@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Skierniewicka 18" -postalCode: "53-117" -city: "Wrocław" -phone: "501 176 837" -www: "www.meble.lobos.pl" -contactPerson: "Dorota Nagel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35215 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35056 -id: 29 -lat: 53.844831575355 -lng: 20.459245868029 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35139 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. warmińsko-mazurskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35164 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45832 -id: 48 -lat: 47.676416 -lng: 17.6274458 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45854 …} -email: "info@akd.hu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Práter utca 9. 3-em. 305" -postalCode: "9024" -city: "Győr" -phone: "+0036 708-830-338" -www: "https://www.akd.hu/hu" -contactPerson: "Dávid Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45789 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45848 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35133 -id: 23 -lat: 50.075276161961 -lng: 20.01448295645 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35177 …} -email: "meble.krakow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. M. Medweckiego 17" -postalCode: "31-870" -city: "Kraków" -phone: "502 264 194" -www: "www.meble.lobos.pl" -contactPerson: "Daniel Czajkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35005 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45792 -id: 60 -lat: 49.8405173 -lng: 18.1914515 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45931 …} -email: "prodej@manutan.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "Provozní 5493/5" -postalCode: "72200" -city: "Ostrava – Třebovice" -phone: "+00420 800-242-424" -www: "https://www.manutan.cz/" -contactPerson: "Stanislav Šmiga" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45915 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45787 -id: 64 -lat: 47.59841 -lng: 9.004439 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45981 …} -email: "info@metna.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Bahnhofstrasse 25A" -postalCode: "8555" -city: "Müllheim Dorf" -phone: "+0041 71-660-11-11" -www: "https://www.metna.ch/" -contactPerson: "Herr Nedeljko Abadzic" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45922 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35242 -id: 27 -lat: 52.231430808927 -lng: 20.915480864305 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35101 …} -email: "marek@ameco.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Powstańców Ślaskich 44" -postalCode: "01-381" -city: "Warszawa" -phone: "606 264 364" -www: "www.ameco.pl" -contactPerson: "Marek Chłostecki" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35082 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11338 -id: 1 -lat: 52.372618329996 -lng: 16.934923125702 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35008 …} -email: "r.koperski@pozmebel.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Starołęcka 18" -postalCode: "61-361" -city: "Poznań" -phone: "690 992 789" -www: "www.pozmebel.com" -contactPerson: "Rafał Koperski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11199 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11228 -id: 35 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11289 …} -email: "export.qs@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 23" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11188 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35149 -id: 18 -lat: 52.245903035692 -lng: 20.960564156491 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35062 …} -email: "meble.warszawa@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Radziwie 7 lokal U03B" -postalCode: "01-164" -city: "Warszawa" -phone: "+48 22 666 80 07" -www: "https://meble.lobos.pl/kontakt/oddzial-warszawa" -contactPerson: "Lobos Odział Warszawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35097 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11312 -id: 30 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11357 …} -email: "info@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 94" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11286 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45753 -id: 49 -lat: 48.1896752 -lng: 17.7357657 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45817 …} -email: "stefek@kovogalant.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zoltána Kodálya 767/33" -postalCode: "924 01" -city: "Galanta" -phone: "+00421 911-600-615" -www: "https://kovonabytok.eu/" -contactPerson: "Vladimír Štefek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45881 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#34999 -id: 16 -lat: 51.77257055093 -lng: 19.437591571825 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35178 …} -email: "meble.lodz@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żeligowskiego 3/5" -postalCode: "90-752" -city: "Łódź" -phone: "509 682 721 " -www: "www.meble.lobos.pl" -contactPerson: "Anna Moszczyńska " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35231 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35107 -id: 5 -lat: 51.772743491133 -lng: 19.435637018192 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35185 …} -email: "biuro@galter.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Krzysztofa Cedry 6 Lok. LU9" -postalCode: "91-129" -city: "Łódź" -phone: "606 654 671" -www: "www.galter.pl" -contactPerson: "Michał Cinkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35166 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45801 -id: 33 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45983 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45930 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45962 -id: 65 -lat: 49.0455246 -lng: 2.141775 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45905 …} -email: "commercial@caray.fr" -type: App\Entity\DistributorType {#11328 …} -streetName: "12 avenue de l'Ile de France" -postalCode: "95310" -city: "Saint‑Ouen‑L'Aumône" -phone: "+0033 (0)1 30 37 09 49" -www: "https://www.caray.fr/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#45878 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45770 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35237 -id: 40 -lat: 51.8464488 -lng: 4.6788065 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35027 …} -email: "info@stokq.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Van Coulsterweg 1e" -postalCode: "2952 CB" -city: "Alblasserdam" -phone: "+0031 30-636-2656" -www: "https://stokq.nl/" -contactPerson: "Patrick Roovers" -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35000 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35095 -id: 39 -lat: 51.442118413935 -lng: 11.3079572 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35209 …} -email: "tobias.sendobry@euroboxkg.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Stiegweg 9" -postalCode: "06526" -city: "Sangerhausen" -phone: "+0049 03464-90-195- 0" -www: "https://www.euroboxkg.de/" -contactPerson: "Tobias Sendobry" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35109 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35073 -id: 7 -lat: 52.396849192104 -lng: 16.934528441151 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35135 …} -email: "biuro@profesmeb.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Droga Dębińska 13" -postalCode: "61-555" -city: "Poznań" -phone: "503 513 333" -www: "www.profesmeb.pl" -contactPerson: "Przemysław Kobiela" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35241 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#34995 -id: 15 -lat: 49.999115226874 -lng: 20.970124798777 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35239 …} -email: "marek.tadel@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Przemysłowa 27" -postalCode: "33-100" -city: "Tarnów" -phone: "502 264 175" -www: "www.meble.lobos.pl" -contactPerson: "Marek Tadel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35092 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45771 -id: 44 -lat: 56.9665596 -lng: 24.1535961 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45964 …} -email: "lazurits.s@inbox.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zemitāna iela 3, Latgales priekšpilsēta" -postalCode: "LV-1012" -city: "Rīga" -phone: "+00371 672-735-22" -www: "https://infolapa.zl.lv/lazurits-s-sia/" -contactPerson: "Dace Reitere-Stivriņa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45874 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45772 -id: 66 -lat: 52.2801612 -lng: 6.4073556 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45935 …} -email: "info@povag.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Keizersweg 59" -postalCode: "7451" -city: "PH Holten" -phone: "+0031 85 303 2732" -www: "https://povag.nl/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45790 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35016 -id: 37 -lat: 55.895939 -lng: 21.131214 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35004 …} -email: "uabdarbis@gmail.com" -type: App\Entity\DistributorType {#11328 …} -streetName: "Verslininkų g. 17" -postalCode: "97227" -city: "Kretingos r. sav." -phone: "+37061744400" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35053 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35074 -id: 17 -lat: 54.407178553031 -lng: 18.574784198624 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35078 …} -email: "zamowienia@kupkrzeslo.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Droszyńskiego 15" -postalCode: "80-381" -city: "Gdańsk" -phone: "500 407 365" -www: "kupkrzeslo.pl" -contactPerson: "Jerzy Kaczanowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35222 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45857 -id: 45 -lat: 56.9268387 -lng: 24.1859562 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45971 …} -email: "info@flbirojs.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Krustpils iela 54E" -postalCode: "LV-1057" -city: "Rīga" -phone: "+00371 275-075-02" -www: "https://www.flbirojs.lv/" -contactPerson: "Guntis Šverns" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45960 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45949 -id: 50 -lat: 50.0246066 -lng: 14.3572773 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45867 …} -email: "ales@kovovynabytek.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "K Holyni 833/42" -postalCode: "154 00 Praha 5" -city: "Praha" -phone: "+00420 273-136-254" -www: "https://www.enprag.cz/" -contactPerson: "Aleš Kovařík" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45903 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35245 -id: 14 -lat: 53.4302192 -lng: 14.5318731 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35003 …} -email: "steckomeble@steckomeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Chodkiewicza 2" -postalCode: "70-344" -city: "Szczecin" -phone: "91 484 37 03" -www: "www.steckomeble.pl" -contactPerson: "Andrzej Stecko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35155 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45760 -id: 43 -lat: 56.9349572 -lng: 24.1012395 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45987 …} -email: "daniels@np.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Delu iela 8" -postalCode: "LV-1004" -city: "Riga" -phone: "+00371 265-995-90" -www: "https://noliktavupasaule.lv/" -contactPerson: "Daniels Kalnins" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45811 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45794 -id: 55 -lat: 50.1148333 -lng: 14.4865717 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45984 …} -email: "janusz.wlazel@emporo.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Prosecká 2490/63a" -postalCode: "180 00 Praha 8" -city: "Praha" -phone: "+00420 242-428-610" -www: "https://www.emporo.cz/" -contactPerson: "Janusz Wlazel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45985 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35210 -id: 10 -lat: 50.312299005951 -lng: 19.00755268529 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35153 …} -email: "slask@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Łącząca 1" -postalCode: "41-103" -city: "Siemianowice Śląskie" -phone: "502 066 931" -www: "www.tezap.pl" -contactPerson: "Kazimierz Ćwirko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35126 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35031 -id: 22 -lat: 51.176014214386 -lng: 17.024134814142 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35050 …} -email: "darek@gobiwroclaw.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Sułowska 43" -postalCode: "51-180" -city: "Wrocław" -phone: "607 041 746" -www: "www.gobiwroclaw.pl" -contactPerson: "Dariusz Syniawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35175 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35090 -id: 3 -lat: 50.094701887244 -lng: 19.922972387207 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35130 …} -email: "kontakt@lobbysklep.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Pachońskiego 7A" -postalCode: "31-223" -city: "Kraków" -phone: "530 730 720" -www: "www.lobbysklep.pl" -contactPerson: "Krzysztof Łudzik" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35012 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35224 -id: 24 -lat: 50.049359988704 -lng: 22.008844962064 -voivodeship: App\Entity\Voivodeship {#35213 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35234 …} -email: "meble.rzeszow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Generała Stanisława Maczka 6" -postalCode: "35-234" -city: "Rzeszów" -phone: "502 264 172" -www: "www.meble.lobos.PL" -contactPerson: "Dariusz Gromala" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35146 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45933 -id: 73 -lat: 48.851809837587 -lng: 9.1144158815362 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45894 …} -email: "johnson@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Stuttgarter Str. 125" -postalCode: "70825" -city: "Korntal-Münchingen" -phone: "+0049 160-670-4592" -www: "www.berger-group.de" -contactPerson: "Beau Johnson" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45843 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45884 -id: 47 -lat: 48.2259126 -lng: 17.7273566 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45970 …} -email: "akdsro@akdsro.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Gáň 909" -postalCode: "924 01" -city: "Gáň" -phone: "+00421 911-600-625" -www: "https://www.akdsro.sk/" -contactPerson: "Viktor Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45932 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35184 -id: 28 -lat: 53.165348018413 -lng: 23.154175418445 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35002 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. podlaskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35055 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35161 -id: 31 -lat: 50.720470870936 -lng: 16.659558594574 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35128 …} -email: "tezap@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Staszica 24A/1" -postalCode: "58-200" -city: "Dzierżoniów" -phone: "513 062 563" -www: "www.tezap.pl" -contactPerson: "Arkadiusz Matyja" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35192 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45890 -id: 54 -lat: 48.0978398 -lng: 17.1116451 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45859 …} -email: "hegedusova@abamet.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Jasovská 3198/3a" -postalCode: "951 07" -city: "Bratislava" -phone: "+00421 918-744-143" -www: "https://www.mercator.sk/" -contactPerson: "Stanislava Hegedüšová" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45939 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35144 -id: 11 -lat: 53.783427138642 -lng: 20.508038570014 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35020 …} -email: "biuro@cezasglob.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żelazna 2" -postalCode: "10-419" -city: "Olsztyn" -phone: "504 018 859" -www: "www.cezasglob.pl" -contactPerson: "Kamil Bączyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35150 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45745 -id: 61 -lat: 49.276862173126 -lng: 10.245582940554 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45825 …} -email: "schachner.susanne@dinzl.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Industriestraße 1" -postalCode: "D-91583" -city: "Schillingsfürst" -phone: "+0049 (0) 98 68/76-67" -www: "https://www.dinzl.de/" -contactPerson: "Susanne Schachner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45934 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35190 -id: 6 -lat: 49.809407500241 -lng: 19.048224556445 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35113 …} -email: "biuro@cekar.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Leszczyńska 5a" -postalCode: "43-300" -city: "Bielsko-Biała" -phone: "33 829 05 24" -www: "www.cekar.pl" -contactPerson: "Krzysztof Cebo" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35033 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45786 -id: 74 -lat: 52.470514267815 -lng: 13.565255076573 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45870 …} -email: "gramke@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Köpenicker Str. 325" -postalCode: "12555" -city: "Berlin" -phone: "+0049 175-223-1817" -www: "www.berger-group.de" -contactPerson: "Marcus Gramke" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45795 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45833 -id: 62 -lat: 50.993418 -lng: 13.650219 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45998 …} -email: "kontakt@metallspind-direkt.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Lessingstraße 8" -postalCode: "01705" -city: "Freital" -phone: "+0049 177-609-00-24" -www: "https://www.metallspind-direkt.de/" -contactPerson: "Matthias Wenner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45978 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#11331 -id: 34 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11248 …} -email: "export.qt@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 44" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11292 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#35111 -id: 25 -lat: 54.364412006313 -lng: 18.470674083518 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35010 …} -email: "biuro@metalica.com.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Budowlanych 46a" -postalCode: "80-298" -city: "Gdańsk" -phone: "503 118 145" -www: "www.metalica.com.pl" -contactPerson: "Grzegorz Dylawerski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35006 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45764 -id: 52 -lat: 46.073365054898 -lng: 14.505992895113 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45819 …} -email: "info@zak.si" -type: App\Entity\DistributorType {#11328 …} -streetName: "Triglavska ulica 61" -postalCode: "1000" -city: "Ljubljana" -phone: "+00386 143-457-40" -www: "https://www.zak.si/" -contactPerson: "Uroš Zakrajšek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45864 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45827 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } App\Entity\Distributor {#45968 -id: 32 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45943 …} -email: "export.qn@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 40" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45873 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } ] |
| class | "App\Entity\Distributor" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45996 +payload: null +message: "Musisz wybrać dystrybutora" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#32203 …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 {#45841 -om: Doctrine\ORM\EntityManager {#32203 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#11201 …} -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 | "distributor" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "distributor.placeholder" |
| 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 {#45759 -em: Doctrine\ORM\EntityManager {#32203 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#45831 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#45908 #from: "App\Entity\Distributor" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#45948 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.deletedAt IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 0 -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#45850 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#45752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45959 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_distributor" ] |
| cache_key | "_form_distributor_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45493 +label: "METAMEB - ul. Oleska 121, 45-231 Opole" +value: "75" +data: App\Entity\Distributor {#45953 -id: 75 -lat: 50.6846027 -lng: 17.9414564 -voivodeship: App\Entity\Voivodeship {#45755 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45835 …} -email: "biuro@metameb.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Oleska 121" -postalCode: "45-231" -city: "Opole" -phone: "+48 505-337-643" -www: "http://metameb.pl/" -contactPerson: "Robert Polowy" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45877 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45500 +label: "TEO - ul. Hawelańska 1, 61-625 Poznań" +value: "2" +data: App\Entity\Distributor {#35143 -id: 2 -lat: 52.436486135406 -lng: 16.951883239301 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35088 …} -email: "biuro@mebleteo.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Hawelańska 1" -postalCode: "61-625" -city: "Poznań" -phone: "737 606 606" -www: "www.mebleteo.pl" -contactPerson: "Maksymilian Bartkowiak" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35014 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45689 +label: "Przedstawiciel Handlowy Malow - Zachodniopomorskie" +value: "77" +data: App\Entity\Distributor {#45991 -id: 77 -lat: 53.425432 -lng: 14.5562937 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45886 …} -email: "filip.pindral@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. zachodniopomorskie" -postalCode: null -city: null -phone: "691 980 036" -www: "malow.com.pl" -contactPerson: "Filip Pindral" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45904 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45690 +label: "SIA "Viss veikaliem un noliktavām" - Kleistu iela 24, 5. stāvs, LV-1067 Rīga" +value: "46" +data: App\Entity\Distributor {#45876 -id: 46 -lat: 56.9684733 -lng: 24.0299485 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45977 …} -email: "info@vvn.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Kleistu iela 24, 5. stāvs" -postalCode: "LV-1067" -city: "Rīga" -phone: "+00371 277-274-49" -www: "https://vvn.lv/" -contactPerson: "Māris Vaskis" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45862 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45703 +label: "Spoza Europy - ul. Wojska Polskiego 114 A, 16-400 Suwałki" +value: "36" +data: App\Entity\Distributor {#45845 -id: 36 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45846 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45920 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45585 +label: "CH - GAWELA GmbH - Konstanzerstrasse 14, CH-8274 Tägerwilen" +value: "63" +data: App\Entity\Distributor {#45888 -id: 63 -lat: 47.658581411262 -lng: 9.1309479513372 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45761 …} -email: "info@gawela.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Konstanzerstrasse 14" -postalCode: "CH-8274" -city: "Tägerwilen" -phone: "0041 71-667-00-00" -www: "https://www.gawela.ch/" -contactPerson: "Janine Fäsi" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45995 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45575 +label: "Rudeta s.r.o. - Budovatelská 482, 743 01 Bílovec" +value: "76" +data: App\Entity\Distributor {#45914 -id: 76 -lat: 49.45108 -lng: 18.0043 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45940 …} -email: "rudeta@rudeta.cz" -type: App\Entity\DistributorType {#11377 …} -streetName: "Budovatelská 482" -postalCode: "743 01" -city: "Bílovec" -phone: "+420 608 846 556" -www: "www.rudeta.cz" -contactPerson: "Jan Hlinka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45963 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#45513 +label: "LOBOS - Aleje Piłsudskiego 70 , 33-300 Nowy Sącz " +value: "12" +data: App\Entity\Distributor {#35238 -id: 12 -lat: 49.596402086783 -lng: 20.730816188348 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35034 …} -email: "piotr.dziurzynski@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "Aleje Piłsudskiego 70 " -postalCode: "33-300" -city: "Nowy Sącz " -phone: "502 264 170 " -www: "www.lobos.pl" -contactPerson: "Piotr Dziurzyński " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35054 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22976 +label: "EMPORO Sp. z o.o. - ul. Tyniecka 5A, 52-407 Wrocław" +value: "56" +data: App\Entity\Distributor {#45791 -id: 56 -lat: 51.074247 -lng: 16.9565677 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45942 …} -email: "kamila.bernas@emporo.pl" -type: App\Entity\DistributorType {#11328 …} -streetName: "ul. Tyniecka 5A" -postalCode: "52-407" -city: "Wrocław" -phone: "+48 690 950 535" -www: "https://www.emporo.pl/" -contactPerson: "Kamila Bernaś" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45810 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22987 +label: "Lobby Meble Katowice - ul. Kościuszki 229, 40-600 Katowice" +value: "13" +data: App\Entity\Distributor {#35057 -id: 13 -lat: 50.224037763106 -lng: 18.987077669945 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35201 …} -email: "biuro@lobbymeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Kościuszki 229" -postalCode: "40-600" -city: "Katowice" -phone: "510 199 231" -www: "www.lobbymeble.pl" -contactPerson: "Dariusz Tymczyszyn" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35068 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23090 +label: "UAB Vildika - P. Lukšio g. 18, LT-08222 Vilnius" +value: "41" +data: App\Entity\Distributor {#35141 -id: 41 -lat: 54.71262511755 -lng: 25.29038007791 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35157 …} -email: "robertas.lazauskas@vildika.lt" -type: App\Entity\DistributorType {#11328 …} -streetName: "P. Lukšio g. 18" -postalCode: "LT-08222" -city: "Vilnius" -phone: "+00370 699-626-26" -www: "https://www.vildika.lt/" -contactPerson: "Robertas Lazauskas" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35007 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23082 +label: "Фурнит ООД - Boulevard "Simeonovsko Shose 2L", floor 2 , office 9, 1138 Sofia" +value: "51" +data: App\Entity\Distributor {#45919 -id: 51 -lat: 42.66209006688 -lng: 23.592320664417 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45766 …} -email: "ico@furnit.bg" -type: App\Entity\DistributorType {#11328 …} -streetName: "Boulevard "Simeonovsko Shose 2L", floor 2 , office 9" -postalCode: "1138" -city: "Sofia" -phone: "+00359 297-379-33" -www: "https://furnit.bg/" -contactPerson: "Hristo Aleksandrov" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45842 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45882 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22992 +label: "GOBI - ul. Krochmalna 22 A, 20-401 Lublin" +value: "21" +data: App\Entity\Distributor {#35171 -id: 21 -lat: 51.226725291083 -lng: 22.554171691109 -voivodeship: App\Entity\Voivodeship {#35131 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35168 …} -email: "sylwia@gobi.lublin.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Krochmalna 22 A" -postalCode: "20-401" -city: "Lublin" -phone: "502 503 980" -www: "www.gobi.net.pl" -contactPerson: "Sylwia Kawęcka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35011 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23100 +label: "F/X - ul. Koszalińska 6, 42-202 Częstochowa" +value: "9" +data: App\Entity\Distributor {#35035 -id: 9 -lat: 50.822667754081 -lng: 19.058470896942 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35229 …} -email: "biuro@fxmeble.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Koszalińska 6" -postalCode: "42-202" -city: "Częstochowa" -phone: "602 191 850" -www: "www.fxmeble.pl" -contactPerson: "Tomasz Cisowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35170 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23048 +label: "ABES - ul. Witkiewicza 16 pok.9, 03-305 Warszawa" +value: "8" +data: App\Entity\Distributor {#35246 -id: 8 -lat: 52.280733748057 -lng: 21.013934014163 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35087 …} -email: "abes@abes.com.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Witkiewicza 16 pok.9" -postalCode: "03-305" -city: "Warszawa" -phone: "601 262 148" -www: "https://sklep.abes.com.pl/" -contactPerson: "Ewa Cieślicka" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35202 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22969 +label: "Laomaailm AS - Linamäe 2, 76 406 Tänassilma küla" +value: "42" +data: App\Entity\Distributor {#35079 -id: 42 -lat: 59.3430914 -lng: 24.6954772 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35156 …} -email: "info@storit.ee" -type: App\Entity\DistributorType {#11328 …} -streetName: "Linamäe 2" -postalCode: "76 406" -city: "Tänassilma küla" -phone: "+00372 659-30-30" -www: "https://laomaailm.ee/" -contactPerson: "Margit Haavasalu" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35017 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35046 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23083 +label: "LOBOS - ul. Skierniewicka 18, 53-117 Wrocław" +value: "20" +data: App\Entity\Distributor {#35172 -id: 20 -lat: 51.077599697303 -lng: 17.017437785304 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35199 …} -email: "logistyka.wroclaw@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Skierniewicka 18" -postalCode: "53-117" -city: "Wrocław" -phone: "501 176 837" -www: "www.meble.lobos.pl" -contactPerson: "Dorota Nagel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35215 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23119 +label: "Przedstawiciel Handlowy Malow - Warmińsko-mazurskie" +value: "29" +data: App\Entity\Distributor {#35056 -id: 29 -lat: 53.844831575355 -lng: 20.459245868029 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35139 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. warmińsko-mazurskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35164 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23098 +label: "AKD Kft. - Práter utca 9. 3-em. 305, 9024 Győr" +value: "48" +data: App\Entity\Distributor {#45832 -id: 48 -lat: 47.676416 -lng: 17.6274458 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45854 …} -email: "info@akd.hu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Práter utca 9. 3-em. 305" -postalCode: "9024" -city: "Győr" -phone: "+0036 708-830-338" -www: "https://www.akd.hu/hu" -contactPerson: "Dávid Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45789 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45848 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23043 +label: "LOBOS - ul. M. Medweckiego 17, 31-870 Kraków" +value: "23" +data: App\Entity\Distributor {#35133 -id: 23 -lat: 50.075276161961 -lng: 20.01448295645 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35177 …} -email: "meble.krakow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. M. Medweckiego 17" -postalCode: "31-870" -city: "Kraków" -phone: "502 264 194" -www: "www.meble.lobos.pl" -contactPerson: "Daniel Czajkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35005 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23075 +label: "Manutan s.r.o. - Provozní 5493/5, 72200 Ostrava – Třebovice" +value: "60" +data: App\Entity\Distributor {#45792 -id: 60 -lat: 49.8405173 -lng: 18.1914515 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45931 …} -email: "prodej@manutan.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "Provozní 5493/5" -postalCode: "72200" -city: "Ostrava – Třebovice" -phone: "+00420 800-242-424" -www: "https://www.manutan.cz/" -contactPerson: "Stanislav Šmiga" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45915 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23168 +label: "CH - Metna GmbH - Bahnhofstrasse 25A, 8555 Müllheim Dorf" +value: "64" +data: App\Entity\Distributor {#45787 -id: 64 -lat: 47.59841 -lng: 9.004439 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45981 …} -email: "info@metna.ch" -type: App\Entity\DistributorType {#11328 …} -streetName: "Bahnhofstrasse 25A" -postalCode: "8555" -city: "Müllheim Dorf" -phone: "+0041 71-660-11-11" -www: "https://www.metna.ch/" -contactPerson: "Herr Nedeljko Abadzic" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45829 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45922 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23007 +label: "AMECO - ul. Powstańców Ślaskich 44, 01-381 Warszawa" +value: "27" +data: App\Entity\Distributor {#35242 -id: 27 -lat: 52.231430808927 -lng: 20.915480864305 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35101 …} -email: "marek@ameco.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Powstańców Ślaskich 44" -postalCode: "01-381" -city: "Warszawa" -phone: "606 264 364" -www: "www.ameco.pl" -contactPerson: "Marek Chłostecki" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35082 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23026 +label: "POZMEBEL - ul. Starołęcka 18, 61-361 Poznań" +value: "1" +data: App\Entity\Distributor {#11338 -id: 1 -lat: 52.372618329996 -lng: 16.934923125702 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35008 …} -email: "r.koperski@pozmebel.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Starołęcka 18" -postalCode: "61-361" -city: "Poznań" -phone: "690 992 789" -www: "www.pozmebel.com" -contactPerson: "Rafał Koperski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11199 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23053 +label: "Europa północna - ul. Wojska Polskiego 114 A, 16-400 Suwałki" +value: "35" +data: App\Entity\Distributor {#11228 -id: 35 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11289 …} -email: "export.qs@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 23" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11188 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23049 +label: "LOBOS - ul. Radziwie 7 lokal U03B, 01-164 Warszawa" +value: "18" +data: App\Entity\Distributor {#35149 -id: 18 -lat: 52.245903035692 -lng: 20.960564156491 -voivodeship: App\Entity\Voivodeship {#35009 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35062 …} -email: "meble.warszawa@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Radziwie 7 lokal U03B" -postalCode: "01-164" -city: "Warszawa" -phone: "+48 22 666 80 07" -www: "https://meble.lobos.pl/kontakt/oddzial-warszawa" -contactPerson: "Lobos Odział Warszawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35097 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22977 +label: "MALOW - Producent Mebli Metalowych - ul. Wojska Polskiego 114 A, 16-400 Suwałki" +value: "30" +data: App\Entity\Distributor {#11312 -id: 30 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11357 …} -email: "info@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 94" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11286 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23197 +label: "Kovonábytok Galanta s.r.o. - Zoltána Kodálya 767/33, 924 01 Galanta" +value: "49" +data: App\Entity\Distributor {#45753 -id: 49 -lat: 48.1896752 -lng: 17.7357657 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45817 …} -email: "stefek@kovogalant.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zoltána Kodálya 767/33" -postalCode: "924 01" -city: "Galanta" -phone: "+00421 911-600-615" -www: "https://kovonabytok.eu/" -contactPerson: "Vladimír Štefek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45881 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23126 +label: "LOBOS - ul. Żeligowskiego 3/5, 90-752 Łódź" +value: "16" +data: App\Entity\Distributor {#34999 -id: 16 -lat: 51.77257055093 -lng: 19.437591571825 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35178 …} -email: "meble.lodz@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żeligowskiego 3/5" -postalCode: "90-752" -city: "Łódź" -phone: "509 682 721 " -www: "www.meble.lobos.pl" -contactPerson: "Anna Moszczyńska " -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35231 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23112 +label: "GALTER - ul. Krzysztofa Cedry 6 Lok. LU9, 91-129 Łódź" +value: "5" +data: App\Entity\Distributor {#35107 -id: 5 -lat: 51.772743491133 -lng: 19.435637018192 -voivodeship: App\Entity\Voivodeship {#35232 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35185 …} -email: "biuro@galter.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Krzysztofa Cedry 6 Lok. LU9" -postalCode: "91-129" -city: "Łódź" -phone: "606 654 671" -www: "www.galter.pl" -contactPerson: "Michał Cinkowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35166 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23149 +label: "Europa zachodnia - ul. Wojska Polskiego 114 A, 16-400 Suwałki" +value: "33" +data: App\Entity\Distributor {#45801 -id: 33 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45983 …} -email: "export.qf@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 42" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45930 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23086 +label: "Caray - 12 avenue de l'Ile de France, 95310 Saint‑Ouen‑L'Aumône" +value: "65" +data: App\Entity\Distributor {#45962 -id: 65 -lat: 49.0455246 -lng: 2.141775 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45905 …} -email: "commercial@caray.fr" -type: App\Entity\DistributorType {#11328 …} -streetName: "12 avenue de l'Ile de France" -postalCode: "95310" -city: "Saint‑Ouen‑L'Aumône" -phone: "+0033 (0)1 30 37 09 49" -www: "https://www.caray.fr/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#45878 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45770 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23036 +label: "Stokq B.V. - Van Coulsterweg 1e, 2952 CB Alblasserdam" +value: "40" +data: App\Entity\Distributor {#35237 -id: 40 -lat: 51.8464488 -lng: 4.6788065 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35027 …} -email: "info@stokq.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Van Coulsterweg 1e" -postalCode: "2952 CB" -city: "Alblasserdam" -phone: "+0031 30-636-2656" -www: "https://stokq.nl/" -contactPerson: "Patrick Roovers" -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35000 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22971 +label: "DE - Eurobox KG - Stiegweg 9, 06526 Sangerhausen" +value: "39" +data: App\Entity\Distributor {#35095 -id: 39 -lat: 51.442118413935 -lng: 11.3079572 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35209 …} -email: "tobias.sendobry@euroboxkg.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Stiegweg 9" -postalCode: "06526" -city: "Sangerhausen" -phone: "+0049 03464-90-195- 0" -www: "https://www.euroboxkg.de/" -contactPerson: "Tobias Sendobry" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35109 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23037 +label: "PROFESMEB - ul. Droga Dębińska 13, 61-555 Poznań" +value: "7" +data: App\Entity\Distributor {#35073 -id: 7 -lat: 52.396849192104 -lng: 16.934528441151 -voivodeship: App\Entity\Voivodeship {#35108 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35135 …} -email: "biuro@profesmeb.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Droga Dębińska 13" -postalCode: "61-555" -city: "Poznań" -phone: "503 513 333" -www: "www.profesmeb.pl" -contactPerson: "Przemysław Kobiela" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35241 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23156 +label: "LOBOS - ul. Przemysłowa 27, 33-100 Tarnów" +value: "15" +data: App\Entity\Distributor {#34995 -id: 15 -lat: 49.999115226874 -lng: 20.970124798777 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35239 …} -email: "marek.tadel@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Przemysłowa 27" -postalCode: "33-100" -city: "Tarnów" -phone: "502 264 175" -www: "www.meble.lobos.pl" -contactPerson: "Marek Tadel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35092 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23060 +label: "SIA Lazurīts S - Zemitāna iela 3, Latgales priekšpilsēta, LV-1012 Rīga" +value: "44" +data: App\Entity\Distributor {#45771 -id: 44 -lat: 56.9665596 -lng: 24.1535961 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45964 …} -email: "lazurits.s@inbox.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Zemitāna iela 3, Latgales priekšpilsēta" -postalCode: "LV-1012" -city: "Rīga" -phone: "+00371 672-735-22" -www: "https://infolapa.zl.lv/lazurits-s-sia/" -contactPerson: "Dace Reitere-Stivriņa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45874 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23017 +label: "Povag Nederland BV - Keizersweg 59, 7451 PH Holten" +value: "66" +data: App\Entity\Distributor {#45772 -id: 66 -lat: 52.2801612 -lng: 6.4073556 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45935 …} -email: "info@povag.nl" -type: App\Entity\DistributorType {#11328 …} -streetName: "Keizersweg 59" -postalCode: "7451" -city: "PH Holten" -phone: "+0031 85 303 2732" -www: "https://povag.nl/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#34991 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45790 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23089 +label: "UAB "Darbis" - Verslininkų g. 17, 97227 Kretingos r. sav." +value: "37" +data: App\Entity\Distributor {#35016 -id: 37 -lat: 55.895939 -lng: 21.131214 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#35004 …} -email: "uabdarbis@gmail.com" -type: App\Entity\DistributorType {#11328 …} -streetName: "Verslininkų g. 17" -postalCode: "97227" -city: "Kretingos r. sav." -phone: "+37061744400" -www: null -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35123 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35053 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23184 +label: "GRANT - ul. Droszyńskiego 15, 80-381 Gdańsk" +value: "17" +data: App\Entity\Distributor {#35074 -id: 17 -lat: 54.407178553031 -lng: 18.574784198624 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35078 …} -email: "zamowienia@kupkrzeslo.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Droszyńskiego 15" -postalCode: "80-381" -city: "Gdańsk" -phone: "500 407 365" -www: "kupkrzeslo.pl" -contactPerson: "Jerzy Kaczanowski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35222 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23031 +label: "SIA FL Birojs - Krustpils iela 54E, LV-1057 Rīga" +value: "45" +data: App\Entity\Distributor {#45857 -id: 45 -lat: 56.9268387 -lng: 24.1859562 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45971 …} -email: "info@flbirojs.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Krustpils iela 54E" -postalCode: "LV-1057" -city: "Rīga" -phone: "+00371 275-075-02" -www: "https://www.flbirojs.lv/" -contactPerson: "Guntis Šverns" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45960 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22991 +label: "ENPRAG, s.r.o. - K Holyni 833/42, 154 00 Praha 5 Praha" +value: "50" +data: App\Entity\Distributor {#45949 -id: 50 -lat: 50.0246066 -lng: 14.3572773 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45867 …} -email: "ales@kovovynabytek.cz" -type: App\Entity\DistributorType {#11328 …} -streetName: "K Holyni 833/42" -postalCode: "154 00 Praha 5" -city: "Praha" -phone: "+00420 273-136-254" -www: "https://www.enprag.cz/" -contactPerson: "Aleš Kovařík" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45903 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22964 +label: "STECKO - ul. Chodkiewicza 2, 70-344 Szczecin" +value: "14" +data: App\Entity\Distributor {#35245 -id: 14 -lat: 53.4302192 -lng: 14.5318731 -voivodeship: App\Entity\Voivodeship {#35214 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35003 …} -email: "steckomeble@steckomeble.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Chodkiewicza 2" -postalCode: "70-344" -city: "Szczecin" -phone: "91 484 37 03" -www: "www.steckomeble.pl" -contactPerson: "Andrzej Stecko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35155 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23062 +label: "Noliktavu Pasaule - Delu iela 8, LV-1004 Riga" +value: "43" +data: App\Entity\Distributor {#45760 -id: 43 -lat: 56.9349572 -lng: 24.1012395 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45987 …} -email: "daniels@np.lv" -type: App\Entity\DistributorType {#11328 …} -streetName: "Delu iela 8" -postalCode: "LV-1004" -city: "Riga" -phone: "+00371 265-995-90" -www: "https://noliktavupasaule.lv/" -contactPerson: "Daniels Kalnins" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45879 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45811 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23136 +label: "EMPORO, s.r.o. - Prosecká 2490/63a, 180 00 Praha 8 Praha" +value: "55" +data: App\Entity\Distributor {#45794 -id: 55 -lat: 50.1148333 -lng: 14.4865717 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45984 …} -email: "janusz.wlazel@emporo.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Prosecká 2490/63a" -postalCode: "180 00 Praha 8" -city: "Praha" -phone: "+00420 242-428-610" -www: "https://www.emporo.cz/" -contactPerson: "Janusz Wlazel" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45975 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45985 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23115 +label: "TEZAP - ul. Łącząca 1, 41-103 Siemianowice Śląskie" +value: "10" +data: App\Entity\Distributor {#35210 -id: 10 -lat: 50.312299005951 -lng: 19.00755268529 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35153 …} -email: "slask@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Łącząca 1" -postalCode: "41-103" -city: "Siemianowice Śląskie" -phone: "502 066 931" -www: "www.tezap.pl" -contactPerson: "Kazimierz Ćwirko" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35126 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23034 +label: "GOBI - ul. Sułowska 43, 51-180 Wrocław" +value: "22" +data: App\Entity\Distributor {#35031 -id: 22 -lat: 51.176014214386 -lng: 17.024134814142 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35050 …} -email: "darek@gobiwroclaw.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Sułowska 43" -postalCode: "51-180" -city: "Wrocław" -phone: "607 041 746" -www: "www.gobiwroclaw.pl" -contactPerson: "Dariusz Syniawa" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35175 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23143 +label: "LOBBY - ul. Pachońskiego 7A, 31-223 Kraków" +value: "3" +data: App\Entity\Distributor {#35090 -id: 3 -lat: 50.094701887244 -lng: 19.922972387207 -voivodeship: App\Entity\Voivodeship {#35186 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35130 …} -email: "kontakt@lobbysklep.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Pachońskiego 7A" -postalCode: "31-223" -city: "Kraków" -phone: "530 730 720" -www: "www.lobbysklep.pl" -contactPerson: "Krzysztof Łudzik" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35012 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23189 +label: "LOBOS - ul. Generała Stanisława Maczka 6, 35-234 Rzeszów" +value: "24" +data: App\Entity\Distributor {#35224 -id: 24 -lat: 50.049359988704 -lng: 22.008844962064 -voivodeship: App\Entity\Voivodeship {#35213 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35234 …} -email: "meble.rzeszow@lobos.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Generała Stanisława Maczka 6" -postalCode: "35-234" -city: "Rzeszów" -phone: "502 264 172" -www: "www.meble.lobos.PL" -contactPerson: "Dariusz Gromala" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35146 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23181 +label: "DE - Berger Group GmbH (Hauptsitz) - Stuttgarter Str. 125, 70825 Korntal-Münchingen" +value: "73" +data: App\Entity\Distributor {#45933 -id: 73 -lat: 48.851809837587 -lng: 9.1144158815362 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45894 …} -email: "johnson@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Stuttgarter Str. 125" -postalCode: "70825" -city: "Korntal-Münchingen" -phone: "+0049 160-670-4592" -www: "www.berger-group.de" -contactPerson: "Beau Johnson" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45843 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22978 +label: "AKD s.r.o. - Gáň 909, 924 01 Gáň" +value: "47" +data: App\Entity\Distributor {#45884 -id: 47 -lat: 48.2259126 -lng: 17.7273566 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45970 …} -email: "akdsro@akdsro.sk" -type: App\Entity\DistributorType {#11328 …} -streetName: "Gáň 909" -postalCode: "924 01" -city: "Gáň" -phone: "+00421 911-600-625" -www: "https://www.akdsro.sk/" -contactPerson: "Viktor Kontár" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45932 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23020 +label: "Przedstawiciel Handlowy Malow - Podlaskie" +value: "28" +data: App\Entity\Distributor {#35184 -id: 28 -lat: 53.165348018413 -lng: 23.154175418445 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35002 …} -email: "przedstawiciel.handlowy@malow.com.pl" -type: App\Entity\DistributorType {#11383 …} -streetName: "woj. podlaskie" -postalCode: null -city: null -phone: "609 401 347" -www: "malow.com.pl" -contactPerson: "Karol Marcińczyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35055 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23044 +label: "TEZAP - ul. Staszica 24A/1, 58-200 Dzierżoniów" +value: "31" +data: App\Entity\Distributor {#35161 -id: 31 -lat: 50.720470870936 -lng: 16.659558594574 -voivodeship: App\Entity\Voivodeship {#35094 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35128 …} -email: "tezap@tezap.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Staszica 24A/1" -postalCode: "58-200" -city: "Dzierżoniów" -phone: "513 062 563" -www: "www.tezap.pl" -contactPerson: "Arkadiusz Matyja" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35192 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23023 +label: "Mercator DMS, spol. s r.o. - Jasovská 3198/3a, 951 07 Bratislava" +value: "54" +data: App\Entity\Distributor {#45890 -id: 54 -lat: 48.0978398 -lng: 17.1116451 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45859 …} -email: "hegedusova@abamet.eu" -type: App\Entity\DistributorType {#11328 …} -streetName: "Jasovská 3198/3a" -postalCode: "951 07" -city: "Bratislava" -phone: "+00421 918-744-143" -www: "https://www.mercator.sk/" -contactPerson: "Stanislava Hegedüšová" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45921 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45939 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23019 +label: "CEZAS-GLOB - ul. Żelazna 2, 10-419 Olsztyn" +value: "11" +data: App\Entity\Distributor {#35144 -id: 11 -lat: 53.783427138642 -lng: 20.508038570014 -voivodeship: App\Entity\Voivodeship {#35206 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35020 …} -email: "biuro@cezasglob.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Żelazna 2" -postalCode: "10-419" -city: "Olsztyn" -phone: "504 018 859" -www: "www.cezasglob.pl" -contactPerson: "Kamil Bączyk" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35150 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23172 +label: "DE - Dinzl Ordnungstechnik GmbH - Industriestraße 1, D-91583 Schillingsfürst" +value: "61" +data: App\Entity\Distributor {#45745 -id: 61 -lat: 49.276862173126 -lng: 10.245582940554 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45825 …} -email: "schachner.susanne@dinzl.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Industriestraße 1" -postalCode: "D-91583" -city: "Schillingsfürst" -phone: "+0049 (0) 98 68/76-67" -www: "https://www.dinzl.de/" -contactPerson: "Susanne Schachner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45934 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23129 +label: "CEKAR - ul. Leszczyńska 5a, 43-300 Bielsko-Biała" +value: "6" +data: App\Entity\Distributor {#35190 -id: 6 -lat: 49.809407500241 -lng: 19.048224556445 -voivodeship: App\Entity\Voivodeship {#35179 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35113 …} -email: "biuro@cekar.pl" -type: App\Entity\DistributorType {#11377 …} -streetName: "ul. Leszczyńska 5a" -postalCode: "43-300" -city: "Bielsko-Biała" -phone: "33 829 05 24" -www: "www.cekar.pl" -contactPerson: "Krzysztof Cebo" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35033 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23160 +label: "DE - Berger Group GmbH (Zweigniederlassung) - Köpenicker Str. 325, 12555 Berlin" +value: "74" +data: App\Entity\Distributor {#45786 -id: 74 -lat: 52.470514267815 -lng: 13.565255076573 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45870 …} -email: "gramke@berger-group.de" -type: App\Entity\DistributorType {#11377 …} -streetName: "Köpenicker Str. 325" -postalCode: "12555" -city: "Berlin" -phone: "+0049 175-223-1817" -www: "www.berger-group.de" -contactPerson: "Marcus Gramke" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45795 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23021 +label: "DE - Matthias Wenner e.K. - Lessingstraße 8, 01705 Freital" +value: "62" +data: App\Entity\Distributor {#45833 -id: 62 -lat: 50.993418 -lng: 13.650219 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45998 …} -email: "kontakt@metallspind-direkt.de" -type: App\Entity\DistributorType {#11328 …} -streetName: "Lessingstraße 8" -postalCode: "01705" -city: "Freital" -phone: "+0049 177-609-00-24" -www: "https://www.metallspind-direkt.de/" -contactPerson: "Matthias Wenner" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35060 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45978 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23177 +label: "Europa południowa - ul. Wojska Polskiego 114 A, 16-400 Suwałki" +value: "34" +data: App\Entity\Distributor {#11331 -id: 34 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#11248 …} -email: "export.qt@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 44" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#11292 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23077 +label: "METALICA - ul. Budowlanych 46a, 80-298 Gdańsk" +value: "25" +data: App\Entity\Distributor {#35111 -id: 25 -lat: 54.364412006313 -lng: 18.470674083518 -voivodeship: App\Entity\Voivodeship {#35216 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#35010 …} -email: "biuro@metalica.com.pl" -type: App\Entity\DistributorType {#11408 …} -streetName: "ul. Budowlanych 46a" -postalCode: "80-298" -city: "Gdańsk" -phone: "503 118 145" -www: "www.metalica.com.pl" -contactPerson: "Grzegorz Dylawerski" -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#35006 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#22968 +label: "ZAK inženiring d.o.o. - Triglavska ulica 61, 1000 Ljubljana" +value: "52" +data: App\Entity\Distributor {#45764 -id: 52 -lat: 46.073365054898 -lng: 14.505992895113 -voivodeship: null -distributorContacts: Doctrine\ORM\PersistentCollection {#45819 …} -email: "info@zak.si" -type: App\Entity\DistributorType {#11328 …} -streetName: "Triglavska ulica 61" -postalCode: "1000" -city: "Ljubljana" -phone: "+00386 143-457-40" -www: "https://www.zak.si/" -contactPerson: "Uroš Zakrajšek" -country: Proxies\__CG__\App\Entity\DistributorCountry {#45864 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45827 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#23066 +label: "Niemcy, Austria, Szwajcaria - ul. Wojska Polskiego 114 A, 16-400 Suwałki" +value: "32" +data: App\Entity\Distributor {#45968 -id: 32 -lat: 54.059590540444 -lng: 22.934762778449 -voivodeship: App\Entity\Voivodeship {#35117 …} -distributorContacts: Doctrine\ORM\PersistentCollection {#45943 …} -email: "export.qn@malow.com.pl" -type: App\Entity\DistributorType {#11259 …} -streetName: "ul. Wojska Polskiego 114 A" -postalCode: "16-400" -city: "Suwałki" -phone: "87 566 07 40" -www: "https://malow.com.pl/en/" -contactPerson: null -country: Proxies\__CG__\App\Entity\DistributorCountry {#35169 …} -deletedAt: null #translations: Doctrine\ORM\PersistentCollection {#45873 …} #newTranslations: null #currentLocale: "pl" #defaultLocale: "pl" } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#45651 -form: Symfony\Component\Form\Form {#45641 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#45611 …5} |
| full_name | "form[distributor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_distributor" |
| is_selected | Closure($choice, $value) {#23124 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#45891 …} } |
| label | "distributor" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "distributor" |
| placeholder | "distributor.placeholder" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_distributor" |
| valid | true |
| value | "" |
companyName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "company.name.placeholder" ] |
[ "placeholder" => "company.name.placeholder" ] |
| label | "company.name" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "company.name.placeholder" ] |
| 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 {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#45618 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "company.name" |
| 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() {#45601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45655 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "company.name.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_companyName" ] |
| cache_key | "_form_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#45557 -form: Symfony\Component\Form\Form {#45654 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#23164 …5} |
| full_name | "form[companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_companyName" |
| label | "company.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_companyName" |
| valid | true |
| value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "first_name.placeholder" ] |
[ "placeholder" => "first_name.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45807 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#45807 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "first_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "first_name.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45807 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#45520 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "first_name" |
| 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() {#45522 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45606 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "first_name.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_firstName" ] |
| cache_key | "_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11939 -form: Symfony\Component\Form\Form {#45640 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11776 …5} |
| full_name | "form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_firstName" |
| label | "first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_firstName" |
| valid | true |
| value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "last_name.placeholder" ] |
[ "placeholder" => "last_name.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45912 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#45912 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "last_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "last_name.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45912 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#45576 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "last_name" |
| 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() {#45595 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45598 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "last_name.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_lastName" ] |
| cache_key | "_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11831 -form: Symfony\Component\Form\Form {#45646 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11763 …5} |
| full_name | "form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_lastName" |
| label | "last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_lastName" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "phone.placeholder" ] |
[ "placeholder" => "phone.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45869 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#45869 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "phone" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "phone.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45869 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#45625 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#45693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45521 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "phone.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_phone" ] |
| cache_key | "_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11702 -form: Symfony\Component\Form\Form {#45677 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11723 …5} |
| full_name | "form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_phone" |
| label | "phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_phone" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "email.placeholder" ] |
[ "placeholder" => "email.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#45767 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#45803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#45767 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "email.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#45767 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#45510 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#45586 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45644 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "email.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_email" ] |
| cache_key | "_form_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11916 -form: Symfony\Component\Form\Form {#45587 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11934 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | "email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_email" |
| valid | true |
| value | "" |
text
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "text.placeholder" ] |
[ "placeholder" => "text.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45852 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#45852 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "text" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "text.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45852 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#45681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "text" |
| 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() {#45662 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45683 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "text.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_text" ] |
| cache_key | "_form_text_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11826 -form: Symfony\Component\Form\Form {#45614 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11863 …5} |
| full_name | "form[text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_text" |
| label | "text" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "text" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_text" |
| valid | true |
| value | "" |
check1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45956 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#45956 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "personal_data_processing" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
| translation_domain | "common_form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#45956 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#45529 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#45535 …} } |
| 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 {#45675 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "personal_data_processing" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | "common_form" |
| trim | true |
| upload_max_size_message | Closure() {#45489 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#45659 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_check1" ] |
| cache_key | "_form_check1_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11809 -form: Symfony\Component\Form\Form {#45553 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11923 …5} |
| full_name | "form[check1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_check1" |
| label | "personal_data_processing" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "check1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "common_form" |
| unique_block_prefix | "_form_check1" |
| valid | true |
| value | "1" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Wyślij wiadomość" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Wyślij wiadomość" |
| 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" "_form_submit" ] |
| cache_key | "_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#11912 …5} |
| full_name | "form[submit]" |
| id | "form_submit" |
| label | "Wyślij wiadomość" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form_submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "4a6f4896b00b941331.keQE5JlmgVH0ooHS_KzNTYi-I-O-Id6zFgoAcLPci2o._r1hqN48tSuNwOOXku__FbD7fLn1Yu7UT0FwP96--jCjnk-BqDLjHY3w7g" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "4a6f4896b00b941331.keQE5JlmgVH0ooHS_KzNTYi-I-O-Id6zFgoAcLPci2o._r1hqN48tSuNwOOXku__FbD7fLn1Yu7UT0FwP96--jCjnk-BqDLjHY3w7g" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#48465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#48430 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#48366 …} -namespace: Closure() {#48369 …} } |
| data | "4a6f4896b00b941331.keQE5JlmgVH0ooHS_KzNTYi-I-O-Id6zFgoAcLPci2o._r1hqN48tSuNwOOXku__FbD7fLn1Yu7UT0FwP96--jCjnk-BqDLjHY3w7g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#11728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#45782 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#11730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#45757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#164 …} $translationDomain: "validators" $message: Closure() {#11929 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "4a6f4896b00b941331.keQE5JlmgVH0ooHS_KzNTYi-I-O-Id6zFgoAcLPci2o._r1hqN48tSuNwOOXku__FbD7fLn1Yu7UT0FwP96--jCjnk-BqDLjHY3w7g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11741 -form: Symfony\Component\Form\Form {#11812 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11836 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "distributor_form" |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "4a6f4896b00b941331.keQE5JlmgVH0ooHS_KzNTYi-I-O-Id6zFgoAcLPci2o._r1hqN48tSuNwOOXku__FbD7fLn1Yu7UT0FwP96--jCjnk-BqDLjHY3w7g" |