Forms

  • sylius_add_to_cart
    • cartItem
    • _token

sylius_add_to_cart

Form type:
"Sylius\Bundle\CoreBundle\Form\Type\Order\AddToCartType"

Errors

This form has no errors.

Default Data

Property Value
Model Format same as normalized format
Normalized Format
Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#13685
  -cart: App\Entity\Order\Order {#9905 …}
  -cartItem: App\Entity\Order\OrderItem {#13690
    #id: null
    #order: null
    #quantity: 0
    #unitPrice: 0
    #originalUnitPrice: 0
    #total: 0
    #immutable: false
    #units: Doctrine\Common\Collections\ArrayCollection {#13687 …}
    #unitsTotal: 0
    #adjustments: Doctrine\Common\Collections\ArrayCollection {#13688 …}
    #adjustmentsTotal: 0
    #version: 1
    #variant: null
    #productName: null
    #variantName: null
    -gravureText: null
    -gravureTypography: null
  }
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#13685
  -cart: App\Entity\Order\Order {#9905 …}
  -cartItem: App\Entity\Order\OrderItem {#13690
    #id: null
    #order: null
    #quantity: 0
    #unitPrice: 0
    #originalUnitPrice: 0
    #total: 0
    #immutable: false
    #units: Doctrine\Common\Collections\ArrayCollection {#13687 …}
    #unitsTotal: 0
    #adjustments: Doctrine\Common\Collections\ArrayCollection {#13688 …}
    #adjustmentsTotal: 0
    #version: 1
    #variant: null
    #productName: null
    #variantName: null
    -gravureText: null
    -gravureTypography: null
  }
}
same as passed value
product
App\Entity\Product\Product {#8493
  #id: 988
  #code: "CF NOMA TCBLE - 5566"
  #attributes: Doctrine\ORM\PersistentCollection {#9090 …}
  #variants: Doctrine\ORM\PersistentCollection {#9303 …}
  #options: Doctrine\ORM\PersistentCollection {#9368 …}
  #associations: Doctrine\ORM\PersistentCollection {#9371 …}
  #createdAt: DateTime @1772613886 {#8501
    date: 2026-03-04 08:44:46.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1772613888 {#8465
    date: 2026-03-04 08:44:48.0 UTC (+00:00)
  }
  #enabled: true
  #translations: Doctrine\ORM\PersistentCollection {#9373 …}
  #translationsCache: [
    "en_US" => App\Entity\Product\ProductTranslation {#9375
      #locale: "en_US"
      #translatable: App\Entity\Product\Product {#8493}
      #id: 1723
      #name: "Cheese knife with blue compressed fabric by Roland Barthélemy"
      #slug: "cheese-knife-with-blue-compressed-fabric-by-roland-barthelemy-cf-noma-tcble-5566"
      #description: """
        <p>The Nomade is the result of a long-standing collaboration between the professional cheese maker Roland Barthélémy and the Forge de Laguiole knife manufactory. This cheese knife proudly displays two French heritage skills.<br />\n
        \nThis knife, specially designed to accompany your cheeses, will sublimate the cutting with its rounded and wide blade allowing to spread perfectly your most delicate dishes.</p>\n
        \n<p><br />\n
        \n«The Nomad is the result of finding an object that expresses the skills handed down from our ancestors. The revised design combines modernity and efficiency and should become an indispensable part of everyday life.»</p>\n
        \n\n
        \n<p>As most of the materials used are of natural origin, their appearance (colour, veining, grain) is likely to vary from one item to another. The photos on our official online shop are not contractually binding.</p>
        """
      #metaKeywords: null
      #metaDescription: null
      #shortDescription: "Cheese knife with blue compressed fabric handle and satin finish"
      -metaTitle: null
      -metaRobots: null
      -ogTitle: null
      -ogDescription: null
      -ogImage: null
      -twitterTitle: null
      -twitterDescription: null
    }
  ]
  #currentLocale: "en_US"
  #currentTranslation: null
  #fallbackLocale: "fr_FR"
  #variantSelectionMethod: "choice"
  #productTaxons: Doctrine\ORM\PersistentCollection {#8765 …}
  #channels: Doctrine\ORM\PersistentCollection {#8949 …}
  #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#8461 …}
  #reviews: Doctrine\ORM\PersistentCollection {#8881 …}
  #averageRating: 0.0
  #images: Doctrine\ORM\PersistentCollection {#8952 …}
  -isNew: false
  -isIconic: false
  -isFeatured: false
  -isEngravable: true
  -codeDouane: null
  -immersionImages: Doctrine\ORM\PersistentCollection {#8715 …}
  #productType: null
}
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 {#8237
  -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8307 …}
  -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8308 …}
  -namespace: Closure() {#8310 …}
}
data
Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#13685
  -cart: App\Entity\Order\Order {#9905 …}
  -cartItem: App\Entity\Order\OrderItem {#13690
    #id: null
    #order: null
    #quantity: 0
    #unitPrice: 0
    #originalUnitPrice: 0
    #total: 0
    #immutable: false
    #units: Doctrine\Common\Collections\ArrayCollection {#13687 …}
    #unitsTotal: 0
    #adjustments: Doctrine\Common\Collections\ArrayCollection {#13688 …}
    #adjustmentsTotal: 0
    #version: 1
    #variant: null
    #productName: null
    #variantName: null
    -gravureText: null
    -gravureTypography: null
  }
}
data_class
"Sylius\Bundle\OrderBundle\Controller\AddToCartCommand"
disabled
false
empty_data
Closure(FormInterface $form) {#13684
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
  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
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
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 {#8493
  #id: 988
  #code: "CF NOMA TCBLE - 5566"
  #attributes: Doctrine\ORM\PersistentCollection {#9090 …}
  #variants: Doctrine\ORM\PersistentCollection {#9303 …}
  #options: Doctrine\ORM\PersistentCollection {#9368 …}
  #associations: Doctrine\ORM\PersistentCollection {#9371 …}
  #createdAt: DateTime @1772613886 {#8501
    date: 2026-03-04 08:44:46.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1772613888 {#8465
    date: 2026-03-04 08:44:48.0 UTC (+00:00)
  }
  #enabled: true
  #translations: Doctrine\ORM\PersistentCollection {#9373 …}
  #translationsCache: [
    "en_US" => App\Entity\Product\ProductTranslation {#9375
      #locale: "en_US"
      #translatable: App\Entity\Product\Product {#8493}
      #id: 1723
      #name: "Cheese knife with blue compressed fabric by Roland Barthélemy"
      #slug: "cheese-knife-with-blue-compressed-fabric-by-roland-barthelemy-cf-noma-tcble-5566"
      #description: """
        <p>The Nomade is the result of a long-standing collaboration between the professional cheese maker Roland Barthélémy and the Forge de Laguiole knife manufactory. This cheese knife proudly displays two French heritage skills.<br />\n
        \nThis knife, specially designed to accompany your cheeses, will sublimate the cutting with its rounded and wide blade allowing to spread perfectly your most delicate dishes.</p>\n
        \n<p><br />\n
        \n«The Nomad is the result of finding an object that expresses the skills handed down from our ancestors. The revised design combines modernity and efficiency and should become an indispensable part of everyday life.»</p>\n
        \n\n
        \n<p>As most of the materials used are of natural origin, their appearance (colour, veining, grain) is likely to vary from one item to another. The photos on our official online shop are not contractually binding.</p>
        """
      #metaKeywords: null
      #metaDescription: null
      #shortDescription: "Cheese knife with blue compressed fabric handle and satin finish"
      -metaTitle: null
      -metaRobots: null
      -ogTitle: null
      -ogDescription: null
      -ogImage: null
      -twitterTitle: null
      -twitterDescription: null
    }
  ]
  #currentLocale: "en_US"
  #currentTranslation: null
  #fallbackLocale: "fr_FR"
  #variantSelectionMethod: "choice"
  #productTaxons: Doctrine\ORM\PersistentCollection {#8765 …}
  #channels: Doctrine\ORM\PersistentCollection {#8949 …}
  #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#8461 …}
  #reviews: Doctrine\ORM\PersistentCollection {#8881 …}
  #averageRating: 0.0
  #images: Doctrine\ORM\PersistentCollection {#8952 …}
  -isNew: false
  -isIconic: false
  -isFeatured: false
  -isEngravable: true
  -codeDouane: null
  -immersionImages: Doctrine\ORM\PersistentCollection {#8715 …}
  #productType: null
}
property_path
null
required
true
row_attr
[]
setter
null
translation_domain
null
trim
true
upload_max_size_message
Closure() {#13692
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#1434 …}
    $message: Closure() {#13683 …}
    $translationDomain: "validators"
  }
}
validation_groups
[
  "sylius"
]

View Vars

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 {#13685
  -cart: App\Entity\Order\Order {#9905 …}
  -cartItem: App\Entity\Order\OrderItem {#13690
    #id: null
    #order: null
    #quantity: 0
    #unitPrice: 0
    #originalUnitPrice: 0
    #total: 0
    #immutable: false
    #units: Doctrine\Common\Collections\ArrayCollection {#13687 …}
    #unitsTotal: 0
    #adjustments: Doctrine\Common\Collections\ArrayCollection {#13688 …}
    #adjustmentsTotal: 0
    #version: 1
    #variant: null
    #productName: null
    #variantName: null
    -gravureText: null
    -gravureTypography: null
  }
}
disabled
false
errors
Symfony\Component\Form\FormErrorIterator {#13820
  -errors: []
  -form: Symfony\Component\Form\Form {#13828 …}
}
form
Symfony\Component\Form\FormView {#13681 …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
[]
submitted
false
translation_domain
null
unique_block_prefix
"_sylius_add_to_cart"
valid
true
value
Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#13685
  -cart: App\Entity\Order\Order {#9905 …}
  -cartItem: App\Entity\Order\OrderItem {#13690
    #id: null
    #order: null
    #quantity: 0
    #unitPrice: 0
    #originalUnitPrice: 0
    #total: 0
    #immutable: false
    #units: Doctrine\Common\Collections\ArrayCollection {#13687 …}
    #unitsTotal: 0
    #adjustments: Doctrine\Common\Collections\ArrayCollection {#13688 …}
    #adjustmentsTotal: 0
    #version: 1
    #variant: null
    #productName: null
    #variantName: null
    -gravureText: null
    -gravureTypography: null
  }
}