- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 389
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- Template events 14
- Blocks* 1
- JMS Serializer 0
- Payum
- Themes 0
- Elastica
- Rich Snippets 0
- 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
-
-
-
-
query
-
-
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 | "newsletter" |
same as passed value |
validation_groups | "newsletter" |
[
"newsletter"
]
|
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 | "newsletter" |
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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7258 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7259 …} } } |
validation_groups | [
"newsletter"
] |
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 {#7721 -form: Symfony\Component\Form\Form {#7740 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7735 …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 {#7266 +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 {#7266 +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 {#7266 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7364 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7363 …} } } |
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 {#7667 -form: Symfony\Component\Form\Form {#7743 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7680 …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 {#7267 +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 {#7267 +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 {#7267 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7355 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7354 …} } } |
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 {#7658 -form: Symfony\Component\Form\Form {#7746 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7312 …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 {#7268 +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 {#7268 +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 {#7268 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7346 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7345 …} } } |
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 {#7343 -form: Symfony\Component\Form\Form {#7749 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7352 …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 {#7269 +payload: null +groups: [ "tech_advisory" "contact_us" ] +message: "validator.message.contact.country_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7270 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7269 +payload: null +groups: [ "tech_advisory" "contact_us" ] +message: "validator.message.contact.country_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7270 +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 {#7503 #id: 51 #code: "AL" #provinces: Doctrine\ORM\PersistentCollection {#7504 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7506 #id: 52 #code: "DZ" #provinces: Doctrine\ORM\PersistentCollection {#7507 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7614 #id: 89 #code: "AD" #provinces: Doctrine\ORM\PersistentCollection {#7615 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7422 #id: 24 #code: "AR" #provinces: Doctrine\ORM\PersistentCollection {#7423 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7296 #id: 2 #code: "AU" #provinces: Doctrine\ORM\PersistentCollection {#7295 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7293 #id: 3 #code: "AT" #provinces: Doctrine\ORM\PersistentCollection {#7292 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7428 #id: 26 #code: "BH" #provinces: Doctrine\ORM\PersistentCollection {#7429 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7425 #id: 25 #code: "BY" #provinces: Doctrine\ORM\PersistentCollection {#7426 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7290 #id: 4 #code: "BE" #provinces: Doctrine\ORM\PersistentCollection {#7289 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7596 #id: 83 #code: "BO" #provinces: Doctrine\ORM\PersistentCollection {#7597 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7635 #id: 98 #code: "BA" #provinces: Doctrine\ORM\PersistentCollection {#7636 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7416 #id: 22 #code: "BR" #provinces: Doctrine\ORM\PersistentCollection {#7417 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7539 #id: 63 #code: "BN" #provinces: Doctrine\ORM\PersistentCollection {#7540 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7413 #id: 21 #code: "BG" #provinces: Doctrine\ORM\PersistentCollection {#7414 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7590 #id: 81 #code: "CM" #provinces: Doctrine\ORM\PersistentCollection {#7591 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7287 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#7286 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7419 #id: 23 #code: "CL" #provinces: Doctrine\ORM\PersistentCollection {#7420 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7284 #id: 6 #code: "CN" #provinces: Doctrine\ORM\PersistentCollection {#7283 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7431 #id: 27 #code: "CO" #provinces: Doctrine\ORM\PersistentCollection {#7432 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7437 #id: 29 #code: "CR" #provinces: Doctrine\ORM\PersistentCollection {#7438 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7440 #id: 30 #code: "HR" #provinces: Doctrine\ORM\PersistentCollection {#7441 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7434 #id: 28 #code: "CY" #provinces: Doctrine\ORM\PersistentCollection {#7435 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7280 #id: 7 #code: "CZ" #provinces: Doctrine\ORM\PersistentCollection {#7281 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7374 #id: 8 #code: "DK" #provinces: Doctrine\ORM\PersistentCollection {#7375 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7443 #id: 31 #code: "EC" #provinces: Doctrine\ORM\PersistentCollection {#7444 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7446 #id: 32 #code: "EG" #provinces: Doctrine\ORM\PersistentCollection {#7447 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7449 #id: 33 #code: "EE" #provinces: Doctrine\ORM\PersistentCollection {#7450 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7455 #id: 35 #code: "FI" #provinces: Doctrine\ORM\PersistentCollection {#7456 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7377 #id: 9 #code: "FR" #provinces: Doctrine\ORM\PersistentCollection {#7378 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7617 #id: 90 #code: "GE" #provinces: Doctrine\ORM\PersistentCollection {#7618 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7310 #id: 1 #code: "DE" #provinces: Doctrine\ORM\PersistentCollection {#7298 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7632 #id: 97 #code: "GI" #provinces: Doctrine\ORM\PersistentCollection {#7633 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7452 #id: 34 #code: "GR" #provinces: Doctrine\ORM\PersistentCollection {#7453 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7575 #id: 76 #code: "GD" #provinces: Doctrine\ORM\PersistentCollection {#7576 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7458 #id: 36 #code: "HK" #provinces: Doctrine\ORM\PersistentCollection {#7459 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7461 #id: 37 #code: "HU" #provinces: Doctrine\ORM\PersistentCollection {#7462 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7464 #id: 38 #code: "IS" #provinces: Doctrine\ORM\PersistentCollection {#7465 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7380 #id: 10 #code: "IN" #provinces: Doctrine\ORM\PersistentCollection {#7381 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7467 #id: 39 #code: "ID" #provinces: Doctrine\ORM\PersistentCollection {#7468 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7470 #id: 40 #code: "IE" #provinces: Doctrine\ORM\PersistentCollection {#7471 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7383 #id: 11 #code: "IL" #provinces: Doctrine\ORM\PersistentCollection {#7384 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7386 #id: 12 #code: "IT" #provinces: Doctrine\ORM\PersistentCollection {#7387 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7509 #id: 53 #code: "JP" #provinces: Doctrine\ORM\PersistentCollection {#7510 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7521 #id: 57 #code: "JO" #provinces: Doctrine\ORM\PersistentCollection {#7522 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7485 #id: 45 #code: "KZ" #provinces: Doctrine\ORM\PersistentCollection {#7486 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7497 #id: 49 #code: "LV" #provinces: Doctrine\ORM\PersistentCollection {#7498 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7479 #id: 43 #code: "LI" #provinces: Doctrine\ORM\PersistentCollection {#7480 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7482 #id: 44 #code: "LT" #provinces: Doctrine\ORM\PersistentCollection {#7483 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7491 #id: 47 #code: "LU" #provinces: Doctrine\ORM\PersistentCollection {#7492 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7629 #id: 95 #code: "MG" #provinces: Doctrine\ORM\PersistentCollection {#7630 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7488 #id: 46 #code: "MY" #provinces: Doctrine\ORM\PersistentCollection {#7489 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7476 #id: 42 #code: "MT" #provinces: Doctrine\ORM\PersistentCollection {#7477 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7473 #id: 41 #code: "MX" #provinces: Doctrine\ORM\PersistentCollection {#7474 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7500 #id: 50 #code: "MD" #provinces: Doctrine\ORM\PersistentCollection {#7501 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7494 #id: 48 #code: "MC" #provinces: Doctrine\ORM\PersistentCollection {#7495 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7515 #id: 55 #code: "ME" #provinces: Doctrine\ORM\PersistentCollection {#7516 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7602 #id: 85 #code: "MA" #provinces: Doctrine\ORM\PersistentCollection {#7603 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7389 #id: 13 #code: "NL" #provinces: Doctrine\ORM\PersistentCollection {#7390 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7527 #id: 59 #code: "NZ" #provinces: Doctrine\ORM\PersistentCollection {#7528 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7611 #id: 88 #code: "NI" #provinces: Doctrine\ORM\PersistentCollection {#7612 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7530 #id: 60 #code: "NG" #provinces: Doctrine\ORM\PersistentCollection {#7531 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7605 #id: 86 #code: "NO" #provinces: Doctrine\ORM\PersistentCollection {#7606 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7599 #id: 84 #code: "OM" #provinces: Doctrine\ORM\PersistentCollection {#7600 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7608 #id: 87 #code: "PK" #provinces: Doctrine\ORM\PersistentCollection {#7609 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7623 #id: 92 #code: "PA" #provinces: Doctrine\ORM\PersistentCollection {#7624 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7620 #id: 91 #code: "PY" #provinces: Doctrine\ORM\PersistentCollection {#7621 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7524 #id: 58 #code: "PE" #provinces: Doctrine\ORM\PersistentCollection {#7525 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7593 #id: 82 #code: "PH" #provinces: Doctrine\ORM\PersistentCollection {#7594 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7392 #id: 14 #code: "PL" #provinces: Doctrine\ORM\PersistentCollection {#7393 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7581 #id: 78 #code: "PT" #provinces: Doctrine\ORM\PersistentCollection {#7582 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7626 #id: 93 #code: "PR" #provinces: Doctrine\ORM\PersistentCollection {#7627 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7587 #id: 80 #code: "QA" #provinces: Doctrine\ORM\PersistentCollection {#7588 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7518 #id: 56 #code: "RO" #provinces: Doctrine\ORM\PersistentCollection {#7519 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7533 #id: 61 #code: "SA" #provinces: Doctrine\ORM\PersistentCollection {#7534 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7536 #id: 62 #code: "RS" #provinces: Doctrine\ORM\PersistentCollection {#7537 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7395 #id: 15 #code: "SG" #provinces: Doctrine\ORM\PersistentCollection {#7396 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7512 #id: 54 #code: "SK" #provinces: Doctrine\ORM\PersistentCollection {#7513 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7578 #id: 77 #code: "SI" #provinces: Doctrine\ORM\PersistentCollection {#7579 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7572 #id: 75 #code: "ZA" #provinces: Doctrine\ORM\PersistentCollection {#7573 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7398 #id: 16 #code: "KR" #provinces: Doctrine\ORM\PersistentCollection {#7399 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7401 #id: 17 #code: "ES" #provinces: Doctrine\ORM\PersistentCollection {#7402 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7584 #id: 79 #code: "LK" #provinces: Doctrine\ORM\PersistentCollection {#7585 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7569 #id: 74 #code: "SE" #provinces: Doctrine\ORM\PersistentCollection {#7570 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7404 #id: 18 #code: "CH" #provinces: Doctrine\ORM\PersistentCollection {#7405 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7566 #id: 73 #code: "TW" #provinces: Doctrine\ORM\PersistentCollection {#7567 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7563 #id: 71 #code: "TH" #provinces: Doctrine\ORM\PersistentCollection {#7564 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7560 #id: 70 #code: "TN" #provinces: Doctrine\ORM\PersistentCollection {#7561 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7557 #id: 69 #code: "TR" #provinces: Doctrine\ORM\PersistentCollection {#7558 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7551 #id: 67 #code: "UA" #provinces: Doctrine\ORM\PersistentCollection {#7552 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7554 #id: 68 #code: "AE" #provinces: Doctrine\ORM\PersistentCollection {#7555 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7407 #id: 19 #code: "GB" #provinces: Doctrine\ORM\PersistentCollection {#7408 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7410 #id: 20 #code: "US" #provinces: Doctrine\ORM\PersistentCollection {#7411 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7548 #id: 66 #code: "UY" #provinces: Doctrine\ORM\PersistentCollection {#7549 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7542 #id: 64 #code: "VE" #provinces: Doctrine\ORM\PersistentCollection {#7543 …} #enabled: true } BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7545 #id: 65 #code: "VN" #provinces: Doctrine\ORM\PersistentCollection {#7546 …} #enabled: true } ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7269 +payload: null +groups: [ "tech_advisory" "contact_us" ] +message: "validator.message.contact.country_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7270 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
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() {#7316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7317 …} } } |
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 {#7781 +label: "Albania" +value: "AL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7503 #id: 51 #code: "AL" #provinces: Doctrine\ORM\PersistentCollection {#7504 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7804 +label: "Algeria" +value: "DZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7506 #id: 52 #code: "DZ" #provinces: Doctrine\ORM\PersistentCollection {#7507 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: "Andorra" +value: "AD" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7614 #id: 89 #code: "AD" #provinces: Doctrine\ORM\PersistentCollection {#7615 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7807 +label: "Argentina" +value: "AR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7422 #id: 24 #code: "AR" #provinces: Doctrine\ORM\PersistentCollection {#7423 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7808 +label: "Australia" +value: "AU" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7296 #id: 2 #code: "AU" #provinces: Doctrine\ORM\PersistentCollection {#7295 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7809 +label: "Austria" +value: "AT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7293 #id: 3 #code: "AT" #provinces: Doctrine\ORM\PersistentCollection {#7292 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7810 +label: "Bahrain" +value: "BH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7428 #id: 26 #code: "BH" #provinces: Doctrine\ORM\PersistentCollection {#7429 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7811 +label: "Belarus" +value: "BY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7425 #id: 25 #code: "BY" #provinces: Doctrine\ORM\PersistentCollection {#7426 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7812 +label: "Belgium" +value: "BE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7290 #id: 4 #code: "BE" #provinces: Doctrine\ORM\PersistentCollection {#7289 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7813 +label: "Bolivia" +value: "BO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7596 #id: 83 #code: "BO" #provinces: Doctrine\ORM\PersistentCollection {#7597 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7814 +label: "Bosnia & Herzegovina" +value: "BA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7635 #id: 98 #code: "BA" #provinces: Doctrine\ORM\PersistentCollection {#7636 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7815 +label: "Brazil" +value: "BR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7416 #id: 22 #code: "BR" #provinces: Doctrine\ORM\PersistentCollection {#7417 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7816 +label: "Brunei" +value: "BN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7539 #id: 63 #code: "BN" #provinces: Doctrine\ORM\PersistentCollection {#7540 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7817 +label: "Bulgaria" +value: "BG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7413 #id: 21 #code: "BG" #provinces: Doctrine\ORM\PersistentCollection {#7414 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7818 +label: "Cameroon" +value: "CM" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7590 #id: 81 #code: "CM" #provinces: Doctrine\ORM\PersistentCollection {#7591 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7819 +label: "Canada" +value: "CA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7287 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#7286 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7820 +label: "Chile" +value: "CL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7419 #id: 23 #code: "CL" #provinces: Doctrine\ORM\PersistentCollection {#7420 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7821 +label: "China" +value: "CN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7284 #id: 6 #code: "CN" #provinces: Doctrine\ORM\PersistentCollection {#7283 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7822 +label: "Colombia" +value: "CO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7431 #id: 27 #code: "CO" #provinces: Doctrine\ORM\PersistentCollection {#7432 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7823 +label: "Costa Rica" +value: "CR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7437 #id: 29 #code: "CR" #provinces: Doctrine\ORM\PersistentCollection {#7438 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7824 +label: "Croatia" +value: "HR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7440 #id: 30 #code: "HR" #provinces: Doctrine\ORM\PersistentCollection {#7441 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7825 +label: "Cyprus" +value: "CY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7434 #id: 28 #code: "CY" #provinces: Doctrine\ORM\PersistentCollection {#7435 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7826 +label: "Czechia" +value: "CZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7280 #id: 7 #code: "CZ" #provinces: Doctrine\ORM\PersistentCollection {#7281 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7827 +label: "Denmark" +value: "DK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7374 #id: 8 #code: "DK" #provinces: Doctrine\ORM\PersistentCollection {#7375 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7828 +label: "Ecuador" +value: "EC" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7443 #id: 31 #code: "EC" #provinces: Doctrine\ORM\PersistentCollection {#7444 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7829 +label: "Egypt" +value: "EG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7446 #id: 32 #code: "EG" #provinces: Doctrine\ORM\PersistentCollection {#7447 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7830 +label: "Estonia" +value: "EE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7449 #id: 33 #code: "EE" #provinces: Doctrine\ORM\PersistentCollection {#7450 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7831 +label: "Finland" +value: "FI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7455 #id: 35 #code: "FI" #provinces: Doctrine\ORM\PersistentCollection {#7456 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7832 +label: "France" +value: "FR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7377 #id: 9 #code: "FR" #provinces: Doctrine\ORM\PersistentCollection {#7378 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7833 +label: "Georgia" +value: "GE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7617 #id: 90 #code: "GE" #provinces: Doctrine\ORM\PersistentCollection {#7618 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7834 +label: "Germany" +value: "DE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7310 #id: 1 #code: "DE" #provinces: Doctrine\ORM\PersistentCollection {#7298 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7835 +label: "Gibraltar" +value: "GI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7632 #id: 97 #code: "GI" #provinces: Doctrine\ORM\PersistentCollection {#7633 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7836 +label: "Greece" +value: "GR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7452 #id: 34 #code: "GR" #provinces: Doctrine\ORM\PersistentCollection {#7453 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7837 +label: "Grenada" +value: "GD" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7575 #id: 76 #code: "GD" #provinces: Doctrine\ORM\PersistentCollection {#7576 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7838 +label: "Hong Kong SAR China" +value: "HK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7458 #id: 36 #code: "HK" #provinces: Doctrine\ORM\PersistentCollection {#7459 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7839 +label: "Hungary" +value: "HU" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7461 #id: 37 #code: "HU" #provinces: Doctrine\ORM\PersistentCollection {#7462 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7840 +label: "Iceland" +value: "IS" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7464 #id: 38 #code: "IS" #provinces: Doctrine\ORM\PersistentCollection {#7465 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7841 +label: "India" +value: "IN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7380 #id: 10 #code: "IN" #provinces: Doctrine\ORM\PersistentCollection {#7381 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7842 +label: "Indonesia" +value: "ID" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7467 #id: 39 #code: "ID" #provinces: Doctrine\ORM\PersistentCollection {#7468 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7843 +label: "Ireland" +value: "IE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7470 #id: 40 #code: "IE" #provinces: Doctrine\ORM\PersistentCollection {#7471 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7844 +label: "Israel" +value: "IL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7383 #id: 11 #code: "IL" #provinces: Doctrine\ORM\PersistentCollection {#7384 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7845 +label: "Italy" +value: "IT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7386 #id: 12 #code: "IT" #provinces: Doctrine\ORM\PersistentCollection {#7387 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7846 +label: "Japan" +value: "JP" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7509 #id: 53 #code: "JP" #provinces: Doctrine\ORM\PersistentCollection {#7510 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7847 +label: "Jordan" +value: "JO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7521 #id: 57 #code: "JO" #provinces: Doctrine\ORM\PersistentCollection {#7522 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7848 +label: "Kazakhstan" +value: "KZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7485 #id: 45 #code: "KZ" #provinces: Doctrine\ORM\PersistentCollection {#7486 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7849 +label: "Latvia" +value: "LV" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7497 #id: 49 #code: "LV" #provinces: Doctrine\ORM\PersistentCollection {#7498 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7850 +label: "Liechtenstein" +value: "LI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7479 #id: 43 #code: "LI" #provinces: Doctrine\ORM\PersistentCollection {#7480 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7851 +label: "Lithuania" +value: "LT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7482 #id: 44 #code: "LT" #provinces: Doctrine\ORM\PersistentCollection {#7483 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7852 +label: "Luxembourg" +value: "LU" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7491 #id: 47 #code: "LU" #provinces: Doctrine\ORM\PersistentCollection {#7492 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7853 +label: "Madagascar" +value: "MG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7629 #id: 95 #code: "MG" #provinces: Doctrine\ORM\PersistentCollection {#7630 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7854 +label: "Malaysia" +value: "MY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7488 #id: 46 #code: "MY" #provinces: Doctrine\ORM\PersistentCollection {#7489 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7855 +label: "Malta" +value: "MT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7476 #id: 42 #code: "MT" #provinces: Doctrine\ORM\PersistentCollection {#7477 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7856 +label: "Mexico" +value: "MX" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7473 #id: 41 #code: "MX" #provinces: Doctrine\ORM\PersistentCollection {#7474 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7857 +label: "Moldova" +value: "MD" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7500 #id: 50 #code: "MD" #provinces: Doctrine\ORM\PersistentCollection {#7501 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7858 +label: "Monaco" +value: "MC" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7494 #id: 48 #code: "MC" #provinces: Doctrine\ORM\PersistentCollection {#7495 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7859 +label: "Montenegro" +value: "ME" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7515 #id: 55 #code: "ME" #provinces: Doctrine\ORM\PersistentCollection {#7516 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7860 +label: "Morocco" +value: "MA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7602 #id: 85 #code: "MA" #provinces: Doctrine\ORM\PersistentCollection {#7603 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7861 +label: "Netherlands" +value: "NL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7389 #id: 13 #code: "NL" #provinces: Doctrine\ORM\PersistentCollection {#7390 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7862 +label: "New Zealand" +value: "NZ" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7527 #id: 59 #code: "NZ" #provinces: Doctrine\ORM\PersistentCollection {#7528 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7863 +label: "Nicaragua" +value: "NI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7611 #id: 88 #code: "NI" #provinces: Doctrine\ORM\PersistentCollection {#7612 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7864 +label: "Nigeria" +value: "NG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7530 #id: 60 #code: "NG" #provinces: Doctrine\ORM\PersistentCollection {#7531 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7865 +label: "Norway" +value: "NO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7605 #id: 86 #code: "NO" #provinces: Doctrine\ORM\PersistentCollection {#7606 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7866 +label: "Oman" +value: "OM" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7599 #id: 84 #code: "OM" #provinces: Doctrine\ORM\PersistentCollection {#7600 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7867 +label: "Pakistan" +value: "PK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7608 #id: 87 #code: "PK" #provinces: Doctrine\ORM\PersistentCollection {#7609 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7868 +label: "Panama" +value: "PA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7623 #id: 92 #code: "PA" #provinces: Doctrine\ORM\PersistentCollection {#7624 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7869 +label: "Paraguay" +value: "PY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7620 #id: 91 #code: "PY" #provinces: Doctrine\ORM\PersistentCollection {#7621 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7870 +label: "Peru" +value: "PE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7524 #id: 58 #code: "PE" #provinces: Doctrine\ORM\PersistentCollection {#7525 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7871 +label: "Philippines" +value: "PH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7593 #id: 82 #code: "PH" #provinces: Doctrine\ORM\PersistentCollection {#7594 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7872 +label: "Poland" +value: "PL" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7392 #id: 14 #code: "PL" #provinces: Doctrine\ORM\PersistentCollection {#7393 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7873 +label: "Portugal" +value: "PT" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7581 #id: 78 #code: "PT" #provinces: Doctrine\ORM\PersistentCollection {#7582 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7874 +label: "Puerto Rico" +value: "PR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7626 #id: 93 #code: "PR" #provinces: Doctrine\ORM\PersistentCollection {#7627 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7875 +label: "Qatar" +value: "QA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7587 #id: 80 #code: "QA" #provinces: Doctrine\ORM\PersistentCollection {#7588 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7876 +label: "Romania" +value: "RO" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7518 #id: 56 #code: "RO" #provinces: Doctrine\ORM\PersistentCollection {#7519 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7877 +label: "Saudi Arabia" +value: "SA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7533 #id: 61 #code: "SA" #provinces: Doctrine\ORM\PersistentCollection {#7534 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7878 +label: "Serbia" +value: "RS" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7536 #id: 62 #code: "RS" #provinces: Doctrine\ORM\PersistentCollection {#7537 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7879 +label: "Singapore" +value: "SG" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7395 #id: 15 #code: "SG" #provinces: Doctrine\ORM\PersistentCollection {#7396 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7880 +label: "Slovakia" +value: "SK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7512 #id: 54 #code: "SK" #provinces: Doctrine\ORM\PersistentCollection {#7513 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7881 +label: "Slovenia" +value: "SI" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7578 #id: 77 #code: "SI" #provinces: Doctrine\ORM\PersistentCollection {#7579 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7882 +label: "South Africa" +value: "ZA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7572 #id: 75 #code: "ZA" #provinces: Doctrine\ORM\PersistentCollection {#7573 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7883 +label: "South Korea" +value: "KR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7398 #id: 16 #code: "KR" #provinces: Doctrine\ORM\PersistentCollection {#7399 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7884 +label: "Spain" +value: "ES" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7401 #id: 17 #code: "ES" #provinces: Doctrine\ORM\PersistentCollection {#7402 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7885 +label: "Sri Lanka" +value: "LK" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7584 #id: 79 #code: "LK" #provinces: Doctrine\ORM\PersistentCollection {#7585 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7886 +label: "Sweden" +value: "SE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7569 #id: 74 #code: "SE" #provinces: Doctrine\ORM\PersistentCollection {#7570 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7887 +label: "Switzerland" +value: "CH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7404 #id: 18 #code: "CH" #provinces: Doctrine\ORM\PersistentCollection {#7405 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7888 +label: "Taiwan" +value: "TW" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7566 #id: 73 #code: "TW" #provinces: Doctrine\ORM\PersistentCollection {#7567 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7889 +label: "Thailand" +value: "TH" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7563 #id: 71 #code: "TH" #provinces: Doctrine\ORM\PersistentCollection {#7564 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7890 +label: "Tunisia" +value: "TN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7560 #id: 70 #code: "TN" #provinces: Doctrine\ORM\PersistentCollection {#7561 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7891 +label: "Türkiye" +value: "TR" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7557 #id: 69 #code: "TR" #provinces: Doctrine\ORM\PersistentCollection {#7558 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7892 +label: "Ukraine" +value: "UA" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7551 #id: 67 #code: "UA" #provinces: Doctrine\ORM\PersistentCollection {#7552 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7893 +label: "United Arab Emirates" +value: "AE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7554 #id: 68 #code: "AE" #provinces: Doctrine\ORM\PersistentCollection {#7555 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7894 +label: "United Kingdom" +value: "GB" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7407 #id: 19 #code: "GB" #provinces: Doctrine\ORM\PersistentCollection {#7408 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7895 +label: "United States" +value: "US" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7410 #id: 20 #code: "US" #provinces: Doctrine\ORM\PersistentCollection {#7411 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7896 +label: "Uruguay" +value: "UY" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7548 #id: 66 #code: "UY" #provinces: Doctrine\ORM\PersistentCollection {#7549 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7897 +label: "Venezuela" +value: "VE" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7542 #id: 64 #code: "VE" #provinces: Doctrine\ORM\PersistentCollection {#7543 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7898 +label: "Vietnam" +value: "VN" +data: BitBag\OpenMarketplace\Component\Addressing\Entity\Country {#7545 #id: 65 #code: "VN" #provinces: Doctrine\ORM\PersistentCollection {#7546 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7361 -form: Symfony\Component\Form\Form {#7752 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7777 …5} |
full_name | "contact[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_country" |
is_selected | Closure($choice, $value) {#7780 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7336 …} } |
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 {#7271 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7272 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_valid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7271 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7272 +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 {#7271 +payload: null +groups: [ "newsletter" "tech_advisory" "contact_us" ] +message: "validator.message.contact.email_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7272 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7654 …} } } |
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 {#7899 -form: Symfony\Component\Form\Form {#7755 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7779 …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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7664 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7665 …} } } |
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 {#7900 -form: Symfony\Component\Form\Form {#7758 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7901 …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 {#7273 +payload: null +groups: [ "contact_us" ] +message: "sylius.contact.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7274 +payload: null +groups: [ "newsletter" ] +message: "validator.message.contact.unexpected_field" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7273 +payload: null +groups: [ "contact_us" ] +message: "sylius.contact.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7274 +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 {#7273 +payload: null +groups: [ "contact_us" ] +message: "sylius.contact.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7274 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7677 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7678 …} } } |
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 {#7902 -form: Symfony\Component\Form\Form {#7761 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7903 …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) {#7275 class: "BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType" this: BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType {#7219 …} } |
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 {#7278 +payload: null +groups: [ "tech_advisory" ] +message: "validator.message.contact.category_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7279 +payload: null +groups: [ "newsletter" "contact_us" ] +message: "validator.message.contact.unexpected_field" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7278 +payload: null +groups: [ "tech_advisory" ] +message: "validator.message.contact.category_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7279 +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) {#7275 class: "BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType" this: BitBag\OpenMarketplace\Component\Core\Shop\Form\Type\Contact\ContactType {#7219 …} } |
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 {#7278 +payload: null +groups: [ "tech_advisory" ] +message: "validator.message.contact.category_not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Blank {#7279 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
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() {#7687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7686 …} } } |
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 {#7906 +label: "Finding suppliers" +value: "Finding suppliers" +data: "Finding suppliers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7907 +label: "Finding products" +value: "Finding products" +data: "Finding products" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7908 +label: "Search for partners" +value: "Search for partners" +data: "Search for partners" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7909 +label: "Strategic advice" +value: "Strategic advice" +data: "Strategic advice" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7904 -form: Symfony\Component\Form\Form {#7764 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7905 …5} |
full_name | "contact[adviceCategory]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_adviceCategory" |
is_selected | Closure($choice, $value) {#7911 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7336 …} } |
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 {#7372 +payload: null +groups: [ "newsletter" "contact_us" "tech_advisory" ] +message: "validator.message.contact.agreement_not_blank" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#7372 +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 {#7372 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#7700 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7696 …} } |
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 {#7702 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() {#7706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7704 …} } } |
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 {#7910 -form: Symfony\Component\Form\Form {#7767 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7912 …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 {#7371 +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 {#7371 +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 {#7371 +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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7718 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7720 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7719 …} } } |
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 {#7913 -form: Symfony\Component\Form\Form {#7770 …} -errors: [] } |
ewz_recaptcha_api_host | "www.google.com" |
ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
ewz_recaptcha_enabled | false |
form | Symfony\Component\Form\FormView {#7914 …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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7732 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#7734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#7731 …} } } |
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 {#7915 -form: Symfony\Component\Form\Form {#7773 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7916 …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 | "fb28.Q8A0Yu_2cCi47vXVIglCe1IvUtpvOmZsc8zMIEHgrhM.NYRVVpmuJRD9vZ_mZmsnHRhFELAJflIBMaKCchPV9ysSolAzgZU3HMmDgg" |
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 | "fb28.Q8A0Yu_2cCi47vXVIglCe1IvUtpvOmZsc8zMIEHgrhM.NYRVVpmuJRD9vZ_mZmsnHRhFELAJflIBMaKCchPV9ysSolAzgZU3HMmDgg" |
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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data | "fb28.Q8A0Yu_2cCi47vXVIglCe1IvUtpvOmZsc8zMIEHgrhM.NYRVVpmuJRD9vZ_mZmsnHRhFELAJflIBMaKCchPV9ysSolAzgZU3HMmDgg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8158 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#8156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#8157 …} } } |
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 | "fb28.Q8A0Yu_2cCi47vXVIglCe1IvUtpvOmZsc8zMIEHgrhM.NYRVVpmuJRD9vZ_mZmsnHRhFELAJflIBMaKCchPV9ysSolAzgZU3HMmDgg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8146 -form: Symfony\Component\Form\Form {#8150 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8155 …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 | "fb28.Q8A0Yu_2cCi47vXVIglCe1IvUtpvOmZsc8zMIEHgrhM.NYRVVpmuJRD9vZ_mZmsnHRhFELAJflIBMaKCchPV9ysSolAzgZU3HMmDgg" |
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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8819 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
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() {#8821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#8820 …} } } |
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 {#8856 -form: Symfony\Component\Form\Form {#8857 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8822 …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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
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() {#8829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#8828 …} } } |
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 {#8838 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8837 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#8840 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8839 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | true |
data | "false" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8868 -form: Symfony\Component\Form\Form {#8883 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#8877 …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) {#8897 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7336 …} } |
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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#7700 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7696 …} } |
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 {#7702 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() {#8865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#8866 …} } } |
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 {#8902 -form: Symfony\Component\Form\Form {#8886 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8901 …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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#7700 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7696 …} } |
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 {#7702 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() {#8876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#8875 …} } } |
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 {#8904 -form: Symfony\Component\Form\Form {#8889 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8906 …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 {#8899 …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 {#8900 …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 |
parameters
"BitBag\OpenMarketplace\Component\Elasticsearch\Form\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | BitBag\SyliusElasticsearchPlugin\Model\Search {#17916 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#17918 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/en/search" |
same as passed value |
data | BitBag\SyliusElasticsearchPlugin\Model\Search {#17916 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#17918 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/en/search" |
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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data | BitBag\SyliusElasticsearchPlugin\Model\Search {#17916 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#17918 …} } |
data_class | "BitBag\SyliusElasticsearchPlugin\Model\Search" |
disabled | false |
empty_data | Closure(FormInterface $form) {#17952 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} use: { $class: "BitBag\SyliusElasticsearchPlugin\Model\Search" } } |
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() {#17954 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#17953 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/en/search" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "parameters" "_parameters" ] |
cache_key | "_parameters_parameters" |
compound | true |
data | BitBag\SyliusElasticsearchPlugin\Model\Search {#17916 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#17918 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#17968 -form: Symfony\Component\Form\Form {#17975 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#17955 …5} |
full_name | "parameters" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parameters" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "parameters" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parameters" |
valid | true |
value | BitBag\SyliusElasticsearchPlugin\Model\Search {#17916 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#17918 …} } |
box
"BitBag\SyliusElasticsearchPlugin\Form\Type\SearchBoxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } |
View Format | same as normalized 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 | 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 {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | "BitBag\SyliusElasticsearchPlugin\Model\SearchBox" |
disabled | false |
empty_data | Closure(FormInterface $form) {#17965 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} use: { $class: "BitBag\SyliusElasticsearchPlugin\Model\SearchBox" } } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#17967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#17966 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_box" "_parameters_box" ] |
cache_key | "_parameters_box_search_box" |
compound | true |
data | BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#18002 -form: Symfony\Component\Form\Form {#17992 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#18001 …5} |
full_name | "parameters[box]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parameters_box" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "box" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parameters_box" |
valid | true |
value | BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#17917 -query: null } |
query
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
[ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#17973 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#17973 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#17973 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7234 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7235 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7236 …} -namespace: Closure() {#7238 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#17984 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7220 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#17986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7240 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2351 …} $translationDomain: "validators" $message: Closure() {#17983 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_parameters_box_query" ] |
cache_key | "_parameters_box_query_search" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#18010 -form: Symfony\Component\Form\Form {#17995 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#18008 …5} |
full_name | "parameters[box][query]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parameters_box_query" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "query" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parameters_box_query" |
valid | true |
value | "" |