uc_profile_type.yml in Commerce Migrate 3.0.x
Same filename and directory in other branches
modules/ubercart/migrations/uc_profile_type.yml
File
modules/ubercart/migrations/uc_profile_type.ymlView source
- # Creates 'customer' profile type. The customer profile type is created when
- # commerce_order is installed and will be overwritten by this migration.
- # Additional profile types can be created by adding extra rows to the source
- # field 'data_rows'.
- id: uc_profile_type
- label: Migrate profile types
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Ubercart
- - Configuration
- source:
- plugin: embedded_data
- # Add or remove rows from the data_rows as needed.
- data_rows:
- -
- id: customer
- label: Customer
- ids:
- id:
- type: string
- source_module: uc_order
- process:
- id: id
- label: label
- destination:
- plugin: entity:profile_type
- destination_module: profile