- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 312
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- Template events 6
- Blocks* 0
- JMS Serializer 0
- Payum
- Themes 0
- Elastica
- Rich Snippets 1
- Redis
- Configuration
- Cart 0
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
-
-
firstName
-
lastName
-
companyName
-
country
-
email
-
phoneNumber
-
message
-
adviceCategory
-
agreement
-
recaptcha
-
contactType
-
_token
-
-
-
-
0
-
1
-
-
use_only_functional_cookies
-
use_all_cookies
-
contact
"BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType"
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 |
|---|---|---|
| contactType | "contact_us" |
same as passed value |
| validation_groups | "contact_us" |
[
"contact_us"
]
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| contactType | "contact_us" |
| 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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7380 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7382 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7381 …} } } |
| validation_groups | [
"contact_us"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7846 -form: Symfony\Component\Form\Form {#7865 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7860 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | null |
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7388 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.first_name_not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7388 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.first_name_not_blank" +allowNull: false +normalizer: null } ] |
| label | "sylius.ui.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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7388 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.first_name_not_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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7489 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | "sylius.ui.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() {#7487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7488 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_firstName" ] |
| cache_key | "_contact_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7792 -form: Symfony\Component\Form\Form {#7868 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7805 …5} |
| full_name | "contact[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_firstName" |
| label | "sylius.ui.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 | null |
| unique_block_prefix | "_contact_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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7389 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.last_name_not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7389 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.last_name_not_blank" +allowNull: false +normalizer: null } ] |
| label | "sylius.ui.last_name" |
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 {#7389 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.last_name_not_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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7480 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | "sylius.ui.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() {#7478 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7479 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_lastName" ] |
| cache_key | "_contact_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7783 -form: Symfony\Component\Form\Form {#7871 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7437 …5} |
| full_name | "contact[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_lastName" |
| label | "sylius.ui.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 | null |
| unique_block_prefix | "_contact_lastName" |
| 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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7390 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.company_name_not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7390 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.company_name_not_blank" +allowNull: false +normalizer: null } ] |
| label | "sylius.ui.company" |
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 {#7390 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.company_name_not_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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7471 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | "sylius.ui.company" |
| 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() {#7469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7470 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_companyName" ] |
| cache_key | "_contact_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7468 -form: Symfony\Component\Form\Form {#7874 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7477 …5} |
| full_name | "contact[companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_companyName" |
| label | "sylius.ui.company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_companyName" |
| valid | true |
| value | "" |
country
"Sylius\Bundle\AddressingBundle\Form\Type\CountryChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7391 +payload: null +groups: [ "tech_advisory" "contact_us" ] +message: "validator.message.contact.country_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7392 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7391 +payload: null +groups: [ "tech_advisory" "contact_us" ] +message: "validator.message.contact.country_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7392 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
| label | "sylius.ui.country" |
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 | "name" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | "code" |
| choices | [ BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7625 #id: 51 #code: "AL" #provinces: Doctrine\ORM\PersistentCollection {#7626 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7628 #id: 52 #code: "DZ" #provinces: Doctrine\ORM\PersistentCollection {#7629 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7736 #id: 89 #code: "AD" #provinces: Doctrine\ORM\PersistentCollection {#7737 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7544 #id: 24 #code: "AR" #provinces: Doctrine\ORM\PersistentCollection {#7545 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7421 #id: 2 #code: "AU" #provinces: Doctrine\ORM\PersistentCollection {#7420 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7418 #id: 3 #code: "AT" #provinces: Doctrine\ORM\PersistentCollection {#7417 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7550 #id: 26 #code: "BH" #provinces: Doctrine\ORM\PersistentCollection {#7551 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7547 #id: 25 #code: "BY" #provinces: Doctrine\ORM\PersistentCollection {#7548 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7415 #id: 4 #code: "BE" #provinces: Doctrine\ORM\PersistentCollection {#7414 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7718 #id: 83 #code: "BO" #provinces: Doctrine\ORM\PersistentCollection {#7719 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7757 #id: 98 #code: "BA" #provinces: Doctrine\ORM\PersistentCollection {#7758 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7538 #id: 22 #code: "BR" #provinces: Doctrine\ORM\PersistentCollection {#7539 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7661 #id: 63 #code: "BN" #provinces: Doctrine\ORM\PersistentCollection {#7662 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7535 #id: 21 #code: "BG" #provinces: Doctrine\ORM\PersistentCollection {#7536 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7712 #id: 81 #code: "CM" #provinces: Doctrine\ORM\PersistentCollection {#7713 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7412 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#7411 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7541 #id: 23 #code: "CL" #provinces: Doctrine\ORM\PersistentCollection {#7542 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7409 #id: 6 #code: "CN" #provinces: Doctrine\ORM\PersistentCollection {#7408 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7553 #id: 27 #code: "CO" #provinces: Doctrine\ORM\PersistentCollection {#7554 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7559 #id: 29 #code: "CR" #provinces: Doctrine\ORM\PersistentCollection {#7560 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7562 #id: 30 #code: "HR" #provinces: Doctrine\ORM\PersistentCollection {#7563 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7556 #id: 28 #code: "CY" #provinces: Doctrine\ORM\PersistentCollection {#7557 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7406 #id: 7 #code: "CZ" #provinces: Doctrine\ORM\PersistentCollection {#7405 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7402 #id: 8 #code: "DK" #provinces: Doctrine\ORM\PersistentCollection {#7403 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7565 #id: 31 #code: "EC" #provinces: Doctrine\ORM\PersistentCollection {#7566 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7568 #id: 32 #code: "EG" #provinces: Doctrine\ORM\PersistentCollection {#7569 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7571 #id: 33 #code: "EE" #provinces: Doctrine\ORM\PersistentCollection {#7572 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7577 #id: 35 #code: "FI" #provinces: Doctrine\ORM\PersistentCollection {#7578 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7499 #id: 9 #code: "FR" #provinces: Doctrine\ORM\PersistentCollection {#7500 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7739 #id: 90 #code: "GE" #provinces: Doctrine\ORM\PersistentCollection {#7740 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7435 #id: 1 #code: "DE" #provinces: Doctrine\ORM\PersistentCollection {#7423 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7754 #id: 97 #code: "GI" #provinces: Doctrine\ORM\PersistentCollection {#7755 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7574 #id: 34 #code: "GR" #provinces: Doctrine\ORM\PersistentCollection {#7575 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7697 #id: 76 #code: "GD" #provinces: Doctrine\ORM\PersistentCollection {#7698 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7580 #id: 36 #code: "HK" #provinces: Doctrine\ORM\PersistentCollection {#7581 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7583 #id: 37 #code: "HU" #provinces: Doctrine\ORM\PersistentCollection {#7584 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7586 #id: 38 #code: "IS" #provinces: Doctrine\ORM\PersistentCollection {#7587 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7502 #id: 10 #code: "IN" #provinces: Doctrine\ORM\PersistentCollection {#7503 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7589 #id: 39 #code: "ID" #provinces: Doctrine\ORM\PersistentCollection {#7590 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7592 #id: 40 #code: "IE" #provinces: Doctrine\ORM\PersistentCollection {#7593 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7505 #id: 11 #code: "IL" #provinces: Doctrine\ORM\PersistentCollection {#7506 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7508 #id: 12 #code: "IT" #provinces: Doctrine\ORM\PersistentCollection {#7509 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7631 #id: 53 #code: "JP" #provinces: Doctrine\ORM\PersistentCollection {#7632 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7643 #id: 57 #code: "JO" #provinces: Doctrine\ORM\PersistentCollection {#7644 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7607 #id: 45 #code: "KZ" #provinces: Doctrine\ORM\PersistentCollection {#7608 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7619 #id: 49 #code: "LV" #provinces: Doctrine\ORM\PersistentCollection {#7620 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7601 #id: 43 #code: "LI" #provinces: Doctrine\ORM\PersistentCollection {#7602 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7604 #id: 44 #code: "LT" #provinces: Doctrine\ORM\PersistentCollection {#7605 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7613 #id: 47 #code: "LU" #provinces: Doctrine\ORM\PersistentCollection {#7614 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7751 #id: 95 #code: "MG" #provinces: Doctrine\ORM\PersistentCollection {#7752 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7610 #id: 46 #code: "MY" #provinces: Doctrine\ORM\PersistentCollection {#7611 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7598 #id: 42 #code: "MT" #provinces: Doctrine\ORM\PersistentCollection {#7599 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7595 #id: 41 #code: "MX" #provinces: Doctrine\ORM\PersistentCollection {#7596 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7622 #id: 50 #code: "MD" #provinces: Doctrine\ORM\PersistentCollection {#7623 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7616 #id: 48 #code: "MC" #provinces: Doctrine\ORM\PersistentCollection {#7617 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7637 #id: 55 #code: "ME" #provinces: Doctrine\ORM\PersistentCollection {#7638 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7724 #id: 85 #code: "MA" #provinces: Doctrine\ORM\PersistentCollection {#7725 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7760 #id: 99 #code: "NA" #provinces: Doctrine\ORM\PersistentCollection {#7761 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7511 #id: 13 #code: "NL" #provinces: Doctrine\ORM\PersistentCollection {#7512 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7649 #id: 59 #code: "NZ" #provinces: Doctrine\ORM\PersistentCollection {#7650 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7733 #id: 88 #code: "NI" #provinces: Doctrine\ORM\PersistentCollection {#7734 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7652 #id: 60 #code: "NG" #provinces: Doctrine\ORM\PersistentCollection {#7653 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7727 #id: 86 #code: "NO" #provinces: Doctrine\ORM\PersistentCollection {#7728 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7721 #id: 84 #code: "OM" #provinces: Doctrine\ORM\PersistentCollection {#7722 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7730 #id: 87 #code: "PK" #provinces: Doctrine\ORM\PersistentCollection {#7731 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7745 #id: 92 #code: "PA" #provinces: Doctrine\ORM\PersistentCollection {#7746 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7742 #id: 91 #code: "PY" #provinces: Doctrine\ORM\PersistentCollection {#7743 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7646 #id: 58 #code: "PE" #provinces: Doctrine\ORM\PersistentCollection {#7647 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7715 #id: 82 #code: "PH" #provinces: Doctrine\ORM\PersistentCollection {#7716 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7514 #id: 14 #code: "PL" #provinces: Doctrine\ORM\PersistentCollection {#7515 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7703 #id: 78 #code: "PT" #provinces: Doctrine\ORM\PersistentCollection {#7704 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7748 #id: 93 #code: "PR" #provinces: Doctrine\ORM\PersistentCollection {#7749 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7709 #id: 80 #code: "QA" #provinces: Doctrine\ORM\PersistentCollection {#7710 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7640 #id: 56 #code: "RO" #provinces: Doctrine\ORM\PersistentCollection {#7641 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7655 #id: 61 #code: "SA" #provinces: Doctrine\ORM\PersistentCollection {#7656 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7658 #id: 62 #code: "RS" #provinces: Doctrine\ORM\PersistentCollection {#7659 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7517 #id: 15 #code: "SG" #provinces: Doctrine\ORM\PersistentCollection {#7518 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7634 #id: 54 #code: "SK" #provinces: Doctrine\ORM\PersistentCollection {#7635 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7700 #id: 77 #code: "SI" #provinces: Doctrine\ORM\PersistentCollection {#7701 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7694 #id: 75 #code: "ZA" #provinces: Doctrine\ORM\PersistentCollection {#7695 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7520 #id: 16 #code: "KR" #provinces: Doctrine\ORM\PersistentCollection {#7521 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7523 #id: 17 #code: "ES" #provinces: Doctrine\ORM\PersistentCollection {#7524 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7706 #id: 79 #code: "LK" #provinces: Doctrine\ORM\PersistentCollection {#7707 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7691 #id: 74 #code: "SE" #provinces: Doctrine\ORM\PersistentCollection {#7692 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7526 #id: 18 #code: "CH" #provinces: Doctrine\ORM\PersistentCollection {#7527 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7688 #id: 73 #code: "TW" #provinces: Doctrine\ORM\PersistentCollection {#7689 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7685 #id: 71 #code: "TH" #provinces: Doctrine\ORM\PersistentCollection {#7686 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7682 #id: 70 #code: "TN" #provinces: Doctrine\ORM\PersistentCollection {#7683 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7679 #id: 69 #code: "TR" #provinces: Doctrine\ORM\PersistentCollection {#7680 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7673 #id: 67 #code: "UA" #provinces: Doctrine\ORM\PersistentCollection {#7674 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7676 #id: 68 #code: "AE" #provinces: Doctrine\ORM\PersistentCollection {#7677 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7529 #id: 19 #code: "GB" #provinces: Doctrine\ORM\PersistentCollection {#7530 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7532 #id: 20 #code: "US" #provinces: Doctrine\ORM\PersistentCollection {#7533 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7670 #id: 66 #code: "UY" #provinces: Doctrine\ORM\PersistentCollection {#7671 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7664 #id: 64 #code: "VE" #provinces: Doctrine\ORM\PersistentCollection {#7665 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7667 #id: 65 #code: "VN" #provinces: Doctrine\ORM\PersistentCollection {#7668 …} #enabled: true } ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7391 +payload: null +groups: [ "tech_advisory" "contact_us" ] +message: "validator.message.contact.country_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7392 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
| 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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| enabled | true |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "sylius.ui.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "sylius.form.country.select" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#7441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7442 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "sylius_country_choice" "_contact_country" ] |
| cache_key | "_contact_country_sylius_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7906 +label: "Albania" +value: "AL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7625 #id: 51 #code: "AL" #provinces: Doctrine\ORM\PersistentCollection {#7626 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7929 +label: "Algeria" +value: "DZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7628 #id: 52 #code: "DZ" #provinces: Doctrine\ORM\PersistentCollection {#7629 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7907 +label: "Andorra" +value: "AD" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7736 #id: 89 #code: "AD" #provinces: Doctrine\ORM\PersistentCollection {#7737 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7932 +label: "Argentina" +value: "AR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7544 #id: 24 #code: "AR" #provinces: Doctrine\ORM\PersistentCollection {#7545 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7933 +label: "Australia" +value: "AU" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7421 #id: 2 #code: "AU" #provinces: Doctrine\ORM\PersistentCollection {#7420 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7934 +label: "Austria" +value: "AT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7418 #id: 3 #code: "AT" #provinces: Doctrine\ORM\PersistentCollection {#7417 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7935 +label: "Bahrain" +value: "BH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7550 #id: 26 #code: "BH" #provinces: Doctrine\ORM\PersistentCollection {#7551 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7936 +label: "Belarus" +value: "BY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7547 #id: 25 #code: "BY" #provinces: Doctrine\ORM\PersistentCollection {#7548 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7937 +label: "Belgium" +value: "BE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7415 #id: 4 #code: "BE" #provinces: Doctrine\ORM\PersistentCollection {#7414 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7938 +label: "Bolivia" +value: "BO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7718 #id: 83 #code: "BO" #provinces: Doctrine\ORM\PersistentCollection {#7719 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7939 +label: "Bosnia & Herzegovina" +value: "BA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7757 #id: 98 #code: "BA" #provinces: Doctrine\ORM\PersistentCollection {#7758 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7940 +label: "Brazil" +value: "BR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7538 #id: 22 #code: "BR" #provinces: Doctrine\ORM\PersistentCollection {#7539 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7941 +label: "Brunei" +value: "BN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7661 #id: 63 #code: "BN" #provinces: Doctrine\ORM\PersistentCollection {#7662 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7942 +label: "Bulgaria" +value: "BG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7535 #id: 21 #code: "BG" #provinces: Doctrine\ORM\PersistentCollection {#7536 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7943 +label: "Cameroon" +value: "CM" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7712 #id: 81 #code: "CM" #provinces: Doctrine\ORM\PersistentCollection {#7713 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7944 +label: "Canada" +value: "CA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7412 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#7411 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7945 +label: "Chile" +value: "CL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7541 #id: 23 #code: "CL" #provinces: Doctrine\ORM\PersistentCollection {#7542 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7946 +label: "China" +value: "CN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7409 #id: 6 #code: "CN" #provinces: Doctrine\ORM\PersistentCollection {#7408 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7947 +label: "Colombia" +value: "CO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7553 #id: 27 #code: "CO" #provinces: Doctrine\ORM\PersistentCollection {#7554 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7948 +label: "Costa Rica" +value: "CR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7559 #id: 29 #code: "CR" #provinces: Doctrine\ORM\PersistentCollection {#7560 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7949 +label: "Croatia" +value: "HR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7562 #id: 30 #code: "HR" #provinces: Doctrine\ORM\PersistentCollection {#7563 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7950 +label: "Cyprus" +value: "CY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7556 #id: 28 #code: "CY" #provinces: Doctrine\ORM\PersistentCollection {#7557 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7951 +label: "Czechia" +value: "CZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7406 #id: 7 #code: "CZ" #provinces: Doctrine\ORM\PersistentCollection {#7405 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7952 +label: "Denmark" +value: "DK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7402 #id: 8 #code: "DK" #provinces: Doctrine\ORM\PersistentCollection {#7403 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7953 +label: "Ecuador" +value: "EC" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7565 #id: 31 #code: "EC" #provinces: Doctrine\ORM\PersistentCollection {#7566 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7954 +label: "Egypt" +value: "EG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7568 #id: 32 #code: "EG" #provinces: Doctrine\ORM\PersistentCollection {#7569 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7955 +label: "Estonia" +value: "EE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7571 #id: 33 #code: "EE" #provinces: Doctrine\ORM\PersistentCollection {#7572 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7956 +label: "Finland" +value: "FI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7577 #id: 35 #code: "FI" #provinces: Doctrine\ORM\PersistentCollection {#7578 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7957 +label: "France" +value: "FR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7499 #id: 9 #code: "FR" #provinces: Doctrine\ORM\PersistentCollection {#7500 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7958 +label: "Georgia" +value: "GE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7739 #id: 90 #code: "GE" #provinces: Doctrine\ORM\PersistentCollection {#7740 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7959 +label: "Germany" +value: "DE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7435 #id: 1 #code: "DE" #provinces: Doctrine\ORM\PersistentCollection {#7423 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7960 +label: "Gibraltar" +value: "GI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7754 #id: 97 #code: "GI" #provinces: Doctrine\ORM\PersistentCollection {#7755 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7961 +label: "Greece" +value: "GR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7574 #id: 34 #code: "GR" #provinces: Doctrine\ORM\PersistentCollection {#7575 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7962 +label: "Grenada" +value: "GD" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7697 #id: 76 #code: "GD" #provinces: Doctrine\ORM\PersistentCollection {#7698 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7963 +label: "Hong Kong SAR China" +value: "HK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7580 #id: 36 #code: "HK" #provinces: Doctrine\ORM\PersistentCollection {#7581 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7964 +label: "Hungary" +value: "HU" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7583 #id: 37 #code: "HU" #provinces: Doctrine\ORM\PersistentCollection {#7584 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7965 +label: "Iceland" +value: "IS" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7586 #id: 38 #code: "IS" #provinces: Doctrine\ORM\PersistentCollection {#7587 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7966 +label: "India" +value: "IN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7502 #id: 10 #code: "IN" #provinces: Doctrine\ORM\PersistentCollection {#7503 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7967 +label: "Indonesia" +value: "ID" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7589 #id: 39 #code: "ID" #provinces: Doctrine\ORM\PersistentCollection {#7590 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7968 +label: "Ireland" +value: "IE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7592 #id: 40 #code: "IE" #provinces: Doctrine\ORM\PersistentCollection {#7593 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7969 +label: "Israel" +value: "IL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7505 #id: 11 #code: "IL" #provinces: Doctrine\ORM\PersistentCollection {#7506 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7970 +label: "Italy" +value: "IT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7508 #id: 12 #code: "IT" #provinces: Doctrine\ORM\PersistentCollection {#7509 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7971 +label: "Japan" +value: "JP" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7631 #id: 53 #code: "JP" #provinces: Doctrine\ORM\PersistentCollection {#7632 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7972 +label: "Jordan" +value: "JO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7643 #id: 57 #code: "JO" #provinces: Doctrine\ORM\PersistentCollection {#7644 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7973 +label: "Kazakhstan" +value: "KZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7607 #id: 45 #code: "KZ" #provinces: Doctrine\ORM\PersistentCollection {#7608 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7974 +label: "Latvia" +value: "LV" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7619 #id: 49 #code: "LV" #provinces: Doctrine\ORM\PersistentCollection {#7620 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7975 +label: "Liechtenstein" +value: "LI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7601 #id: 43 #code: "LI" #provinces: Doctrine\ORM\PersistentCollection {#7602 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7976 +label: "Lithuania" +value: "LT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7604 #id: 44 #code: "LT" #provinces: Doctrine\ORM\PersistentCollection {#7605 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7977 +label: "Luxembourg" +value: "LU" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7613 #id: 47 #code: "LU" #provinces: Doctrine\ORM\PersistentCollection {#7614 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7978 +label: "Madagascar" +value: "MG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7751 #id: 95 #code: "MG" #provinces: Doctrine\ORM\PersistentCollection {#7752 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7979 +label: "Malaysia" +value: "MY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7610 #id: 46 #code: "MY" #provinces: Doctrine\ORM\PersistentCollection {#7611 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7980 +label: "Malta" +value: "MT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7598 #id: 42 #code: "MT" #provinces: Doctrine\ORM\PersistentCollection {#7599 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7981 +label: "Mexico" +value: "MX" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7595 #id: 41 #code: "MX" #provinces: Doctrine\ORM\PersistentCollection {#7596 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7982 +label: "Moldova" +value: "MD" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7622 #id: 50 #code: "MD" #provinces: Doctrine\ORM\PersistentCollection {#7623 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7983 +label: "Monaco" +value: "MC" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7616 #id: 48 #code: "MC" #provinces: Doctrine\ORM\PersistentCollection {#7617 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7984 +label: "Montenegro" +value: "ME" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7637 #id: 55 #code: "ME" #provinces: Doctrine\ORM\PersistentCollection {#7638 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7985 +label: "Morocco" +value: "MA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7724 #id: 85 #code: "MA" #provinces: Doctrine\ORM\PersistentCollection {#7725 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7986 +label: "Namibia" +value: "NA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7760 #id: 99 #code: "NA" #provinces: Doctrine\ORM\PersistentCollection {#7761 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7987 +label: "Netherlands" +value: "NL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7511 #id: 13 #code: "NL" #provinces: Doctrine\ORM\PersistentCollection {#7512 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7988 +label: "New Zealand" +value: "NZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7649 #id: 59 #code: "NZ" #provinces: Doctrine\ORM\PersistentCollection {#7650 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7989 +label: "Nicaragua" +value: "NI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7733 #id: 88 #code: "NI" #provinces: Doctrine\ORM\PersistentCollection {#7734 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7990 +label: "Nigeria" +value: "NG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7652 #id: 60 #code: "NG" #provinces: Doctrine\ORM\PersistentCollection {#7653 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7991 +label: "Norway" +value: "NO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7727 #id: 86 #code: "NO" #provinces: Doctrine\ORM\PersistentCollection {#7728 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7992 +label: "Oman" +value: "OM" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7721 #id: 84 #code: "OM" #provinces: Doctrine\ORM\PersistentCollection {#7722 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7993 +label: "Pakistan" +value: "PK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7730 #id: 87 #code: "PK" #provinces: Doctrine\ORM\PersistentCollection {#7731 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7994 +label: "Panama" +value: "PA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7745 #id: 92 #code: "PA" #provinces: Doctrine\ORM\PersistentCollection {#7746 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7995 +label: "Paraguay" +value: "PY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7742 #id: 91 #code: "PY" #provinces: Doctrine\ORM\PersistentCollection {#7743 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7996 +label: "Peru" +value: "PE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7646 #id: 58 #code: "PE" #provinces: Doctrine\ORM\PersistentCollection {#7647 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7997 +label: "Philippines" +value: "PH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7715 #id: 82 #code: "PH" #provinces: Doctrine\ORM\PersistentCollection {#7716 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7998 +label: "Poland" +value: "PL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7514 #id: 14 #code: "PL" #provinces: Doctrine\ORM\PersistentCollection {#7515 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7999 +label: "Portugal" +value: "PT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7703 #id: 78 #code: "PT" #provinces: Doctrine\ORM\PersistentCollection {#7704 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8000 +label: "Puerto Rico" +value: "PR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7748 #id: 93 #code: "PR" #provinces: Doctrine\ORM\PersistentCollection {#7749 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8001 +label: "Qatar" +value: "QA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7709 #id: 80 #code: "QA" #provinces: Doctrine\ORM\PersistentCollection {#7710 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8002 +label: "Romania" +value: "RO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7640 #id: 56 #code: "RO" #provinces: Doctrine\ORM\PersistentCollection {#7641 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8003 +label: "Saudi Arabia" +value: "SA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7655 #id: 61 #code: "SA" #provinces: Doctrine\ORM\PersistentCollection {#7656 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8004 +label: "Serbia" +value: "RS" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7658 #id: 62 #code: "RS" #provinces: Doctrine\ORM\PersistentCollection {#7659 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8005 +label: "Singapore" +value: "SG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7517 #id: 15 #code: "SG" #provinces: Doctrine\ORM\PersistentCollection {#7518 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8006 +label: "Slovakia" +value: "SK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7634 #id: 54 #code: "SK" #provinces: Doctrine\ORM\PersistentCollection {#7635 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8007 +label: "Slovenia" +value: "SI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7700 #id: 77 #code: "SI" #provinces: Doctrine\ORM\PersistentCollection {#7701 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8008 +label: "South Africa" +value: "ZA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7694 #id: 75 #code: "ZA" #provinces: Doctrine\ORM\PersistentCollection {#7695 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8009 +label: "South Korea" +value: "KR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7520 #id: 16 #code: "KR" #provinces: Doctrine\ORM\PersistentCollection {#7521 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8010 +label: "Spain" +value: "ES" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7523 #id: 17 #code: "ES" #provinces: Doctrine\ORM\PersistentCollection {#7524 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8011 +label: "Sri Lanka" +value: "LK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7706 #id: 79 #code: "LK" #provinces: Doctrine\ORM\PersistentCollection {#7707 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8012 +label: "Sweden" +value: "SE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7691 #id: 74 #code: "SE" #provinces: Doctrine\ORM\PersistentCollection {#7692 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8013 +label: "Switzerland" +value: "CH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7526 #id: 18 #code: "CH" #provinces: Doctrine\ORM\PersistentCollection {#7527 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8014 +label: "Taiwan" +value: "TW" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7688 #id: 73 #code: "TW" #provinces: Doctrine\ORM\PersistentCollection {#7689 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8015 +label: "Thailand" +value: "TH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7685 #id: 71 #code: "TH" #provinces: Doctrine\ORM\PersistentCollection {#7686 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8016 +label: "Tunisia" +value: "TN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7682 #id: 70 #code: "TN" #provinces: Doctrine\ORM\PersistentCollection {#7683 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8017 +label: "Türkiye" +value: "TR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7679 #id: 69 #code: "TR" #provinces: Doctrine\ORM\PersistentCollection {#7680 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8018 +label: "Ukraine" +value: "UA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7673 #id: 67 #code: "UA" #provinces: Doctrine\ORM\PersistentCollection {#7674 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8019 +label: "United Arab Emirates" +value: "AE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7676 #id: 68 #code: "AE" #provinces: Doctrine\ORM\PersistentCollection {#7677 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8020 +label: "United Kingdom" +value: "GB" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7529 #id: 19 #code: "GB" #provinces: Doctrine\ORM\PersistentCollection {#7530 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8021 +label: "United States" +value: "US" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7532 #id: 20 #code: "US" #provinces: Doctrine\ORM\PersistentCollection {#7533 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8022 +label: "Uruguay" +value: "UY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7670 #id: 66 #code: "UY" #provinces: Doctrine\ORM\PersistentCollection {#7671 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8023 +label: "Venezuela" +value: "VE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7664 #id: 64 #code: "VE" #provinces: Doctrine\ORM\PersistentCollection {#7665 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8024 +label: "Vietnam" +value: "VN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7667 #id: 65 #code: "VN" #provinces: Doctrine\ORM\PersistentCollection {#7668 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7486 -form: Symfony\Component\Form\Form {#7877 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7902 …5} |
| full_name | "contact[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_country" |
| is_selected | Closure($choice, $value) {#7905 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7461 …} } |
| label | "sylius.ui.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | "sylius.form.country.select" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_country" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7393 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7394 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_valid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7393 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7394 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_valid" +mode: null +normalizer: null } ] |
| label | "sylius.ui.email" |
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 {#7393 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7394 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_valid" +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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7780 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | "sylius.ui.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() {#7782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7779 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8025 -form: Symfony\Component\Form\Form {#7880 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7904 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | "sylius.ui.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 | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "sylius.ui.phone_number" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7789 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | "sylius.ui.phone_number" |
| 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() {#7791 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7790 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_phoneNumber" ] |
| cache_key | "_contact_phoneNumber_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8026 -form: Symfony\Component\Form\Form {#7883 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8027 …5} |
| full_name | "contact[phoneNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phoneNumber" |
| label | "sylius.ui.phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phoneNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phoneNumber" |
| valid | true |
| value | "" |
message
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7395 +payload: null +groups: [ "contact_us" ] +message: "sylius.contact.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7396 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7395 +payload: null +groups: [ "contact_us" ] +message: "sylius.contact.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7396 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
| label | "sylius.ui.message" |
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 {#7395 +payload: null +groups: [ "contact_us" ] +message: "sylius.contact.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7396 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
| 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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7802 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | "sylius.ui.message" |
| 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() {#7804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7803 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
| cache_key | "_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8028 -form: Symfony\Component\Form\Form {#7886 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8029 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | "sylius.ui.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
adviceCategory
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure($choice, $key, $value) {#7397 class: "BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType" this: BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType {#7341 …} } |
same as passed value |
| choices | [ "Finding suppliers" "Finding products" "Search for partners" "Strategic advice" ] |
[ "Finding suppliers" "Finding products" "Search for partners" "Strategic advice" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7400 +payload: null +groups: [ "tech_advisory" ] +message: "validator.message.contact.category_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7401 +payload: null +groups: [ "newsletter" "contact_us" ] +message: "validator.message.contact.unexpected_field" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7400 +payload: null +groups: [ "tech_advisory" ] +message: "validator.message.contact.category_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7401 +payload: null +groups: [ "newsletter" "contact_us" ] +message: "validator.message.contact.unexpected_field" } ] |
| label | "app.contact.advice_category.name" |
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($choice, $key, $value) {#7397 class: "BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType" this: BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType {#7341 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Finding suppliers" "Finding products" "Search for partners" "Strategic advice" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7400 +payload: null +groups: [ "tech_advisory" ] +message: "validator.message.contact.category_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7401 +payload: null +groups: [ "newsletter" "contact_us" ] +message: "validator.message.contact.unexpected_field" } ] |
| 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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "app.contact.advice_category.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#7812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7811 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_adviceCategory" ] |
| cache_key | "_contact_adviceCategory_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8032 +label: "Finding suppliers" +value: "Finding suppliers" +data: "Finding suppliers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8033 +label: "Finding products" +value: "Finding products" +data: "Finding products" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8034 +label: "Search for partners" +value: "Search for partners" +data: "Search for partners" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8035 +label: "Strategic advice" +value: "Strategic advice" +data: "Strategic advice" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8030 -form: Symfony\Component\Form\Form {#7889 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#8031 …5} |
| full_name | "contact[adviceCategory]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_adviceCategory" |
| is_selected | Closure($choice, $value) {#8037 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7461 …} } |
| label | "app.contact.advice_category.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "adviceCategory" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_adviceCategory" |
| valid | true |
| value | "" |
agreement
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#7497 +payload: null +groups: [ "newsletter" "contact_us" "tech_advisory" ] +message: "validator.message.contact.agreement_not_blank" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#7497 +payload: null +groups: [ "newsletter" "contact_us" "tech_advisory" ] +message: "validator.message.contact.agreement_not_blank" } ] |
| label | "open_marketplace.contact.agreement" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#7497 +payload: null +groups: [ "newsletter" "contact_us" "tech_advisory" ] +message: "validator.message.contact.agreement_not_blank" } ] |
| 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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#7825 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7821 …} } |
| 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 {#7827 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "open_marketplace.contact.agreement" |
| 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() {#7831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7829 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_agreement" ] |
| cache_key | "_contact_agreement_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8036 -form: Symfony\Component\Form\Form {#7892 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8038 …5} |
| full_name | "contact[agreement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_agreement" |
| label | "open_marketplace.contact.agreement" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreement" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_agreement" |
| valid | true |
| value | "1" |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#7496 +payload: null +groups: [ "newsletter" "contact_us" "tech_advisory" ] +message: "validator.message.recaptcha_invalid" +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#7496 +payload: null +groups: [ "newsletter" "contact_us" "tech_advisory" ] +message: "validator.message.recaptcha_invalid" +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#7496 +payload: null +groups: [ "newsletter" "contact_us" "tech_advisory" ] +message: "validator.message.recaptcha_invalid" +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| 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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7843 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| language | "en" |
| 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 |
| public_key | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7844 …} } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_contact_recaptcha" ] |
| cache_key | "_contact_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8039 -form: Symfony\Component\Form\Form {#7895 …} -errors: [] } |
| ewz_recaptcha_api_host | "recaptcha.net" |
| ewz_recaptcha_api_uri | "https://recaptcha.net/recaptcha/api.js" |
| ewz_recaptcha_enabled | false |
| form | Symfony\Component\Form\FormView {#8040 …5} |
| full_name | "contact[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_recaptcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| public_key | "6LdmqNopAAAAAO_GZGzDO6KXUI_bwJXMAubtNZyd" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_recaptcha" |
| valid | true |
| value | "" |
contactType
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7857 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7856 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_contactType" ] |
| cache_key | "_contact_contactType_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8041 -form: Symfony\Component\Form\Form {#7898 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8042 …5} |
| full_name | "contact[contactType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_contactType" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contactType" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_contactType" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1c058471aa9342a7bba72a.lZry02qErI3g1WVzOVyNf8UnLbEO2CVtlzXLHNsdsRk.2crDkjX2n-WhliA6b23qPbFfQYc4vGoKwm-FLrp-2yzWr7W-KNTp49fjVQ" |
| 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 | "1c058471aa9342a7bba72a.lZry02qErI3g1WVzOVyNf8UnLbEO2CVtlzXLHNsdsRk.2crDkjX2n-WhliA6b23qPbFfQYc4vGoKwm-FLrp-2yzWr7W-KNTp49fjVQ" |
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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data | "1c058471aa9342a7bba72a.lZry02qErI3g1WVzOVyNf8UnLbEO2CVtlzXLHNsdsRk.2crDkjX2n-WhliA6b23qPbFfQYc4vGoKwm-FLrp-2yzWr7W-KNTp49fjVQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8284 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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() {#8282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#8283 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "1c058471aa9342a7bba72a.lZry02qErI3g1WVzOVyNf8UnLbEO2CVtlzXLHNsdsRk.2crDkjX2n-WhliA6b23qPbFfQYc4vGoKwm-FLrp-2yzWr7W-KNTp49fjVQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8272 -form: Symfony\Component\Form\Form {#8276 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8281 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "1c058471aa9342a7bba72a.lZry02qErI3g1WVzOVyNf8UnLbEO2CVtlzXLHNsdsRk.2crDkjX2n-WhliA6b23qPbFfQYc4vGoKwm-FLrp-2yzWr7W-KNTp49fjVQ" |
cookie_consent
"ConnectHolland\CookieConsentBundle\Form\CookieConsentType"
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 |
|---|---|---|
| action | "/accept" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/accept" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9537 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7342 …} } |
| 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 | "CHCookieConsentBundle" |
| trim | true |
| upload_max_size_message | Closure() {#9539 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9538 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/accept" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "cookie_consent" "_cookie_consent" ] |
| cache_key | "_cookie_consent_cookie_consent" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9574 -form: Symfony\Component\Form\Form {#9575 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9540 …5} |
| full_name | "cookie_consent" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cookie_consent" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent" |
| valid | true |
| value | null |
all
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "false" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [
[
"ch_cookie_consent.yes" => "true"
]
[
"ch_cookie_consent.no" => "false"
]
] |
[
[
"ch_cookie_consent.yes" => "true"
]
[
"ch_cookie_consent.no" => "false"
]
]
|
| data | "false" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [
[
"ch_cookie_consent.yes" => "true"
]
[
"ch_cookie_consent.no" => "false"
]
] |
| 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 {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data | "false" |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9547 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9546 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_cookie_consent_all" ] |
| cache_key | "_cookie_consent_all_choice" |
| choice_translation_domain | "CHCookieConsentBundle" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#9556 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9555 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#9558 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9557 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | true |
| data | "false" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9586 -form: Symfony\Component\Form\Form {#9601 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#9595 …5} |
| full_name | "cookie_consent[all]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_all" |
| is_selected | Closure($choice, $value) {#9615 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7461 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "all" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_all" |
| valid | true |
| value | "false" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.yes" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#7825 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7821 …} } |
| 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 {#7827 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ch_cookie_consent.yes" |
| 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() {#9583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9584 …} } } |
| validation_groups | null |
| value | "true" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_all_entry" ] |
| cache_key | "_cookie_consent_all_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9620 -form: Symfony\Component\Form\Form {#9604 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9619 …5} |
| full_name | "cookie_consent[all]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_all_0" |
| label | "ch_cookie_consent.yes" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_all_entry" |
| valid | true |
| value | "true" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"false"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.no" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7356 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7357 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7358 …} -namespace: Closure() {#7360 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#7825 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7821 …} } |
| 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 {#7827 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ch_cookie_consent.no" |
| 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() {#9594 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7362 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9593 …} } } |
| validation_groups | null |
| value | "false" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_all_entry" ] |
| cache_key | "_cookie_consent_all_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9622 -form: Symfony\Component\Form\Form {#9607 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9624 …5} |
| full_name | "cookie_consent[all]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_all_1" |
| label | "ch_cookie_consent.no" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_all_entry" |
| valid | true |
| value | "false" |
use_only_functional_cookies
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn" ] |
[ "class" => "btn ch-cookie-consent__btn" ] |
| label | "ch_cookie_consent.use_only_functional_cookies" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "ch_cookie_consent.use_only_functional_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_cookie_consent_use_only_functional_cookies" ] |
| cache_key | "_cookie_consent_use_only_functional_cookies_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#9617 …5} |
| full_name | "cookie_consent[use_only_functional_cookies]" |
| id | "cookie_consent_use_only_functional_cookies" |
| label | "ch_cookie_consent.use_only_functional_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "use_only_functional_cookies" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_use_only_functional_cookies" |
| value | null |
use_all_cookies
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
[ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
| label | "ch_cookie_consent.use_all_cookies" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "ch_cookie_consent.use_all_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_cookie_consent_use_all_cookies" ] |
| cache_key | "_cookie_consent_use_all_cookies_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#9618 …5} |
| full_name | "cookie_consent[use_all_cookies]" |
| id | "cookie_consent_use_all_cookies" |
| label | "ch_cookie_consent.use_all_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "use_all_cookies" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_use_all_cookies" |
| value | null |