You are here

uc_order_field.yml in Commerce Migrate 3.0.x

modules/ubercart/migrations/uc_order_field.yml

File

modules/ubercart/migrations/uc_order_field.yml
View source
  1. id: uc_order_field
  2. label: Order fields
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. - Ubercart
  8. source:
  9. plugin: embedded_data
  10. constants:
  11. cardinality: -1
  12. entity_type: commerce_order
  13. langcode: und
  14. translatable: true
  15. type: string_long
  16. data_rows:
  17. -
  18. field_name: field_order_comments
  19. settings:
  20. target_type: commerce_order
  21. -
  22. field_name: field_order_admin_comments
  23. settings:
  24. target_type: commerce_order
  25. -
  26. field_name: field_order_logs
  27. settings:
  28. target_type: commerce_order
  29. ids:
  30. field_name:
  31. type: string
  32. source_module: uc_order
  33. process:
  34. field_name: field_name
  35. cardinality: 'constants/cardinality'
  36. entity_type: 'constants/entity_type'
  37. langcode: 'constants/langcode'
  38. translatable: 'constants/translatable'
  39. type: 'constants/type'
  40. destination:
  41. plugin: entity:field_storage_config
  42. destination_module: commerce_order