- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 315
- Events
- Routing
- Cache
- Translation 11
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- Template events 12
- Blocks* 0
- JMS Serializer 0
- Payum
- Themes 0
- Elastica
- Rich Snippets 2
- 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
-
-
-
0
-
1
-
-
use_only_functional_cookies
-
use_all_cookies
-
-
-
-
quantity
-
-
addToWishlist
-
wishlists
-
_token
-
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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8859 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8820 …} } |
| 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() {#8861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#8860 …} } } |
| 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 {#8909 -form: Symfony\Component\Form\Form {#8910 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8862 …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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| 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() {#8881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#8880 …} } } |
| 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 {#8891 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8890 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#8893 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8892 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | true |
| data | "false" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8928 -form: Symfony\Component\Form\Form {#8943 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#8937 …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) {#8957 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8867 …} } |
| 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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#8920 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8914 …} } |
| 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 {#8922 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() {#8926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#8923 …} } } |
| 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 {#8962 -form: Symfony\Component\Form\Form {#8946 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8961 …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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#8920 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8914 …} } |
| 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 {#8922 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() {#8936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#8935 …} } } |
| 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 {#8964 -form: Symfony\Component\Form\Form {#8949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8966 …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 {#8959 …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 {#8960 …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 |
sylius_add_to_cart
"Sylius\Bundle\CoreBundle\Form\Type\Order\AddToCartType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#24145 -cart: BitBag\OpenMarketplace\Component\Order\Entity\Order {#10176 …} -cartItem: BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#24145 -cart: BitBag\OpenMarketplace\Component\Order\Entity\Order {#10176 …} -cartItem: BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } } |
same as passed value |
| product | BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365 #id: 1434 #code: "electric-heater-for-hydrogen-applications-tutco" #attributes: Doctrine\ORM\PersistentCollection {#6593 …} #variants: Doctrine\ORM\PersistentCollection {#6569 …} #options: Doctrine\ORM\PersistentCollection {#6653 …} #associations: Doctrine\ORM\PersistentCollection {#6640 …} #createdAt: DateTime @1757502230 {#6344 date: 2025-09-10 11:03:50.0 UTC (+00:00) } #updatedAt: DateTime @1768842806 {#6347 date: 2026-01-19 17:13:26.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#6672 …} #translationsCache: [ "en" => Sylius\Component\Core\Model\ProductTranslation {#6675 #locale: "en" #translatable: BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365} #id: 6609 #name: "Electric Heater for SOEC/SOFC Applications - TUTCO" #slug: "electric-heater-for-hydrogen-applications-tutco" #description: """ <h2>Electric Heater for Hydrogen Applications - TUTCO</h2>\r\n \r\n <ul>\r\n \t<li>Solid Oxide Fuel Cells (SOFCs) and Solid Oxide Electrolysis Cells (SOECs) are high-temperature electrochemical systems that use solid oxide ceramics as electrolytes.</li>\r\n \t<li>SOFCs convert fuels like hydrogen or natural gas into electricity, while SOECs do the reverse—using electricity to split water or CO₂ into hydrogen or syngas, making them ideal for green hydrogen production and energy storage.</li>\r\n \t<li>Both systems rely on similar materials and operating principles and require gases to be heated to high temperatures.</li>\r\n \t<li>While this heating is typically done using recovered heat in real-world setups, electric heaters are essential during start-up and in early-stage development when heat recovery isn’t yet in place. These heaters are usually custom-built to be compact, efficient, and easy to maintain.</li>\r\n </ul>\r\n \r\n <h2>Key features</h2>\r\n \r\n <ul>\r\n \t<li>If desired, fully customizable cartridge-like design </li>\r\n \t<li>ATEX connection boxes and intrinsic barriers if needed</li>\r\n \t<li>Highly compact design </li>\r\n \t<li>Leak tight design</li>\r\n \t<li>Stainless steal</li>\r\n </ul>\r\n \r\n <h2>Technical specifications</h2>\r\n \r\n <ul>\r\n \t<li>Gas types: air, H2, fuel gasses, steam</li>\r\n \t<li>Treated products: air, gas and steam</li>\r\n \t<li>Type of heater: circulation, pipework</li>\r\n \t<li>Heat source: electric</li>\r\n \t<li>Power: \r\n \t<ul>\r\n \t\t<li>Max.: 10 MW</li>\r\n \t\t<li>Min.: 1 kW</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Temperature:\r\n \t<ul>\r\n \t\t<li>Inlet <= 700 °C</li>\r\n \t\t<li>Outlet:\r\n \t\t<ul>\r\n \t\t\t<li><= 850 °C with pressure drop <10mbar</li>\r\n \t\t\t<li><= 1150 °C with pressure drop <200</li>\r\n \t\t</ul>\r\n \t\t</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Accuracy: +/- 1°C</li>\r\n \t<li>Orientation: any</li>\r\n \t<li>Voltage: any (single or three phase)</li>\r\n \t<li>Heat-up time: fast (few sec) or slow</li>\r\n \t<li>System pressure -0 to 200 bar(g)</li>\r\n </ul>\r\n \r\n <h2>Contact us</h2>\r\n \r\n <ul>\r\n \t<li>TUTCO SureHeat is your trusted and competent partner supporting your testing and the design-in process during product development. Please contact Tutco by filling in the contact vendor form or RFQ form.</li>\r\n </ul> """ #metaKeywords: null #metaDescription: null #shortDescription: """ <ul>\r\n \t<li>Electric heater for SOEC and SOFC applications.</li>\r\n \t<li>Customizable depending on cutomer requirememts.</li>\r\n \t<li>Suitable for air, gas and steam heating.</li>\r\n \t<li>Compact and explosuion proof</li>\r\n \t<li>For SOEC and SOFC applications</li>\r\n </ul> """ } ] #currentLocale: "en" #currentTranslation: null #fallbackLocale: "en" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#6625 …} #channels: Doctrine\ORM\PersistentCollection {#6611 …} #mainTaxon: Proxies\__CG__\BitBag\OpenMarketplace\Component\Taxonomy\Entity\Taxon {#6366 …} #reviews: Doctrine\ORM\PersistentCollection {#6669 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#6613 …} -productTags: Doctrine\ORM\PersistentCollection {#6443 …} -searchTerms: Doctrine\ORM\PersistentCollection {#6453 …} -featured: true -sellerPlan: null -countries: Doctrine\ORM\PersistentCollection {#6637 …} #datasheets: Doctrine\ORM\PersistentCollection {#6466 …} -countryAdjustments: Doctrine\ORM\PersistentCollection {#6511 …} -rfqRestricted: false -inquiryRestricted: false -featuredProduct: null #vendor: Proxies\__CG__\BitBag\OpenMarketplace\Component\Vendor\Entity\Vendor {#6638 …} #deleted: false #referenceableContent: Proxies\__CG__\BitBag\OpenMarketplace\Component\SEO\Entity\SEOContent {#6468 …} #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: 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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#24145 -cart: BitBag\OpenMarketplace\Component\Order\Entity\Order {#10176 …} -cartItem: BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } } |
| data_class | "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#24156 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8820 …} use: { $class: "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" } } |
| 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 |
| is_wishlist | false |
| 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 |
| product | BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365 #id: 1434 #code: "electric-heater-for-hydrogen-applications-tutco" #attributes: Doctrine\ORM\PersistentCollection {#6593 …} #variants: Doctrine\ORM\PersistentCollection {#6569 …} #options: Doctrine\ORM\PersistentCollection {#6653 …} #associations: Doctrine\ORM\PersistentCollection {#6640 …} #createdAt: DateTime @1757502230 {#6344 date: 2025-09-10 11:03:50.0 UTC (+00:00) } #updatedAt: DateTime @1768842806 {#6347 date: 2026-01-19 17:13:26.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#6672 …} #translationsCache: [ "en" => Sylius\Component\Core\Model\ProductTranslation {#6675 #locale: "en" #translatable: BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365} #id: 6609 #name: "Electric Heater for SOEC/SOFC Applications - TUTCO" #slug: "electric-heater-for-hydrogen-applications-tutco" #description: """ <h2>Electric Heater for Hydrogen Applications - TUTCO</h2>\r\n \r\n <ul>\r\n \t<li>Solid Oxide Fuel Cells (SOFCs) and Solid Oxide Electrolysis Cells (SOECs) are high-temperature electrochemical systems that use solid oxide ceramics as electrolytes.</li>\r\n \t<li>SOFCs convert fuels like hydrogen or natural gas into electricity, while SOECs do the reverse—using electricity to split water or CO₂ into hydrogen or syngas, making them ideal for green hydrogen production and energy storage.</li>\r\n \t<li>Both systems rely on similar materials and operating principles and require gases to be heated to high temperatures.</li>\r\n \t<li>While this heating is typically done using recovered heat in real-world setups, electric heaters are essential during start-up and in early-stage development when heat recovery isn’t yet in place. These heaters are usually custom-built to be compact, efficient, and easy to maintain.</li>\r\n </ul>\r\n \r\n <h2>Key features</h2>\r\n \r\n <ul>\r\n \t<li>If desired, fully customizable cartridge-like design </li>\r\n \t<li>ATEX connection boxes and intrinsic barriers if needed</li>\r\n \t<li>Highly compact design </li>\r\n \t<li>Leak tight design</li>\r\n \t<li>Stainless steal</li>\r\n </ul>\r\n \r\n <h2>Technical specifications</h2>\r\n \r\n <ul>\r\n \t<li>Gas types: air, H2, fuel gasses, steam</li>\r\n \t<li>Treated products: air, gas and steam</li>\r\n \t<li>Type of heater: circulation, pipework</li>\r\n \t<li>Heat source: electric</li>\r\n \t<li>Power: \r\n \t<ul>\r\n \t\t<li>Max.: 10 MW</li>\r\n \t\t<li>Min.: 1 kW</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Temperature:\r\n \t<ul>\r\n \t\t<li>Inlet <= 700 °C</li>\r\n \t\t<li>Outlet:\r\n \t\t<ul>\r\n \t\t\t<li><= 850 °C with pressure drop <10mbar</li>\r\n \t\t\t<li><= 1150 °C with pressure drop <200</li>\r\n \t\t</ul>\r\n \t\t</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Accuracy: +/- 1°C</li>\r\n \t<li>Orientation: any</li>\r\n \t<li>Voltage: any (single or three phase)</li>\r\n \t<li>Heat-up time: fast (few sec) or slow</li>\r\n \t<li>System pressure -0 to 200 bar(g)</li>\r\n </ul>\r\n \r\n <h2>Contact us</h2>\r\n \r\n <ul>\r\n \t<li>TUTCO SureHeat is your trusted and competent partner supporting your testing and the design-in process during product development. Please contact Tutco by filling in the contact vendor form or RFQ form.</li>\r\n </ul> """ #metaKeywords: null #metaDescription: null #shortDescription: """ <ul>\r\n \t<li>Electric heater for SOEC and SOFC applications.</li>\r\n \t<li>Customizable depending on cutomer requirememts.</li>\r\n \t<li>Suitable for air, gas and steam heating.</li>\r\n \t<li>Compact and explosuion proof</li>\r\n \t<li>For SOEC and SOFC applications</li>\r\n </ul> """ } ] #currentLocale: "en" #currentTranslation: null #fallbackLocale: "en" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#6625 …} #channels: Doctrine\ORM\PersistentCollection {#6611 …} #mainTaxon: Proxies\__CG__\BitBag\OpenMarketplace\Component\Taxonomy\Entity\Taxon {#6366 …} #reviews: Doctrine\ORM\PersistentCollection {#6669 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#6613 …} -productTags: Doctrine\ORM\PersistentCollection {#6443 …} -searchTerms: Doctrine\ORM\PersistentCollection {#6453 …} -featured: true -sellerPlan: null -countries: Doctrine\ORM\PersistentCollection {#6637 …} #datasheets: Doctrine\ORM\PersistentCollection {#6466 …} -countryAdjustments: Doctrine\ORM\PersistentCollection {#6511 …} -rfqRestricted: false -inquiryRestricted: false -featuredProduct: null #vendor: Proxies\__CG__\BitBag\OpenMarketplace\Component\Vendor\Entity\Vendor {#6638 …} #deleted: false #referenceableContent: Proxies\__CG__\BitBag\OpenMarketplace\Component\SEO\Entity\SEOContent {#6468 …} #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#24124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#24153 …} } } |
| validation_groups | [
"sylius"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sylius_add_to_cart" "_sylius_add_to_cart" ] |
| cache_key | "_sylius_add_to_cart_sylius_add_to_cart" |
| compound | true |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#24145 -cart: BitBag\OpenMarketplace\Component\Order\Entity\Order {#10176 …} -cartItem: BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#24184 -form: Symfony\Component\Form\Form {#24190 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#24162 …5} |
| full_name | "sylius_add_to_cart" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_add_to_cart" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sylius_add_to_cart" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_add_to_cart" |
| valid | true |
| value | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#24145 -cart: BitBag\OpenMarketplace\Component\Order\Entity\Order {#10176 …} -cartItem: BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } } |
cartItem
"Sylius\Bundle\OrderBundle\Form\Type\CartItemType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| product | BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365 #id: 1434 #code: "electric-heater-for-hydrogen-applications-tutco" #attributes: Doctrine\ORM\PersistentCollection {#6593 …} #variants: Doctrine\ORM\PersistentCollection {#6569 …} #options: Doctrine\ORM\PersistentCollection {#6653 …} #associations: Doctrine\ORM\PersistentCollection {#6640 …} #createdAt: DateTime @1757502230 {#6344 date: 2025-09-10 11:03:50.0 UTC (+00:00) } #updatedAt: DateTime @1768842806 {#6347 date: 2026-01-19 17:13:26.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#6672 …} #translationsCache: [ "en" => Sylius\Component\Core\Model\ProductTranslation {#6675 #locale: "en" #translatable: BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365} #id: 6609 #name: "Electric Heater for SOEC/SOFC Applications - TUTCO" #slug: "electric-heater-for-hydrogen-applications-tutco" #description: """ <h2>Electric Heater for Hydrogen Applications - TUTCO</h2>\r\n \r\n <ul>\r\n \t<li>Solid Oxide Fuel Cells (SOFCs) and Solid Oxide Electrolysis Cells (SOECs) are high-temperature electrochemical systems that use solid oxide ceramics as electrolytes.</li>\r\n \t<li>SOFCs convert fuels like hydrogen or natural gas into electricity, while SOECs do the reverse—using electricity to split water or CO₂ into hydrogen or syngas, making them ideal for green hydrogen production and energy storage.</li>\r\n \t<li>Both systems rely on similar materials and operating principles and require gases to be heated to high temperatures.</li>\r\n \t<li>While this heating is typically done using recovered heat in real-world setups, electric heaters are essential during start-up and in early-stage development when heat recovery isn’t yet in place. These heaters are usually custom-built to be compact, efficient, and easy to maintain.</li>\r\n </ul>\r\n \r\n <h2>Key features</h2>\r\n \r\n <ul>\r\n \t<li>If desired, fully customizable cartridge-like design </li>\r\n \t<li>ATEX connection boxes and intrinsic barriers if needed</li>\r\n \t<li>Highly compact design </li>\r\n \t<li>Leak tight design</li>\r\n \t<li>Stainless steal</li>\r\n </ul>\r\n \r\n <h2>Technical specifications</h2>\r\n \r\n <ul>\r\n \t<li>Gas types: air, H2, fuel gasses, steam</li>\r\n \t<li>Treated products: air, gas and steam</li>\r\n \t<li>Type of heater: circulation, pipework</li>\r\n \t<li>Heat source: electric</li>\r\n \t<li>Power: \r\n \t<ul>\r\n \t\t<li>Max.: 10 MW</li>\r\n \t\t<li>Min.: 1 kW</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Temperature:\r\n \t<ul>\r\n \t\t<li>Inlet <= 700 °C</li>\r\n \t\t<li>Outlet:\r\n \t\t<ul>\r\n \t\t\t<li><= 850 °C with pressure drop <10mbar</li>\r\n \t\t\t<li><= 1150 °C with pressure drop <200</li>\r\n \t\t</ul>\r\n \t\t</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Accuracy: +/- 1°C</li>\r\n \t<li>Orientation: any</li>\r\n \t<li>Voltage: any (single or three phase)</li>\r\n \t<li>Heat-up time: fast (few sec) or slow</li>\r\n \t<li>System pressure -0 to 200 bar(g)</li>\r\n </ul>\r\n \r\n <h2>Contact us</h2>\r\n \r\n <ul>\r\n \t<li>TUTCO SureHeat is your trusted and competent partner supporting your testing and the design-in process during product development. Please contact Tutco by filling in the contact vendor form or RFQ form.</li>\r\n </ul> """ #metaKeywords: null #metaDescription: null #shortDescription: """ <ul>\r\n \t<li>Electric heater for SOEC and SOFC applications.</li>\r\n \t<li>Customizable depending on cutomer requirememts.</li>\r\n \t<li>Suitable for air, gas and steam heating.</li>\r\n \t<li>Compact and explosuion proof</li>\r\n \t<li>For SOEC and SOFC applications</li>\r\n </ul> """ } ] #currentLocale: "en" #currentTranslation: null #fallbackLocale: "en" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#6625 …} #channels: Doctrine\ORM\PersistentCollection {#6611 …} #mainTaxon: Proxies\__CG__\BitBag\OpenMarketplace\Component\Taxonomy\Entity\Taxon {#6366 …} #reviews: Doctrine\ORM\PersistentCollection {#6669 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#6613 …} -productTags: Doctrine\ORM\PersistentCollection {#6443 …} -searchTerms: Doctrine\ORM\PersistentCollection {#6453 …} -featured: true -sellerPlan: null -countries: Doctrine\ORM\PersistentCollection {#6637 …} #datasheets: Doctrine\ORM\PersistentCollection {#6466 …} -countryAdjustments: Doctrine\ORM\PersistentCollection {#6511 …} -rfqRestricted: false -inquiryRestricted: false -featuredProduct: null #vendor: Proxies\__CG__\BitBag\OpenMarketplace\Component\Vendor\Entity\Vendor {#6638 …} #deleted: false #referenceableContent: Proxies\__CG__\BitBag\OpenMarketplace\Component\SEO\Entity\SEOContent {#6468 …} #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: 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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data_class | "BitBag\OpenMarketplace\Component\Order\Entity\OrderItem" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#24168 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8820 …} use: { $class: "BitBag\OpenMarketplace\Component\Order\Entity\OrderItem" } } |
| 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 |
| product | BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365 #id: 1434 #code: "electric-heater-for-hydrogen-applications-tutco" #attributes: Doctrine\ORM\PersistentCollection {#6593 …} #variants: Doctrine\ORM\PersistentCollection {#6569 …} #options: Doctrine\ORM\PersistentCollection {#6653 …} #associations: Doctrine\ORM\PersistentCollection {#6640 …} #createdAt: DateTime @1757502230 {#6344 date: 2025-09-10 11:03:50.0 UTC (+00:00) } #updatedAt: DateTime @1768842806 {#6347 date: 2026-01-19 17:13:26.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#6672 …} #translationsCache: [ "en" => Sylius\Component\Core\Model\ProductTranslation {#6675 #locale: "en" #translatable: BitBag\OpenMarketplace\Component\Product\Entity\Product {#6365} #id: 6609 #name: "Electric Heater for SOEC/SOFC Applications - TUTCO" #slug: "electric-heater-for-hydrogen-applications-tutco" #description: """ <h2>Electric Heater for Hydrogen Applications - TUTCO</h2>\r\n \r\n <ul>\r\n \t<li>Solid Oxide Fuel Cells (SOFCs) and Solid Oxide Electrolysis Cells (SOECs) are high-temperature electrochemical systems that use solid oxide ceramics as electrolytes.</li>\r\n \t<li>SOFCs convert fuels like hydrogen or natural gas into electricity, while SOECs do the reverse—using electricity to split water or CO₂ into hydrogen or syngas, making them ideal for green hydrogen production and energy storage.</li>\r\n \t<li>Both systems rely on similar materials and operating principles and require gases to be heated to high temperatures.</li>\r\n \t<li>While this heating is typically done using recovered heat in real-world setups, electric heaters are essential during start-up and in early-stage development when heat recovery isn’t yet in place. These heaters are usually custom-built to be compact, efficient, and easy to maintain.</li>\r\n </ul>\r\n \r\n <h2>Key features</h2>\r\n \r\n <ul>\r\n \t<li>If desired, fully customizable cartridge-like design </li>\r\n \t<li>ATEX connection boxes and intrinsic barriers if needed</li>\r\n \t<li>Highly compact design </li>\r\n \t<li>Leak tight design</li>\r\n \t<li>Stainless steal</li>\r\n </ul>\r\n \r\n <h2>Technical specifications</h2>\r\n \r\n <ul>\r\n \t<li>Gas types: air, H2, fuel gasses, steam</li>\r\n \t<li>Treated products: air, gas and steam</li>\r\n \t<li>Type of heater: circulation, pipework</li>\r\n \t<li>Heat source: electric</li>\r\n \t<li>Power: \r\n \t<ul>\r\n \t\t<li>Max.: 10 MW</li>\r\n \t\t<li>Min.: 1 kW</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Temperature:\r\n \t<ul>\r\n \t\t<li>Inlet <= 700 °C</li>\r\n \t\t<li>Outlet:\r\n \t\t<ul>\r\n \t\t\t<li><= 850 °C with pressure drop <10mbar</li>\r\n \t\t\t<li><= 1150 °C with pressure drop <200</li>\r\n \t\t</ul>\r\n \t\t</li>\r\n \t</ul>\r\n \t</li>\r\n \t<li>Accuracy: +/- 1°C</li>\r\n \t<li>Orientation: any</li>\r\n \t<li>Voltage: any (single or three phase)</li>\r\n \t<li>Heat-up time: fast (few sec) or slow</li>\r\n \t<li>System pressure -0 to 200 bar(g)</li>\r\n </ul>\r\n \r\n <h2>Contact us</h2>\r\n \r\n <ul>\r\n \t<li>TUTCO SureHeat is your trusted and competent partner supporting your testing and the design-in process during product development. Please contact Tutco by filling in the contact vendor form or RFQ form.</li>\r\n </ul> """ #metaKeywords: null #metaDescription: null #shortDescription: """ <ul>\r\n \t<li>Electric heater for SOEC and SOFC applications.</li>\r\n \t<li>Customizable depending on cutomer requirememts.</li>\r\n \t<li>Suitable for air, gas and steam heating.</li>\r\n \t<li>Compact and explosuion proof</li>\r\n \t<li>For SOEC and SOFC applications</li>\r\n </ul> """ } ] #currentLocale: "en" #currentTranslation: null #fallbackLocale: "en" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#6625 …} #channels: Doctrine\ORM\PersistentCollection {#6611 …} #mainTaxon: Proxies\__CG__\BitBag\OpenMarketplace\Component\Taxonomy\Entity\Taxon {#6366 …} #reviews: Doctrine\ORM\PersistentCollection {#6669 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#6613 …} -productTags: Doctrine\ORM\PersistentCollection {#6443 …} -searchTerms: Doctrine\ORM\PersistentCollection {#6453 …} -featured: true -sellerPlan: null -countries: Doctrine\ORM\PersistentCollection {#6637 …} #datasheets: Doctrine\ORM\PersistentCollection {#6466 …} -countryAdjustments: Doctrine\ORM\PersistentCollection {#6511 …} -rfqRestricted: false -inquiryRestricted: false -featuredProduct: null #vendor: Proxies\__CG__\BitBag\OpenMarketplace\Component\Vendor\Entity\Vendor {#6638 …} #deleted: false #referenceableContent: Proxies\__CG__\BitBag\OpenMarketplace\Component\SEO\Entity\SEOContent {#6468 …} #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#24173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#24174 …} } } |
| validation_groups | [
"sylius"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sylius_cart_item" "_sylius_add_to_cart_cartItem" ] |
| cache_key | "_sylius_add_to_cart_cartItem_sylius_cart_item" |
| compound | true |
| data | BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#24215 -form: Symfony\Component\Form\Form {#24203 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#24197 …5} |
| full_name | "sylius_add_to_cart[cartItem]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_add_to_cart_cartItem" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cartItem" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_add_to_cart_cartItem" |
| valid | true |
| value | BitBag\OpenMarketplace\Component\Order\Entity\OrderItem {#24087 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#24144 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#24142 …} #adjustmentsTotal: 0 #version: 1 #variant: Sylius\Component\Core\Model\ProductVariant {#6691 …} #productName: null #variantName: null -offer: null } |
quantity
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 1 |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 1 ] |
[ "min" => 1 ] |
| label | "sylius.ui.quantity" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 1 ] |
| 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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#24194 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8820 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "sylius.ui.quantity" |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#24196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#24195 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 1 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_sylius_add_to_cart_cartItem_quantity" ] |
| cache_key | "_sylius_add_to_cart_cartItem_quantity_integer" |
| compound | false |
| data | 1 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#24220 -form: Symfony\Component\Form\Form {#24206 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#24219 …5} |
| full_name | "sylius_add_to_cart[cartItem][quantity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_add_to_cart_cartItem_quantity" |
| label | "sylius.ui.quantity" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_add_to_cart_cartItem_quantity" |
| valid | true |
| value | "1" |
addToWishlist
"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" => "bitbag-add-variant-to-wishlist ui icon labeled button" ] |
[ "class" => "bitbag-add-variant-to-wishlist ui icon labeled button" ] |
| label | "bitbag_sylius_wishlist_plugin.ui.add_to_wishlist" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "bitbag-add-variant-to-wishlist ui icon labeled button" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "bitbag_sylius_wishlist_plugin.ui.add_to_wishlist" |
| 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" => "bitbag-add-variant-to-wishlist ui icon labeled button" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_sylius_add_to_cart_addToWishlist" ] |
| cache_key | "_sylius_add_to_cart_addToWishlist_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#24218 …5} |
| full_name | "sylius_add_to_cart[addToWishlist]" |
| id | "sylius_add_to_cart_addToWishlist" |
| label | "bitbag_sylius_wishlist_plugin.ui.add_to_wishlist" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "addToWishlist" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_sylius_add_to_cart_addToWishlist" |
| value | null |
wishlists
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| choices | [] |
same as passed value |
| class | "BitBag\SyliusWishlistPlugin\Entity\Wishlist" |
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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#24182 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#24176 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#24102 -om: ContainerHwqgPpU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1984 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5123 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [] |
| class | "BitBag\SyliusWishlistPlugin\Entity\Wishlist" |
| 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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data_class | null |
| disabled | false |
| em | ContainerHwqgPpU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1984 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#24102 -om: ContainerHwqgPpU\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1984 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5123 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| 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 |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#24183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#24172 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_sylius_add_to_cart_wishlists" ] |
| cache_key | "_sylius_add_to_cart_wishlists_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#24227 -form: Symfony\Component\Form\Form {#24211 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#24217 …5} |
| full_name | "sylius_add_to_cart[wishlists]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_add_to_cart_wishlists" |
| is_selected | Closure($choice, $value) {#24228 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8867 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "wishlists" |
| 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 | "_sylius_add_to_cart_wishlists" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7226498194b66.rNASQgGu1V5pYrrPL1B5iMIzrV02sgLp00CxZKkroTw.9uJ3LjTN5msKL9CaFyIR3_Za_ytVwVKHpCeIF-hF0HLEikZyaMfmCRM93Q" |
| 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 | "7226498194b66.rNASQgGu1V5pYrrPL1B5iMIzrV02sgLp00CxZKkroTw.9uJ3LjTN5msKL9CaFyIR3_Za_ytVwVKHpCeIF-hF0HLEikZyaMfmCRM93Q" |
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 {#8835 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8836 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8837 …} -namespace: Closure() {#8839 …} } |
| data | "7226498194b66.rNASQgGu1V5pYrrPL1B5iMIzrV02sgLp00CxZKkroTw.9uJ3LjTN5msKL9CaFyIR3_Za_ytVwVKHpCeIF-hF0HLEikZyaMfmCRM93Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#24235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8820 …} } |
| 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() {#24237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8841 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#24234 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_sylius_add_to_cart__token" ] |
| cache_key | "_sylius_add_to_cart__token_hidden" |
| compound | false |
| data | "7226498194b66.rNASQgGu1V5pYrrPL1B5iMIzrV02sgLp00CxZKkroTw.9uJ3LjTN5msKL9CaFyIR3_Za_ytVwVKHpCeIF-hF0HLEikZyaMfmCRM93Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#24247 -form: Symfony\Component\Form\Form {#24243 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#24238 …5} |
| full_name | "sylius_add_to_cart[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_add_to_cart__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 | "_sylius_add_to_cart__token" |
| valid | true |
| value | "7226498194b66.rNASQgGu1V5pYrrPL1B5iMIzrV02sgLp00CxZKkroTw.9uJ3LjTN5msKL9CaFyIR3_Za_ytVwVKHpCeIF-hF0HLEikZyaMfmCRM93Q" |