11. Summary¶

Danger

We’re sorry but this documentation section is outdated. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you!

11.1. Configuration Reference¶

sylius_shipping:
    # The driver used for persistence layer.
    driver: ~
    classes:
        shipment:
            classes:
                model:      Sylius\Component\Shipping\Model\Shipment
                interface:  Sylius\Component\Shipping\Model\ShipmentInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                repository: ~
                factory:    Sylius\Component\Resource\Factory\Factory
                form: Sylius\Bundle\ShippingBundle\Form\Type\ShipmentType
        shipment_item:
            classes:
                model:      Sylius\Component\Shipping\Model\ShipmentItem
                interface:  Sylius\Component\Shipping\Model\ShipmentItemInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                repository: ~
                factory:    Sylius\Component\Resource\Factory\Factory
                form: Sylius\Bundle\ShippingBundle\Form\Type\ShipmentItemType
        shipping_method:
            classes:
                model:      Sylius\Component\Shipping\Model\ShippingMethod
                interface:  Sylius\Component\Shipping\Model\ShippingMethodInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                repository: ~
                factory:    Sylius\Component\Resource\Factory\Factory
                form: Sylius\Bundle\ShippingBundle\Form\Type\ShippingMethodType
            translation:
                classes:
                    model:      Sylius\Component\Shipping\Model\ShippingMethodTranslation
                    interface:  Sylius\Component\Shipping\Model\ShippingMethodTranslationInterface
                    controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                    repository: ~
                    factory:    Sylius\Component\Resource\Factory\Factory
                    form: Sylius\Bundle\ShippingBundle\Form\Type\ShippingMethodTranslationType
        shipping_category:
            classes:
                model:      Sylius\Component\Shipping\Model\ShippingCategory
                interface:  Sylius\Component\Shipping\Model\ShippingCategoryInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                repository: ~
                factory:    Sylius\Component\Resource\Factory\Factory
                form: Sylius\Bundle\ShippingBundle\Form\Type\ShippingCategoryType

11.2. Bug tracking¶

This bundle uses GitHub issues. If you have found bug, please create an issue.