You are here

uc_profile_type.yml in Commerce Migrate 3.1.x

modules/ubercart/migrations/uc_profile_type.yml

File

modules/ubercart/migrations/uc_profile_type.yml
View source
  1. # Creates 'customer' profile type. The customer profile type is created when
  2. # commerce_order is installed and will be overwritten by this migration.
  3. # Additional profile types can be created by adding extra rows to the source
  4. # field 'data_rows'.
  5. id: uc_profile_type
  6. label: Migrate profile types
  7. migration_tags:
  8. - Drupal 6
  9. - Drupal 7
  10. - Ubercart
  11. - Configuration
  12. source:
  13. plugin: embedded_data
  14. # Add or remove rows from the data_rows as needed.
  15. data_rows:
  16. -
  17. id: customer
  18. label: Customer
  19. ids:
  20. id:
  21. type: string
  22. source_module: uc_order
  23. process:
  24. id: id
  25. label: label
  26. destination:
  27. plugin: entity:profile_type
  28. destination_module: profile