You are here

namespace Drupal\commerce_migrate_ubercart\Plugin\migrate\source in Commerce Migrate 3.1.x

Same name in other branches
  1. 8.2 Drupal\commerce_migrate_ubercart\Plugin\migrate\source
  2. 3.0.x Drupal\commerce_migrate_ubercart\Plugin\migrate\source
Classsort descending Location Description
Attribute modules/ubercart/src/Plugin/migrate/source/Attribute.php Provides migration source for attributes.
AttributeValue modules/ubercart/src/Plugin/migrate/source/AttributeValue.php Provides migration source for attribute values.
Currency modules/ubercart/src/Plugin/migrate/source/Currency.php Gets the Ubercart currency data.
Order modules/ubercart/src/Plugin/migrate/source/Order.php Provides migration source for orders.
OrderPayment modules/ubercart/src/Plugin/migrate/source/OrderPayment.php Provides migration source for orders.
OrderProduct modules/ubercart/src/Plugin/migrate/source/OrderProduct.php Ubercart order product source.
PaymentGateway modules/ubercart/src/Plugin/migrate/source/PaymentGateway.php Ubercart payment gateway source.
ProductVariationTrait modules/ubercart/src/Plugin/migrate/source/ProductVariationTrait.php Ubercart product variation source.
ProductVariationTypeTrait modules/ubercart/src/Plugin/migrate/source/ProductVariationTypeTrait.php Sets traits property for dimensions and weight.
ProfileBilling modules/ubercart/src/Plugin/migrate/source/ProfileBilling.php Ubercart billing profile source.
ShippingFlatRate modules/ubercart/src/Plugin/migrate/source/ShippingFlatRate.php Gets the flat rate shipping service.
Store modules/ubercart/src/Plugin/migrate/source/Store.php Gets the Ubercart store data.
TaxTypeBase modules/ubercart/src/Plugin/migrate/source/TaxTypeBase.php Base class for Ubercart tax type source plugins.