You are here

public function CommerceProductReference::processFieldValues in Commerce Migrate 3.1.x

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

File

modules/commerce/src/Plugin/migrate/field/commerce1/CommerceProductReference.php, line 26

Class

CommerceProductReference
Field migration for commerce_product reference.

Namespace

Drupal\commerce_migrate_commerce\Plugin\migrate\field\commerce1

Code

public function processFieldValues(MigrationInterface $migration, $field_name, $data) {
  $this
    ->defineValueProcessPipeline($migration, $field_name, $data);
}