You are here

public property CommerceLineItemReference::$fieldNameMap in Commerce Migrate 3.1.x

Same name and namespace in other branches
  1. 8.2 modules/commerce/src/Plugin/migrate/field/commerce1/CommerceLineItemReference.php \Drupal\commerce_migrate_commerce\Plugin\migrate\field\commerce1\CommerceLineItemReference::fieldNameMap
  2. 3.0.x modules/commerce/src/Plugin/migrate/field/commerce1/CommerceLineItemReference.php \Drupal\commerce_migrate_commerce\Plugin\migrate\field\commerce1\CommerceLineItemReference::fieldNameMap

Field name map.

The field names on orders are different in Commerce 2 than Commerce 1.

Type: array

File

modules/commerce/src/Plugin/migrate/field/commerce1/CommerceLineItemReference.php, line 28

Class

CommerceLineItemReference
Field migration for commerce_line item.

Namespace

Drupal\commerce_migrate_commerce\Plugin\migrate\field\commerce1

Code

public $fieldNameMap = [
  'commerce_line_items' => 'order_items',
];