- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 93
- Events
- Routing
- Cache
- Translation 101
- Security
- Twig
- Doctrine 2
- E-mails
- Debug
- Messages
- Template events 33
- Blocks* 7
- Payum
- Themes 1
- Rich Snippets 2
- 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
-
-
query
-
submit
-
_token
-
-
-
-
quantity
-
-
addToWishlist
-
wishlists
-
_token
-
-
-
emailCustomer
-
captcha
-
_token
-
-
-
email
-
captcha
-
_token
-
-
-
-
0
-
1
-
-
-
0
-
1
-
-
-
0
-
1
-
-
-
0
-
1
-
-
save
-
_token
-
monsieurbiz_searchplugin_search
"App\Form\Type\Search\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18652 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#18654 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#18653 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "monsieurbiz_searchplugin_search" "_monsieurbiz_searchplugin_search" ] |
| cache_key | "_monsieurbiz_searchplugin_search_monsieurbiz_searchplugin_search" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18690 -form: Symfony\Component\Form\Form {#18691 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#18655 …5} |
| full_name | "monsieurbiz_searchplugin_search" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "monsieurbiz_searchplugin_search" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "monsieurbiz_searchplugin_search" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_monsieurbiz_searchplugin_search" |
| valid | true |
| value | 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" => "monsieurbiz_searchplugin.form.query_placeholder" "autocomplete" => "off" ] |
[ "placeholder" => "monsieurbiz_searchplugin.form.query_placeholder" "autocomplete" => "off" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#18660 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Required {#18661 +constraints: [] +payload: null +groups: [ "Default" ] } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#18660 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Required {#18661 +constraints: [] +payload: null +groups: [ "Default" ] } ] |
| label | "monsieurbiz_searchplugin.form.query" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "monsieurbiz_searchplugin.form.query_placeholder" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#18660 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Required {#18661 +constraints: [] +payload: null +groups: [ "Default" ] } ] |
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18672 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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 | "monsieurbiz_searchplugin.form.query" |
| 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() {#18674 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#18671 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "monsieurbiz_searchplugin.form.query_placeholder" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_monsieurbiz_searchplugin_search_query" ] |
| cache_key | "_monsieurbiz_searchplugin_search_query_search" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18703 -form: Symfony\Component\Form\Form {#18694 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#18702 …5} |
| full_name | "monsieurbiz_searchplugin_search[query]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "monsieurbiz_searchplugin_search_query" |
| label | "monsieurbiz_searchplugin.form.query" |
| 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 | "_monsieurbiz_searchplugin_search_query" |
| valid | true |
| value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "submit" ] |
[ "class" => "submit" ] |
| label | "monsieurbiz_searchplugin.form.submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "submit" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "monsieurbiz_searchplugin.form.submit" |
| 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" => "submit" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_monsieurbiz_searchplugin_search_submit" ] |
| cache_key | "_monsieurbiz_searchplugin_search_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#18705 …5} |
| full_name | "monsieurbiz_searchplugin_search[submit]" |
| id | "monsieurbiz_searchplugin_search_submit" |
| label | "monsieurbiz_searchplugin.form.submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_monsieurbiz_searchplugin_search_submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1e273354.B4o2Xw60b2PgjVCHS7sbc6h-bvzNyx8YWSmE3mVKwn0.V89nHGGAXFq35T6-APYuAvowVr-KqV1LYG7xjiIBlDxPwXM6Z_gfM4TYYA" |
| 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 | "1e273354.B4o2Xw60b2PgjVCHS7sbc6h-bvzNyx8YWSmE3mVKwn0.V89nHGGAXFq35T6-APYuAvowVr-KqV1LYG7xjiIBlDxPwXM6Z_gfM4TYYA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "1e273354.B4o2Xw60b2PgjVCHS7sbc6h-bvzNyx8YWSmE3mVKwn0.V89nHGGAXFq35T6-APYuAvowVr-KqV1LYG7xjiIBlDxPwXM6Z_gfM4TYYA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18711 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#18713 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#18710 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_monsieurbiz_searchplugin_search__token" ] |
| cache_key | "_monsieurbiz_searchplugin_search__token_hidden" |
| compound | false |
| data | "1e273354.B4o2Xw60b2PgjVCHS7sbc6h-bvzNyx8YWSmE3mVKwn0.V89nHGGAXFq35T6-APYuAvowVr-KqV1LYG7xjiIBlDxPwXM6Z_gfM4TYYA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18723 -form: Symfony\Component\Form\Form {#18719 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#18714 …5} |
| full_name | "monsieurbiz_searchplugin_search[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "monsieurbiz_searchplugin_search__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 | "_monsieurbiz_searchplugin_search__token" |
| valid | true |
| value | "1e273354.B4o2Xw60b2PgjVCHS7sbc6h-bvzNyx8YWSmE3mVKwn0.V89nHGGAXFq35T6-APYuAvowVr-KqV1LYG7xjiIBlDxPwXM6Z_gfM4TYYA" |
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 {#28939 -cart: App\Entity\Order\Order {#21349 …} -cartItem: App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } } |
| 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 {#28939 -cart: App\Entity\Order\Order {#21349 …} -cartItem: App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } } |
same as passed value |
| product | App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } |
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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#28939 -cart: App\Entity\Order\Order {#21349 …} -cartItem: App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } } |
| data_class | "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#28946 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} 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 | App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#28944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#28945 …} } } |
| 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 {#28939 -cart: App\Entity\Order\Order {#21349 …} -cartItem: App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#28985 -form: Symfony\Component\Form\Form {#29014 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#28943 …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 {#28939 -cart: App\Entity\Order\Order {#21349 …} -cartItem: App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } } |
cartItem
"Sylius\Bundle\OrderBundle\Form\Type\CartItemType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| product | App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } |
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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | "App\Entity\Order\OrderItem" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#29032 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} use: { $class: "App\Entity\Order\OrderItem" } } |
| 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 | 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 | App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#29009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#28974 …} } } |
| 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 | App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#29045 -form: Symfony\Component\Form\Form {#29033 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#29019 …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 | App\Entity\Order\OrderItem {#28932 #productBundleOrderItems: Doctrine\Common\Collections\ArrayCollection {#28958 …} #configuration: null #version: 1 #variant: App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } #productName: null #variantName: null #id: null #order: null #quantity: 1 #unitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#28963 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#28964 …} #adjustmentsTotal: 0 } |
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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#29015 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#29018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#29023 …} } } |
| 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 {#29050 -form: Symfony\Component\Form\Form {#29036 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#29049 …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 {#29048 …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 | [] |
[] |
| class | "BitBag\SyliusWishlistPlugin\Entity\Wishlist" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#28988 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#28986 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#28989 -om: ContainerADuwsud\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#4081 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#16272 …} -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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| em | ContainerADuwsud\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#4081 …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 {#28989 -om: ContainerADuwsud\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#4081 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#16272 …} -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() {#28990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#28992 …} } } |
| 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 {#29058 -form: Symfony\Component\Form\Form {#29041 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#29047 …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) {#29059 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#19277 …} } |
| 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 | "6fd36936916.yitKH88hDWyhQNO5G_npQOsghQjsYdL8aVqoR_f0KXo._BJ8b7ZGUiT0KaD8cb6sFpkXwGOII-OqCw_qDp2_cTX_dC5qtUB9BMkUtA" |
| 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 | "6fd36936916.yitKH88hDWyhQNO5G_npQOsghQjsYdL8aVqoR_f0KXo._BJ8b7ZGUiT0KaD8cb6sFpkXwGOII-OqCw_qDp2_cTX_dC5qtUB9BMkUtA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "6fd36936916.yitKH88hDWyhQNO5G_npQOsghQjsYdL8aVqoR_f0KXo._BJ8b7ZGUiT0KaD8cb6sFpkXwGOII-OqCw_qDp2_cTX_dC5qtUB9BMkUtA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#29004 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#29063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#29056 …} } } |
| 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 | "6fd36936916.yitKH88hDWyhQNO5G_npQOsghQjsYdL8aVqoR_f0KXo._BJ8b7ZGUiT0KaD8cb6sFpkXwGOII-OqCw_qDp2_cTX_dC5qtUB9BMkUtA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#29074 -form: Symfony\Component\Form\Form {#29070 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#29065 …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 | "6fd36936916.yitKH88hDWyhQNO5G_npQOsghQjsYdL8aVqoR_f0KXo._BJ8b7ZGUiT0KaD8cb6sFpkXwGOII-OqCw_qDp2_cTX_dC5qtUB9BMkUtA" |
app_availability_notifier
"App\Form\Type\UserAlertStock\AvailabilityNotifierType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\UserAlertStock\AvailabilityNotifier {#29343 -id: null -status: false #createdAt: null #updatedAt: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\UserAlertStock\AvailabilityNotifier {#29343 -id: null -status: false #createdAt: null #updatedAt: null } |
same as passed value |
| productVariant | App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } |
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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | App\Entity\UserAlertStock\AvailabilityNotifier {#29343 -id: null -status: false #createdAt: null #updatedAt: null } |
| data_class | "App\Entity\UserAlertStock\AvailabilityNotifier" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#29378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} use: { $class: "App\Entity\UserAlertStock\AvailabilityNotifier" } } |
| 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 |
| productVariant | App\Entity\Product\ProductVariant {#15077 -oldId: null -minimalQuantity: 1 -model: null -stockFamily: Proxies\__CG__\App\Entity\StockFamily\StockFamily {#15343 …} #tierPrices: Doctrine\ORM\PersistentCollection {#15337 …} -internationalDescription: "" #version: 3 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.07 #width: null #height: 270.0 #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15120 …} #shippingCategory: Proxies\__CG__\App\Entity\Shipping\ShippingCategory {#15108 …} #channelPricings: Doctrine\ORM\PersistentCollection {#15375 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#15378 …} #id: 3575 #code: "892" #product: App\Entity\Product\Product {#13714 #variantSelectionMethod: "match" -oldId: 892 #productBundle: null #brand: Proxies\__CG__\App\Entity\Brand\Brand {#13673 …} #archivedAt: null #supplier: null -isDigitalProduct: false #productTaxons: Doctrine\ORM\PersistentCollection {#14041 …} #channels: Doctrine\ORM\PersistentCollection {#14060 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#13785 …} #reviews: Doctrine\ORM\PersistentCollection {#14479 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#14052 …} #id: 1985 #code: "sac_de_bouteille_pour_papy_exceptionnel_892" #attributes: Doctrine\ORM\PersistentCollection {#14211 …} #variants: Doctrine\ORM\PersistentCollection {#14209 …} #options: Doctrine\ORM\PersistentCollection {#14308 …} #associations: Doctrine\ORM\PersistentCollection {#14250 …} #createdAt: DateTime @1683916080 {#13679 date: 2023-05-12 20:28:00.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1683916201 {#13672 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#14480 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductTranslation {#14482 #shortDescription: "<p>Sac pour offrir avec originalité une bouteille à un papy!<br /><br />Il est 100% coton, certifié équitable.<br />Il peut contenir une bouteille de 1,5 litre.<br /><br />Produit non personnalisable<br /><br /></p>" #id: 1985 #name: "Sac de bouteille pour papy exceptionnel" #slug: "sac-de-bouteille-pour-papy-exceptionnel" #description: "<p>Matière 100% coton, certifié équitable.<br /><br />Il peut contenir bouteille de 1,5 litre.<br />Hauteur du sac : 27cm,<br />400gr/m²<br />Equipé de deux poignées de portage<br /><br />Produit non personnalisable</p>" #metaKeywords: null #metaDescription: "Sac à bouteille en coton 100% Fairtrade. Pour offrir une bouteille de façon originale à un papy. Ce sac de bonne qualité, 400gm/m² pourra ensuite être réutilisé." #locale: "fr_FR" #translatable: App\Entity\Product\Product {#13714} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" #SEOBrand: null #SEOGtin8: null #SEOGtin13: null #SEOGtin14: null #SEOMpn: null #SEOIsbn: null #SEOSku: null #SEOOfferAggregated: false #referenceableContent: Dedi\SyliusSEOPlugin\Entity\SEOContent {#17800 …} -hsCode: "42029298" #callouts: Doctrine\ORM\PersistentCollection {#14012 …} } #optionValues: Doctrine\ORM\PersistentCollection {#15408 …} #position: 0 #createdAt: DateTime @1683916201 {#15098 date: 2023-05-12 20:30:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1696252714 {#15068 date: 2023-10-02 15:18:34.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#15362 …} #translationsCache: [ "fr_FR" => App\Entity\Product\ProductVariantTranslation {#28720 #description: null #id: 3566 #name: "Sac de bouteille pour papy exceptionnel" #locale: "fr_FR" #translatable: App\Entity\Product\ProductVariant {#15077} } ] #currentLocale: "fr_FR" #currentTranslation: null #fallbackLocale: "fr_FR" } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#29376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#29377 …} } } |
| validation_groups | [
"sylius"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "app_availability_notifier" "_app_availability_notifier" ] |
| cache_key | "_app_availability_notifier_app_availability_notifier" |
| compound | true |
| data | App\Entity\UserAlertStock\AvailabilityNotifier {#29343 -id: null -status: false #createdAt: null #updatedAt: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#29398 -form: Symfony\Component\Form\Form {#29386 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#29396 …5} |
| full_name | "app_availability_notifier" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_availability_notifier" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "app_availability_notifier" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_availability_notifier" |
| valid | true |
| value | App\Entity\UserAlertStock\AvailabilityNotifier {#29343 -id: null -status: false #createdAt: null #updatedAt: null } |
emailCustomer
"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 {#29345 +message: "app.customer_email.not_blank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#29345 +message: "app.customer_email.not_blank" +allowNull: false +normalizer: null +payload: null } ] |
| label | "app.ui.email_address" |
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 {#29345 +message: "app.customer_email.not_blank" +allowNull: false +normalizer: null +payload: 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#29351 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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 | "app.ui.email_address" |
| 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() {#29353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#29350 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_app_availability_notifier_emailCustomer" ] |
| cache_key | "_app_availability_notifier_emailCustomer_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#29407 -form: Symfony\Component\Form\Form {#29389 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#29401 …5} |
| full_name | "app_availability_notifier[emailCustomer]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_availability_notifier_emailCustomer" |
| label | "app.ui.email_address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailCustomer" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_availability_notifier_emailCustomer" |
| valid | true |
| value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
|---|---|---|
| action_name | "availability_notifier" |
same as passed value |
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#29370 +message: "karser_recaptcha3.message" +messageMissingValue: "karser_recaptcha3.message_missing_value" +payload: null +groups: [ "sylius" ] } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#29370 +message: "karser_recaptcha3.message" +messageMissingValue: "karser_recaptcha3.message_missing_value" +payload: null +groups: [ "sylius" ] } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "availability_notifier" |
| 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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#29370 +message: "karser_recaptcha3.message" +messageMissingValue: "karser_recaptcha3.message_missing_value" +payload: null +groups: [ "sylius" ] } ] |
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#29366 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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 | [] |
| host | 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 |
| locale | "en" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#29364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#29365 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| action_name | "availability_notifier" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_app_availability_notifier_captcha" ] |
| cache_key | "_app_availability_notifier_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#29409 -form: Symfony\Component\Form\Form {#29392 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#29410 …5} |
| full_name | "app_availability_notifier[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "app_availability_notifier_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LfGuccoAAAAAJnwJqX44zbRjwtEnSkOOWO1vbJD" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_availability_notifier_captcha" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1e45a61a2a4efaa0f.0ByE9YpjgQwYuXnc_lz5Sr7OoUfU2bhdpLe5WlsN2o8.5ym0vOIMsWFd1jC5hg-RO-Gmwy-8jvk2xtrzPmw4rfW5Wcu_zFPXSn3xIA" |
| 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 | "1e45a61a2a4efaa0f.0ByE9YpjgQwYuXnc_lz5Sr7OoUfU2bhdpLe5WlsN2o8.5ym0vOIMsWFd1jC5hg-RO-Gmwy-8jvk2xtrzPmw4rfW5Wcu_zFPXSn3xIA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "1e45a61a2a4efaa0f.0ByE9YpjgQwYuXnc_lz5Sr7OoUfU2bhdpLe5WlsN2o8.5ym0vOIMsWFd1jC5hg-RO-Gmwy-8jvk2xtrzPmw4rfW5Wcu_zFPXSn3xIA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#29399 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#29411 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#29412 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_app_availability_notifier__token" ] |
| cache_key | "_app_availability_notifier__token_hidden" |
| compound | false |
| data | "1e45a61a2a4efaa0f.0ByE9YpjgQwYuXnc_lz5Sr7OoUfU2bhdpLe5WlsN2o8.5ym0vOIMsWFd1jC5hg-RO-Gmwy-8jvk2xtrzPmw4rfW5Wcu_zFPXSn3xIA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#29422 -form: Symfony\Component\Form\Form {#29418 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#29413 …5} |
| full_name | "app_availability_notifier[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_availability_notifier__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 | "_app_availability_notifier__token" |
| valid | true |
| value | "1e45a61a2a4efaa0f.0ByE9YpjgQwYuXnc_lz5Sr7OoUfU2bhdpLe5WlsN2o8.5ym0vOIMsWFd1jC5hg-RO-Gmwy-8jvk2xtrzPmw4rfW5Wcu_zFPXSn3xIA" |
setono_sylius_mailchimp_subscribe_to_newsletter
"Setono\SyliusMailchimpPlugin\Form\Type\SubscribeToNewsletterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#37984 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#37986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#37985 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "setono_sylius_mailchimp_subscribe_to_newsletter" "_setono_sylius_mailchimp_subscribe_to_newsletter" ] |
| cache_key | "_setono_sylius_mailchimp_subscribe_to_newsletter_setono_sylius_mailchimp_subscribe_to_newsletter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#38008 -form: Symfony\Component\Form\Form {#38013 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#37987 …5} |
| full_name | "setono_sylius_mailchimp_subscribe_to_newsletter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "setono_sylius_mailchimp_subscribe_to_newsletter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "setono_sylius_mailchimp_subscribe_to_newsletter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_setono_sylius_mailchimp_subscribe_to_newsletter" |
| valid | true |
| value | null |
"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 {#37994 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#37995 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#37994 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#37995 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
| label | "setono_sylius_mailchimp.form.subscribe_to_newsletter.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 {#37994 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#37995 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#37996 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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 | "setono_sylius_mailchimp.form.subscribe_to_newsletter.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() {#37998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#37997 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_setono_sylius_mailchimp_subscribe_to_newsletter_email" ] |
| cache_key | "_setono_sylius_mailchimp_subscribe_to_newsletter_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#38026 -form: Symfony\Component\Form\Form {#38016 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#38025 …5} |
| full_name | "setono_sylius_mailchimp_subscribe_to_newsletter[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "setono_sylius_mailchimp_subscribe_to_newsletter_email" |
| label | "setono_sylius_mailchimp.form.subscribe_to_newsletter.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 | "_setono_sylius_mailchimp_subscribe_to_newsletter_email" |
| valid | true |
| value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
|---|---|---|
| action_name | "contact" |
same as passed value |
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#37993 +message: "karser_recaptcha3.message" +messageMissingValue: "karser_recaptcha3.message_missing_value" +payload: null +groups: [ "sylius" ] } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#37993 +message: "karser_recaptcha3.message" +messageMissingValue: "karser_recaptcha3.message_missing_value" +payload: null +groups: [ "sylius" ] } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| 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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#37993 +message: "karser_recaptcha3.message" +messageMissingValue: "karser_recaptcha3.message_missing_value" +payload: null +groups: [ "sylius" ] } ] |
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#38005 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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 | [] |
| host | 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 |
| locale | "en" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#38007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#38006 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_setono_sylius_mailchimp_subscribe_to_newsletter_captcha" ] |
| cache_key | "_setono_sylius_mailchimp_subscribe_to_newsletter_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#38027 -form: Symfony\Component\Form\Form {#38019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#38028 …5} |
| full_name | "setono_sylius_mailchimp_subscribe_to_newsletter[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "setono_sylius_mailchimp_subscribe_to_newsletter_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LfGuccoAAAAAJnwJqX44zbRjwtEnSkOOWO1vbJD" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_setono_sylius_mailchimp_subscribe_to_newsletter_captcha" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a2815ae3ed9b117c3c3e9aec.d2e6xrNDoVY3cENZmoByJBaDU1_yQ2_kpSBQyt_qpRw.TwTJoOV012MCBS0JqNEwF1vaIgezDiyP1GJp-76BnHYGEfKk-AaMe1EcIA" |
| 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 | "a2815ae3ed9b117c3c3e9aec.d2e6xrNDoVY3cENZmoByJBaDU1_yQ2_kpSBQyt_qpRw.TwTJoOV012MCBS0JqNEwF1vaIgezDiyP1GJp-76BnHYGEfKk-AaMe1EcIA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "a2815ae3ed9b117c3c3e9aec.d2e6xrNDoVY3cENZmoByJBaDU1_yQ2_kpSBQyt_qpRw.TwTJoOV012MCBS0JqNEwF1vaIgezDiyP1GJp-76BnHYGEfKk-AaMe1EcIA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#37999 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#38032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#38034 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_setono_sylius_mailchimp_subscribe_to_newsletter__token" ] |
| cache_key | "_setono_sylius_mailchimp_subscribe_to_newsletter__token_hidden" |
| compound | false |
| data | "a2815ae3ed9b117c3c3e9aec.d2e6xrNDoVY3cENZmoByJBaDU1_yQ2_kpSBQyt_qpRw.TwTJoOV012MCBS0JqNEwF1vaIgezDiyP1GJp-76BnHYGEfKk-AaMe1EcIA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#38044 -form: Symfony\Component\Form\Form {#38040 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#38035 …5} |
| full_name | "setono_sylius_mailchimp_subscribe_to_newsletter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "setono_sylius_mailchimp_subscribe_to_newsletter__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 | "_setono_sylius_mailchimp_subscribe_to_newsletter__token" |
| valid | true |
| value | "a2815ae3ed9b117c3c3e9aec.d2e6xrNDoVY3cENZmoByJBaDU1_yQ2_kpSBQyt_qpRw.TwTJoOV012MCBS0JqNEwF1vaIgezDiyP1GJp-76BnHYGEfKk-AaMe1EcIA" |
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 | "/" |
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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#39664 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#39666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39665 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/" |
| 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 {#39718 -form: Symfony\Component\Form\Form {#39719 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39667 …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 |
analytics
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "true" |
| 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 | "true" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "true" |
| 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() {#39676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39675 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_cookie_consent_analytics" ] |
| cache_key | "_cookie_consent_analytics_choice" |
| choice_translation_domain | "CHCookieConsentBundle" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19301 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#19300 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19303 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19302 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | true |
| data | "true" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39699 -form: Symfony\Component\Form\Form {#39740 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#39806 …5} |
| full_name | "cookie_consent[analytics]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_analytics" |
| is_selected | Closure($choice, $value) {#39788 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#19277 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "analytics" |
| 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_analytics" |
| valid | true |
| value | "true" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"true"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.yes" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39723 …} } } |
| validation_groups | null |
| value | "true" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_analytics_entry" ] |
| cache_key | "_cookie_consent_analytics_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39752 -form: Symfony\Component\Form\Form {#39743 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39761 …5} |
| full_name | "cookie_consent[analytics]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_analytics_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_analytics_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 | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.no" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39733 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39732 …} } } |
| validation_groups | null |
| value | "false" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_analytics_entry" ] |
| cache_key | "_cookie_consent_analytics_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39677 -form: Symfony\Component\Form\Form {#39746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39734 …5} |
| full_name | "cookie_consent[analytics]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_analytics_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_analytics_entry" |
| valid | true |
| value | "false" |
tracking
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "true" |
| 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 | "true" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "true" |
| 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() {#39687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39686 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_cookie_consent_tracking" ] |
| cache_key | "_cookie_consent_tracking_choice" |
| choice_translation_domain | "CHCookieConsentBundle" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19301 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#19300 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19303 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19302 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | true |
| data | "true" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39688 -form: Symfony\Component\Form\Form {#39767 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#39779 …5} |
| full_name | "cookie_consent[tracking]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_tracking" |
| is_selected | Closure($choice, $value) {#39833 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#19277 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "tracking" |
| 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_tracking" |
| valid | true |
| value | "true" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"true"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.yes" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39750 …} } } |
| validation_groups | null |
| value | "true" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_tracking_entry" ] |
| cache_key | "_cookie_consent_tracking_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39837 -form: Symfony\Component\Form\Form {#39770 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39836 …5} |
| full_name | "cookie_consent[tracking]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_tracking_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_tracking_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 | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.no" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39759 …} } } |
| validation_groups | null |
| value | "false" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_tracking_entry" ] |
| cache_key | "_cookie_consent_tracking_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39838 -form: Symfony\Component\Form\Form {#39773 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39849 …5} |
| full_name | "cookie_consent[tracking]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_tracking_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_tracking_entry" |
| valid | true |
| value | "false" |
marketing
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "true" |
| 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 | "true" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "true" |
| 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() {#39698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39697 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_cookie_consent_marketing" ] |
| cache_key | "_cookie_consent_marketing_choice" |
| choice_translation_domain | "CHCookieConsentBundle" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19301 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#19300 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19303 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19302 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | true |
| data | "true" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39835 -form: Symfony\Component\Form\Form {#39794 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#39725 …5} |
| full_name | "cookie_consent[marketing]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_marketing" |
| is_selected | Closure($choice, $value) {#39857 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#19277 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "marketing" |
| 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_marketing" |
| valid | true |
| value | "true" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"true"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.yes" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39777 …} } } |
| validation_groups | null |
| value | "true" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_marketing_entry" ] |
| cache_key | "_cookie_consent_marketing_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39867 -form: Symfony\Component\Form\Form {#39797 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39863 …5} |
| full_name | "cookie_consent[marketing]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_marketing_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_marketing_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 | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.no" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39786 …} } } |
| validation_groups | null |
| value | "false" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_marketing_entry" ] |
| cache_key | "_cookie_consent_marketing_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39869 -form: Symfony\Component\Form\Form {#39800 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39870 …5} |
| full_name | "cookie_consent[marketing]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_marketing_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_marketing_entry" |
| valid | true |
| value | "false" |
social_media
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "true" |
| 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 | "true" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "true" |
| 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() {#39709 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39708 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_cookie_consent_social_media" ] |
| cache_key | "_cookie_consent_social_media_choice" |
| choice_translation_domain | "CHCookieConsentBundle" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19301 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#19300 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#19303 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19302 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | true |
| data | "true" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39861 -form: Symfony\Component\Form\Form {#39821 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#39855 …5} |
| full_name | "cookie_consent[social_media]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_social_media" |
| is_selected | Closure($choice, $value) {#39872 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#19277 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "social_media" |
| 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_social_media" |
| valid | true |
| value | "true" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"true"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.yes" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39804 …} } } |
| validation_groups | null |
| value | "true" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_social_media_entry" ] |
| cache_key | "_cookie_consent_social_media_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39875 -form: Symfony\Component\Form\Form {#39824 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39874 …5} |
| full_name | "cookie_consent[social_media]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_social_media_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_social_media_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 | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.no" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| 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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#19352 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#19346 …} } |
| 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 {#19354 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() {#39814 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39813 …} } } |
| validation_groups | null |
| value | "false" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_social_media_entry" ] |
| cache_key | "_cookie_consent_social_media_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39876 -form: Symfony\Component\Form\Form {#39827 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39877 …5} |
| full_name | "cookie_consent[social_media]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_social_media_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_social_media_entry" |
| valid | true |
| value | "false" |
save
"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" "data-text-after" => "Valider mon choix" ] |
[ "class" => "btn ch-cookie-consent__btn" "data-text-after" => "Valider mon choix" ] |
| label | "Accepter les cookies" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn" "data-text-after" => "Valider mon choix" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Accepter les 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" "data-text-after" => "Valider mon choix" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_cookie_consent_save" ] |
| cache_key | "_cookie_consent_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#39871 …5} |
| full_name | "cookie_consent[save]" |
| id | "cookie_consent_save" |
| label | "Accepter les cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_save" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e.QEgVWZletkwnaAIMJ_7D7ZIEDq8_r7a7hWmtonThDZU.BANZYd0H23RsOkZecaqHnMIwRe0M6uLi0B6YkiSMOfMNfEEQ-C34el0ORw" |
| 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 | "e.QEgVWZletkwnaAIMJ_7D7ZIEDq8_r7a7hWmtonThDZU.BANZYd0H23RsOkZecaqHnMIwRe0M6uLi0B6YkiSMOfMNfEEQ-C34el0ORw" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "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 {#13250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13255 …} -namespace: Closure() {#13247 …} } |
| data | "e.QEgVWZletkwnaAIMJ_7D7ZIEDq8_r7a7hWmtonThDZU.BANZYd0H23RsOkZecaqHnMIwRe0M6uLi0B6YkiSMOfMNfEEQ-C34el0ORw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#39710 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#18619 …} } |
| 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() {#39879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#18634 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1589 …} $translationDomain: "validators" $message: Closure() {#39873 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_cookie_consent__token" ] |
| cache_key | "_cookie_consent__token_hidden" |
| compound | false |
| data | "e.QEgVWZletkwnaAIMJ_7D7ZIEDq8_r7a7hWmtonThDZU.BANZYd0H23RsOkZecaqHnMIwRe0M6uLi0B6YkiSMOfMNfEEQ-C34el0ORw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#39888 -form: Symfony\Component\Form\Form {#39884 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#39878 …5} |
| full_name | "cookie_consent[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent__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 | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent__token" |
| valid | true |
| value | "e.QEgVWZletkwnaAIMJ_7D7ZIEDq8_r7a7hWmtonThDZU.BANZYd0H23RsOkZecaqHnMIwRe0M6uLi0B6YkiSMOfMNfEEQ-C34el0ORw" |