Skip to main content
Drupal Code Search
You are here
Home
commerce_shipping
commerce_shipping
commerce_shipping.commerce_adjustment_types.yml
commerce_shipping.commerce_package_types.yml
commerce_shipping.info.yml
commerce_shipping.install
commerce_shipping.libraries.yml
commerce_shipping.links.action.yml
commerce_shipping.links.menu.yml
commerce_shipping.links.task.yml
commerce_shipping.module
commerce_shipping.permissions.yml
commerce_shipping.post_update.php
commerce_shipping.routing.yml
commerce_shipping.services.yml
commerce_shipping.workflows.yml
commerce_shipping.workflow_groups.yml
config/install/commerce_shipping.commerce_shipment_type.default.yml
config/install/core.entity_form_display.commerce_shipment.default.checkout.yml
config/install/core.entity_form_mode.commerce_shipment.checkout.yml
config/install/core.entity_form_mode.profile.shipping.yml
config/install/core.entity_view_display.commerce_shipment.default.checkout.yml
config/install/core.entity_view_display.commerce_shipment.default.default.yml
config/install/core.entity_view_display.commerce_shipment.default.user.yml
config/install/core.entity_view_mode.commerce_shipment.checkout.yml
config/install/core.entity_view_mode.commerce_shipment.user.yml
config/install/views.view.order_shipments.yml
config/optional/commerce_checkout.commerce_checkout_flow.shipping.yml
config/schema/commerce_shipping.schema.yml
js/shipping_checkout.js
src/Access/ShipmentCollectionAccessCheck.php
src/Annotation/CommerceShippingMethod.php
src/CommerceShippingServiceProvider.php
src/Controller/ShipmentController.php
src/EarlyOrderProcessor.php
src/Entity/PackageType.php
src/Entity/PackageTypeInterface.php
src/Entity/Shipment.php
src/Entity/ShipmentInterface.php
src/Entity/ShipmentType.php
src/Entity/ShipmentTypeInterface.php
src/Entity/ShippingMethod.php
src/Entity/ShippingMethodInterface.php
src/Event/FilterShippingMethodsEvent.php
src/Event/ShipmentEvent.php
src/Event/ShippingEvents.php
src/Event/ShippingRatesEvent.php
src/EventSubscriber/CartSubscriber.php
src/EventSubscriber/FilterConditionsEventSubscriber.php
src/EventSubscriber/OrderItemSubscriber.php
src/EventSubscriber/OrderSubscriber.php
src/EventSubscriber/ProfileSubscriber.php
src/EventSubscriber/PromotionSubscriber.php
src/EventSubscriber/ReferenceablePluginTypesSubscriber.php
src/EventSubscriber/RouteSubscriber.php
src/EventSubscriber/ShipmentSubscriber.php
src/EventSubscriber/TaxSubscriber.php
src/FieldAccess.php
src/FieldAccessInterface.php
src/Form/PackageTypeForm.php
src/Form/ShipmentConfirmationResendForm.php
src/Form/ShipmentForm.php
src/Form/ShipmentInlineForm.php
src/Form/ShipmentTypeDeleteForm.php
src/Form/ShipmentTypeForm.php
src/Form/ShippingMethodForm.php
src/LateOrderProcessor.php
src/Mail/ShipmentConfirmationMail.php
src/Mail/ShipmentConfirmationMailInterface.php
src/Normalizer/ShipmentItemNormalizer.php
src/OrderShipmentSummary.php
src/OrderShipmentSummaryInterface.php
src/PackageTypeListBuilder.php
src/PackageTypeManager.php
src/PackageTypeManagerInterface.php
src/Packer/DefaultPacker.php
src/Packer/PackerInterface.php
src/PackerManager.php
src/PackerManagerInterface.php
src/Plugin/Commerce/CheckoutPane/ShippingInformation.php
src/Plugin/Commerce/Condition/OrderShippingMethod.php
src/Plugin/Commerce/Condition/ShipmentAddress.php
src/Plugin/Commerce/Condition/ShipmentQuantity.php
src/Plugin/Commerce/Condition/ShipmentWeight.php
src/Plugin/Commerce/EntityTrait/PurchasableEntityDimensions.php
src/Plugin/Commerce/EntityTrait/PurchasableEntityShippable.php
src/Plugin/Commerce/PackageType/PackageType.php
src/Plugin/Commerce/PackageType/PackageTypeInterface.php
src/Plugin/Commerce/PromotionOffer/ShipmentFixedAmountOff.php
src/Plugin/Commerce/PromotionOffer/ShipmentPercentageOff.php
src/Plugin/Commerce/PromotionOffer/ShipmentPromotionOfferBase.php
src/Plugin/Commerce/PromotionOffer/ShipmentPromotionOfferInterface.php
src/Plugin/Commerce/ShippingMethod/FlatRate.php
src/Plugin/Commerce/ShippingMethod/FlatRatePerItem.php
src/Plugin/Commerce/ShippingMethod/ParentEntityAwareInterface.php
src/Plugin/Commerce/ShippingMethod/ShippingMethodBase.php
src/Plugin/Commerce/ShippingMethod/ShippingMethodInterface.php
src/Plugin/Commerce/ShippingMethod/SupportsTrackingInterface.php
src/Plugin/Commerce/TaxType/Shipping.php
src/Plugin/DataType/ShipmentItem.php
src/Plugin/Deriver/PackageTypeDeriver.php
src/Plugin/Field/FieldFormatter/ShipmentItemTable.php
src/Plugin/Field/FieldFormatter/ShippingMethodFormatter.php
src/Plugin/Field/FieldFormatter/TrackingLinkFormatter.php
src/Plugin/Field/FieldType/ShipmentItem.php
src/Plugin/Field/FieldType/ShipmentItemList.php
src/Plugin/Field/FieldType/ShipmentItemListInterface.php
src/Plugin/Field/FieldWidget/ShipmentItemDefaultWidget.php
src/Plugin/Field/FieldWidget/ShippingProfileWidget.php
src/Plugin/Field/FieldWidget/ShippingRateWidget.php
src/ProfileFieldCopy.php
src/ProfileFieldCopyInterface.php
src/ProposedShipment.php
src/ShipmentAccessControlHandler.php
src/ShipmentItem.php
src/ShipmentListBuilder.php
src/ShipmentManager.php
src/ShipmentManagerInterface.php
src/ShipmentPermissionProvider.php
src/ShipmentRouteProvider.php
src/ShipmentStorage.php
src/ShipmentStorageInterface.php
src/ShipmentTypeListBuilder.php
src/ShipmentViewsData.php
src/ShippingMethodListBuilder.php
src/ShippingMethodManager.php
src/ShippingMethodStorage.php
src/ShippingMethodStorageInterface.php
src/ShippingMethodTranslationHandler.php
src/ShippingOrderManager.php
src/ShippingOrderManagerInterface.php
src/ShippingRate.php
src/ShippingService.php
templates/commerce-shipment-confirmation.html.twig
templates/commerce-shipment.html.twig
templates/commerce-shipping-rates-empty.html.twig
templates/commerce-shipping-resources-installed.html.twig
templates/commerce-shipping-resources.html.twig
tests/modules/commerce_shipping_test/commerce_shipping_test.info.yml
tests/modules/commerce_shipping_test/commerce_shipping_test.services.yml
tests/modules/commerce_shipping_test/commerce_shipping_test.workflows.yml
tests/modules/commerce_shipping_test/src/EventSubscriber/FilterShippingMethodsSubscriber.php
tests/modules/commerce_shipping_test/src/EventSubscriber/ShippingRatesSubscriber.php
tests/modules/commerce_shipping_test/src/Packer/TestPacker.php
tests/modules/commerce_shipping_test/src/Plugin/Commerce/ShippingMethod/DynamicRate.php
tests/modules/commerce_shipping_test/src/Plugin/Commerce/ShippingMethod/ExceptionThrower.php
tests/modules/commerce_shipping_test/src/Plugin/Commerce/ShippingMethod/Test.php
tests/src/Functional/PackageTypeTest.php
tests/src/Functional/ShipmentTypeTest.php
tests/src/FunctionalJavascript/CartIntegrationTest.php
tests/src/FunctionalJavascript/CheckoutPaneTest.php
tests/src/FunctionalJavascript/ProfileFieldCopyTest.php
tests/src/FunctionalJavascript/ShipmentAdminTest.php
tests/src/FunctionalJavascript/ShippingMethodTest.php
tests/src/Kernel/CartIntegrationTest.php
tests/src/Kernel/EarlyOrderProcessorTest.php
tests/src/Kernel/Entity/ShipmentTest.php
tests/src/Kernel/EventSubscriber/PromotionSubscriberTest.php
tests/src/Kernel/EventSubscriber/TestNoShippingOfferManager.php
tests/src/Kernel/FilterShippingMethodsEventTest.php
tests/src/Kernel/Formatter/ShippingMethodFormatterTest.php
tests/src/Kernel/Formatter/TrackingLinkFormatterTest.php
tests/src/Kernel/LateOrderProcessorTest.php
tests/src/Kernel/OrderShipmentSummaryTest.php
tests/src/Kernel/OrderWorkflowTest.php
tests/src/Kernel/PackerManagerTest.php
tests/src/Kernel/Plugin/Commerce/PromotionOffer/ShipmentFixedAmountOffTest.php
tests/src/Kernel/Plugin/Commerce/PromotionOffer/ShipmentPercentageOffTest.php
tests/src/Kernel/Plugin/Commerce/TaxType/ShippingTest.php
tests/src/Kernel/SerializationTest.php
tests/src/Kernel/ShipmentAccessControlHandlerTest.php
tests/src/Kernel/ShipmentManagerTest.php
tests/src/Kernel/ShippingKernelTestBase.php
tests/src/Kernel/ShippingMethodStorageTest.php
tests/src/Kernel/ShippingOrderManagerTest.php
tests/src/Traits/ShippingTestHelperTrait.php
tests/src/Unit/Packer/DefaultPackerTest.php
tests/src/Unit/Plugin/Commerce/Condition/ShipmentAddressTest.php
tests/src/Unit/Plugin/Commerce/Condition/ShipmentQuantityTest.php
tests/src/Unit/Plugin/Commerce/Condition/ShipmentWeightTest.php
tests/src/Unit/Plugin/Commerce/PackageType/PackageTypeTest.php
tests/src/Unit/ProposedShipmentTest.php
tests/src/Unit/ShipmentItemTest.php
tests/src/Unit/ShippingRateTest.php
tests/src/Unit/ShippingServiceTest.php
yaml_translation_patterns.yml
Главная
|
Обратная связь